@charset "UTF-8";

/*----------------------------
** doc-header
----------------------------*/
/* wrapper */
.doc-login__wrapper {
  background: #fff;
}

/* header */
.doc-login__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 0.1rem #000562;
  background: #fff;
}
.doc-login__header__title {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 7px;
  cursor: pointer;
}
.doc-login__header__title__icon {
  width: 8.4rem;
  display: flex;
}
.doc-login__header__title__text {
  width: 13rem;
}
/*----------------------------
** doc-footer
----------------------------*/

.doc-footer {
  background-color: #000562;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  margin-top: 10rem;
  font-size: 1.2rem;
}
.doc-footer__nav {
  display: flex;
  gap: 1rem;
}

@media screen and (max-width: 600px) {
  .doc-footer {
    display: block;
    margin-top: 4rem;
  }
  .doc-footer__copyrights {
    margin-top: 1rem;
  }
}

/*----------------------------
** component-PasswordReminder
----------------------------*/
.c-passwordReminder__button {
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  background: #ea5404;
  padding: 1.5rem;
  width: 100%;
  text-align: center;
  border-radius: 1rem;
  margin-top: 3rem;
  width: 28rem;
}
.c-passwordReminder__buttonWrap {
  display: flex;
  justify-content: center;
}

/*----------------------------
** component-Required
----------------------------*/
.c-required {
  position: relative;
}
.c-required__buttonWrap {
  display: flex;
  justify-content: center;
}
.c-required__footer {
  background-color: #ea5404;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  margin-top: 10rem;
  font-size: 1rem;
}
.c-required__footer__nav {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 600px) {
  .c-required__footer {
    display: block;
    margin-top: 4rem;
  }
  .c-required__footer__copyrights {
    margin-top: 1rem;
  }
}
.c-required__main {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  padding: 5rem 0;
}
.c-required__content {
  width: 85rem;
}
@media screen and (max-width: 822px) {
  .c-required__content {
    width: 100%;
  }
  .c-required__main {
    padding: 4rem 2rem;
  }
}
.c-required__buttonWrap {
  display: flex;
  justify-content: center;
}
.c-required__button {
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  background: #ea5404;
  padding: 1.5rem;
  width: 100%;
  text-align: center;
  border-radius: 1rem;
  cursor: pointer;
  width: 20rem;
}
.c-required__button:hover {
  opacity: 0.5;
}

/*    reset
-------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: top;
}

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  /*background: transparent;*/
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

input[type="text"],
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button:focus {
  outline: 0;
}

button:hover {
  cursor: pointer;
}

/*  global
----------------------------------------*/

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #333;
  line-height: 1.5;
  word-break: normal;
}

body,
button,
input {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", sans-serif;
}

a,
a:visited {
  /* color: #333;
  text-decoration: none;
  transition: 0.2s; */
}

a:hover {
  opacity: 0.8;
  /* text-decoration: underline; */
}
a:active {
  /* text-decoration: underline; */
}

strong {
  font-weight: bold;
}

.bt:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";

  transition: 0.2s;
}

/*! destyle.css v2.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;
  line-height: 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; /* 2 */
  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;
}

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

/**
* Prevent vertical alignment issues.
*/

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

/**
* Reset form fields to make them styleable
*/

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
* 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;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Remove arrow in IE10 & IE11
*/

select::-ms-expand {
  display: none;
}

/**
* Remove padding
*/

option {
  padding: 0;
}

/**
* Reset to invisible
*/

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
* 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. Change font properties to `inherit` in Safari.
*/

::-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] {
  outline: none;
}

/* Table */
/* ============================================ */

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}

/*  common
----------------------------------------*/
/*****************************
** common
*****************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@-ms-viewport {
  width: auto;
  initial-scale: 1;
}
@viewport {
  width: device-width;
}

/* ------------------------------------ */
html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}
/* @media screen and (max-width: 768px) {
  html {
    font-size: calc(100vw / 3.68);
  }
} */
html,
body {
  min-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  /* height: 100%; */
}
body {
  font-family: "Noto Sans JP", "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN Medium",
    "Yu Gothic Medium", "ŸàƒSƒVƒbƒN", "Yu Gothic", "ƒƒCƒŠƒI", sans-serif;
  color: #333;
  /* min-width: 1200px; */
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}

input[type="text"],
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button:focus {
  outline: 0;
}

button:hover {
  cursor: pointer;
}

/* ------------------------------------ */
br.-pc {
  display: inline;
}
br.-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.-pc {
    display: none;
  }
  br.-sp {
    display: inline;
  }
}

/* ------------------------------------ */
.-cal {
  font-family: "Roboto", sans-serif;
}
.-b {
  font-weight: 700;
}

/* ------------------------------------ */
img {
  border: none;
  max-width: 100%;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

/*----------------------------
** header
----------------------------*/
.header {
  width: 100%;
  height: 86px;
  background-color: #000562;
  display: flex;
}
@media screen and (max-width: 768px) {
  .header {
    height: auto;
    padding: 9% 0 5% 0;
    position: fixed;
    z-index: 100;
  }
}

/* _header-ttl */
._header-ttl {
  width: calc(100% - 265px);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 50px;
}
@media screen and (max-width: 768px) {
  ._header-ttl {
    width: 100%;
    display: block;
    padding: 0 5%;
  }
}

/* _hader-logo */
._hader-logo {
  width: 132px;
  margin: 0 43px 0 0;
}
@media screen and (max-width: 768px) {
  ._hader-logo {
    display: none;
  }
}

/* _header-property */
._header-property {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  ._header-property {
    text-align: center;
  }
}

/* _header-user */
._header-user {
  width: 265px;
  padding: 10px;
  background-color: #76a5b2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  ._header-user {
    display: none;
  }
}

/* _user-avatar */
._user-avatar {
  width: 30px;
  margin: 0 7px 0 0;
}
@media screen and (max-width: 768px) {
}

/* _user-room */
._user-room {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 768px) {
}

/* _user-resident */
._user-resident {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
}

/*----------------------------
** footer
----------------------------*/
.footer {
  background-color: #000562;
  color: #fff;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
}

/* _footer-inner */
._footer-inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  ._footer-inner {
    width: 95%;
  }
}

.footer h5 {
  display: block;
  text-align: center;
  margin-bottom: 8px;
  font-size: 1.1rem;
}
/* _footer-navi-list */
._footer-navi-list {
  font-size: 1.1rem;
  display: flex;
  justify-content: center;
  margin: 0 0 26px 0;
}
@media screen and (max-width: 768px) {
}

/* _footer-navi-item */
._footer-navi-item {
  display: inline-block;
  border-left: 1px solid #fff;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
}

._footer-navi-item:first-of-type {
  border-left: none;
}

/* _footer-navi-link */
._footer-navi-link {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
@media screen and (min-width: 769px) {
  ._footer-navi-link:hover {
    color: #00c1c8;
  }
}
@media screen and (max-width: 768px) {
  ._footer-navi-link:active {
    color: #00c1c8;
  }
}
.footer a:hover {
  opacity: 0.8;
}

/* _footer-logo */
._footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px auto;
}
._footer-logo img {
  height: 32px;
  margin: 0 10px;
  width: auto;
}
@media screen and (max-width: 768px) {
  ._footer-logo {
    /* width: 54%; */
    display: block;
  }
}

/* _footer-copyrights */
._footer-copyrights {
  font-size: 0.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
}

/* _page-top */
._page-top {
  width: 32px;
  background-color: #000562;
  cursor: pointer;
  position: fixed;
  right: 53px;
  bottom: 33px;
  z-index: 100;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
@media screen and (min-width: 769px) {
  ._page-top:hover {
    background-color: #76a5b2;
  }
}
@media screen and (max-width: 768px) {
  ._page-top {
    right: 3%;
    bottom: 6%;
  }
  ._page-top:active {
    background-color: #76a5b2;
  }
}

/* -more */
.-more {
  width: 17px;
  position: absolute;
  right: 0;
  top: 0;
}

/* button option */
.-navy {
  background-color: #000562;
  border: 2px solid #000562;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .-navy:hover {
    background-color: #fff;
    color: #000562;
  }
}
@media screen and (max-width: 768px) {
  .-navy:active {
    background-color: #fff;
    color: #000562;
  }
}

.-blue {
  background-color: #0055af;
  border: 2px solid #0055af;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .-blue:hover {
    background-color: #fff;
    color: #0055af;
  }
}
@media screen and (max-width: 768px) {
  .-blue:active {
    background-color: #fff;
    color: #0055af;
  }
}

.-bt {
  position: relative;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.-schedule::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/main/ic-schedule.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 15px;
  bottom: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}
.-report::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/main/ic-report.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 15px;
  bottom: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}
.-areainfo::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/main/ic-areainfo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 15px;
  bottom: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}
.-qanda::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/main/ic-qanda.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 15px;
  bottom: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}
.-operator::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/main/ic-operator.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 15px;
  bottom: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}
.-status::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/main/ic-status.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 15px;
  bottom: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}
.-faq::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/main/ic-faq.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 15px;
  bottom: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}
.-afterservice::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/main/ic-afterservice.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 15px;
  bottom: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}
.-mansioninfo::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/main/ic-mansioninfo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 15px;
  bottom: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}
.-rateddocs::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/main/ic-rateddocs.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 15px;
  bottom: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}
.-notificationdocs::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/main/ic-notificationdocs.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 15px;
  bottom: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}
.-parking::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/main/ic-parking.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 15px;
  bottom: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}
.-rijikai::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/main/ic-rijikai.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 15px;
  bottom: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}

/*----------------------------
** main
----------------------------*/
.main {
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main {
    padding-top: 9%;
  }
}

/*--------------------------*/
/* _main-container */
._main-container {
  width: calc(100% - 333px);
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  ._main-container {
    width: 100%;
  }
}

/*--------------------------*/
/* _main-sidebar  */
._main-sidebar {
  width: 333px;
  background-color: #76a5b2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  ._main-sidebar {
    display: none;
  }
}

/* _sidebar-inner */
._sidebar-inner {
  width: 80.5%;
  margin: 0 auto;
  padding: 50px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 768px) {
}

/*----------------------------
** SP—v‘f
----------------------------*/
/* _main-user-sp */
._main-user-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  /* _main-user-sp */
  ._main-user-sp {
    display: block;
    padding: 3.8% 0;
    color: #5d6165;
  }
}

@media screen and (max-width: 768px) {
  /* _user-sp-inner */
  ._user-sp-inner {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }

  /* _user-sp-room */
  ._user-sp-room {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 3.5% 0 0;
  }

  /* _user-sp-resident */
  ._user-sp-resident {
    font-size: 1.2rem;
  }
}

/* _main-calender-sp */
._main-calender-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  ._main-calender-sp {
    display: block;
    padding: 6.25% 0 10% 0;
    background-color: #c4c8ce;
  }
}

@media screen and (max-width: 768px) {
  /* _cal-sp-inner */
  ._cal-sp-inner {
    width: 90%;
    margin: 0 auto;
  }
}

.mainContentBoxInner {
  width: 100%;
  margin: 0 auto;
}
.btn-kanri a {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid #999;
  margin: 6px 0 10px 0;
  font-size: 120%;
  line-height: 1;
}

.pagetoparea {
  margin: 0px 10px 20px 10px;
  padding: 3px 0px 0px 0px;
  font-size: 90%;
  letter-spacing: 0.03em;
}

.topagetop {
  margin: 40px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 90%;
  letter-spacing: 0.03em;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .mainContentBox {
    width: 100%;
    padding: 30px 2% 60px;
    border-top: 1px solid #e0e0e0;
  }
  .mainContentBoxInner {
    width: 100%;
  }
}

/*  default
----------------------------------------*/

body {
  font-size: 1.6rem;
}

input[type="text"],
input[type="password"],
textarea {
  background-color: #fff;
  border: 1px solid #b0b0b0;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
}

input[type="text"]:disabled,
textarea:disabled {
  background-color: #f0f0f0;
  color: #404040;
  cursor: default;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: 1px solid #415a97;
}

textarea {
  font-size: 1.6rem !important;
}

input[type="text"].tel {
  width: 50%;
}
.kanri-page input[type="text"].year {
  width: 5em;
}

input[type="text"].zipcode {
  width: 50%;
}

input[type="text"].number {
  width: 8rem;
}

.select-box {
  background: url(../img/ico_select_box.png) no-repeat 100% 50%;
  background-size: 30px auto;
  border: 1px solid #b0b0b0;
  border-radius: 5px;
  box-sizing: border-box;
  min-width: 9rem;
  min-height: 44px;
  padding: 0 30px 0 1rem;
  font-size: 1.6rem;
  line-height: 44px;
  cursor: pointer;
}

.select-box:disabled {
  background-color: #f0f0f0;
  color: #404040;
  cursor: default;
}

.select-box:focus {
  border: 1px solid #415a97;
}

.select-box-container {
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
}
/*
input[type="checkbox"] {
  display: none;
}
*/
input[type="checkbox"] + .checkbox {
  display: inline-block;
  min-height: 5.87vw;
  padding: 0 0 0 7.2vw;
  line-height: 5.87vw;
  background: url(../img/ico_checkbox.png) no-repeat 0 0;
  background-size: 5.87vw auto;
}

input[type="checkbox"]:disabled + .checkbox {
  background: url(../img/ico_checkbox_d.png) no-repeat 0 0;
  background-size: 5.87vw auto;
}

input[type="checkbox"]:checked + .checkbox {
  background: url(../img/ico_checkbox_on.png) no-repeat 0 0;
  background-size: 5.87vw auto;
}

input[type="checkbox"]:checked:disabled + .checkbox {
  background: url(../img/ico_checkbox_on_d.png) no-repeat 0 0;
  background-size: 5.87vw auto;
}

.check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.check-list-item {
  margin-left: 20px;
}

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

.check-list-item label {
  display: inline-block;
}

input[type="checkbox"] {
  margin-right: 1rem;
  transform: scale(1.5);
}

.bt-new-talk {
  display: inline-block;
  background-color: #8595bd;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  min-width: 100%;
  min-height: 44px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
}
.bt-talk {
  display: inline-block;
  background-color: #415a97;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  min-width: 100%;
  min-height: 44px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
}
.bt-kanri {
  display: inline-block;
  background-color: #415a97;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  min-width: 100%;
  min-height: 44px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
}
.bt-green {
  display: inline-block;
  background-color: #415a97;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  min-width: 100%;
  min-height: 44px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
}
.bt-green-sub {
  display: inline-block;
  background-color: #415a97;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  min-width: 100%;
  min-height: 44px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
}

.bt-gray {
  display: inline-block;
  background-color: #e8e8e8;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  min-width: 100%;
  min-height: 44px;
  color: #303030;
  font-size: 1.7rem;
  font-weight: bold;
  color: #808080;
  cursor: default !important;
}
a .bt-gray {
  cursor: default;
}

.bt-gray.bt-small {
  min-width: auto;
  padding: 0 2rem;
}

.bt-gray.bt-zipcode {
  min-width: 30%;
  margin-left: 1.33vw;
}

.bt-two-yes,
.bt-two-no {
  display: inline-block;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  border: 2px solid #a1a1a1;
  box-sizing: border-box;
  min-width: 48%;
  min-height: 44px;
  color: #565656;
  font-size: 1.7rem;
  font-weight: bold;
}

.bt-two-yes.active {
  background-color: #33a71e;
  color: #fff;
}
.bt-two-no.active {
  background-color: #6e8576;
  color: #fff;
}

.ico-qrcode {
  padding: 0 44px;
}

.ico-qrcode:after {
  background: url(../img/ico_qrcode.png) no-repeat 0 50%;
  background-size: 24px auto;
  content: " ";
  display: block;
  position: absolute;
  width: 24px;
  height: 100%;
  min-height: 44px;
  top: 0;
  left: 10px;
}

body {
  font-size: 1.6rem;
}

.wrapper_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hdr {
  border-bottom: 1px solid #d0d0d0;
}

.hdr-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.66vw 1.33vw 1.33vw 3.6vw;
  width: 100%;
  background: #000227;
  background: -moz-linear-gradient(top, #020886 0%, #000227 100%);
  background: -webkit-linear-gradient(top, #020886 0%, #000227 100%);
  background: linear-gradient(to bottom, #020886 0%, #000227 100%);
  filter: ;
  progid: DXImageTransform.Microsoft.gradient(
    startColorstr= "#020886",
    endColorstr= "#000227",
    GradientType=0
  );
  -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020886', endColorstr='#000227',GradientType=0 );
}

.logo {
  width: 36vw;
}

.logo-image {
  width: 100%;
}

.logo img {
  width: 100%;
}

.title {
  line-height: 1;
  text-align: center;
}

.title-subtitle {
  width: 42vw;
}

.title-maintitle {
  width: 35.28vw;
  margin-top: 1.33vw;
}

.user-num {
  display: block;
  margin-top: 1.33vw;
  font-size: 1.4rem;
}

.hdr-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;

  width: 21.33vw;
  padding: 0;
}

.hdr-button .bt {
  background: none;
  border: none;
  padding: 0;
}

.hdr-button-image {
  width: 10vw;
}

.global-nav {
  border-bottom: 3px solid #415a97;
  padding: 1.33vw 0;
}

.global-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.global-nav-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  border-left: 1px solid #b0b0b0;
}

.global-nav-list-item:first-child {
  border-left: none;
}

.global-nav-list-item a,
.global-nav-list-item span {
  display: inline-block;
  padding: 0.5rem 0.7rem;
  font-size: calc(100vw / 31.25);
}

.global-nav-list-item span {
  font-weight: bold;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;

  padding: 8vw 2.67vw 8vw;
}

.main.main-sokai {
  padding: 8vw 2.67vw 0;
}
.main.main-sokai .main-section {
  overflow: hidden;
  width: auto;
  margin-bottom: 4vw;
  margin-top: 0;
}

.page-title {
  display: block;
  border-left: 1.33vw solid #415a97;
  border-bottom: 1px solid #415a97;
  padding: 2.67vw;
  font-size: 2rem;
}

.ftr {
  margin-top: 12vw;
  width: 100%;
  background: #000227;
  background: -moz-linear-gradient(top, #020886 0%, #000227 100%);
  background: -webkit-linear-gradient(top, #020886 0%, #000227 100%);
  background: linear-gradient(to bottom, #020886 0%, #000227 100%);
  filter: ;
  progid: DXImageTransform.Microsoft.gradient(
    startColorstr= "#020886",
    endColorstr= "#000227",
    GradientType=0
  );
  -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020886', endColorstr='#000227',GradientType=0 );
}

.ftr-top-wrapper {
  padding: 8vw 2.67vw;
}

.ftr-link-item + .ftr-link-item {
  margin-top: 4vw;
}

.ftr-link-item a {
  display: inline-block;
  background: url(../img/ico_link_arrow.png) no-repeat 0 50%;
  background-size: 4vw auto;
  min-height: 4vw;
  padding-left: 5vw;
  font-size: 1.5rem;
  color: #fff;
}

.ftr-bottom-wrapper {
  color: #fff;
  padding: 8vw 2.67vw;
  text-align: center;
}

.logo-j-image {
  width: 53.6vw;
}

.copyright {
  margin-top: 4vw;
  font-size: 1.2rem;
}

.main-section {
  overflow: hidden;
  width: 100%;
  margin-bottom: 8vw;
  margin-top: 3rem;
}
.error-message {
  position: relative;
  background-color: #fee;
  padding: 2.67vw 2.67vw 2.67vw 9vw;
  color: #d00;
}

.ico-error {
  position: absolute;
  display: block;
  background: url(../img/ico_error.png) no-repeat 0 0;
  background-size: 5.33vw auto;
  width: 5.33vw;
  height: 5.33vw;
  top: 2.67vw;
  left: 2.67vw;
}

.main-section.gray-top-border {
  border-top: 1px solid #d0d0d0;
  padding-top: 8vw;
  position: relative;
}

.section-title {
  font-size: 1.5rem;
  font-weight: bold;
  padding-right: 6em;
}

.section-title + .section-block,
.section-block {
  margin-top: 2.67vw;
}
.section-block {
  /* max-width: 640px; */
  margin-left: auto;
  margin-right: auto;
}
.section-block-wide {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.green-left-head {
  border-left: 6px solid #415a97;
  padding-left: 2.67vw;
}
.cr-left-head {
  padding-left: 1.33vw;
}
.cr-left-head:before {
  content: "● ";
  color: #565656;
}
.riji-status {
  display: inline-block;
  padding: 1px 6px;
  margin-left: 6px;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 4px;
  min-width: 5em;
  text-align: center;
  vertical-align: text-bottom;
}
.riji-status.status01 {
  background: #f33;
}

h3 {
  position: relative;
}
.section-image {
  text-align: center;
}

.section-image .image {
  max-width: 80%;
}

.form-button-set-item + .form-button-set-item {
  margin-top: 5.33vw;
}

.gray-border-box {
  border: 1px solid #d0d0d0;
  padding: 5.33vw 2.67vw;
}

.basic-list {
  display: table;
}

.basic-list-item {
  display: table-row;
}

.basic-list-item-name,
.basic-list-item-data {
  display: table-cell;
  padding-top: 1.33vw;
}

.basic-list-item:first-child .basic-list-item-name,
.basic-list-item:first-child .basic-list-item-data {
  padding-top: 0;
}

.basic-list-item-name {
  padding-right: 2.67vw;
  font-weight: bold;
}

.large-down-arrow {
  text-align: center;
}

.large-down-arrow .image {
  width: 27vw;
}

.form-set-name {
  font-weight: bold;
}
.form-set-order {
  display: inline-block;
  padding: 0 1.33vw 0 0.67vw;
  vertical-align: bottom;
}

.form-set-name + .form-set-input {
  margin-top: 2.67vw;
}

.overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 98;
}

.overlay.modalclose {
  display: none;
}
.modal {
  background-color: #fff;
  border-radius: 1.33vw;
  box-sizing: border-box;
  width: 84%;
  padding: 5.33vw;
  z-index: 99;
}

.modal-caption {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.modal-caption + .modal-section,
.modal-section + .modal-section {
  margin-top: 5.33vw;
}

.btn-item {
  margin-bottom: 30px;
}

.box-item {
  /* overflow-y: scroll; */
  border: 1px solid #d0d0d0;
  /* height: 150px; */
  margin-top: 2.67vw;
  font-size: 1.6rem;
}
.box-item.news-detail {
  font-weight: bold;
  border: none;
  border-bottom: 1px solid #999;
}

.box-item a {
  text-decoration: none;
  display: block;
}

.box-item-sokai {
  border-top: 1px solid #d0d0d0;
  margin-top: 20px;
  font-size: 1.6rem;
}
.box-item-wrapper {
  padding: 2.67vw;
}

.box-item-list-item {
  border-top: 1px dashed #d0d0d0;
  margin-top: 6vw;
  padding-top: 6vw;
  position: relative;
}

.box-item-list-item:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.box-item-list-item .text.text_border {
  margin: 2.67vw 0;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  padding: 6px 10px;
}
.box-item-list-item .text.text_border.sche_view {
  margin: 2.67vw 0;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  padding: 6px 10px;
  background: #fdf9f3;
}

.news-detail-text {
  padding: 20px 10px 30px;
  white-space: break-spaces;
}
.news-detail-sche-title {
  display: block;
  padding: 0px 10px 0px;
  font-weight: bold;
}
.news-detail-sche-detail {
  display: block;
  padding: 0px 10px 30px;
}

.btns_wrapper_two {
  display: flex;
  margin: 20px auto;
  justify-content: space-between;
}
.btn_to_list {
  position: absolute;
  /* right: 0; */
  /* top: 0.6vw; */
  /* font-size: 1.3rem; */
  /* font-weight: normal; */
  /* display: inline-block; */
  background: url(../img/ico_link_arrow.png) no-repeat 0 50%;
  /* background-size: 4vw auto; */
  /* min-height: 4vw; */
  /* padding-left: 5vw; */
  background-size: 14px auto;
  min-height: 20px;
  padding-left: 16px;
  font-size: 1.4rem;
  /* top: 16px; */
  right: 6px;
  font-weight: normal;
  max-width: 7em;
}
.date {
  font-weight: normal;
  font-size: 1.4rem;
}
.tag {
  display: inline-block;
  padding: 1px 6px;
  margin-left: 6px;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 4px;
  min-width: 5em;
  text-align: center;
  font-weight: normal;
}
.tag01 {
  background: #3ba9ea;
}
.tag02 {
  background: #f33;
}
.tag03 {
  background: #f2ad57;
}
.tag04 {
  background: #7d57f2;
}
.tag-update {
  background: #f33;
  font-size: 1rem;
}

.tag_talk {
  color: #f33;
  display: inline-block;
  margin-left: 6px;
  font-size: 1.2rem;
}

.sche_view {
  margin: 1.33vw 0;
}
.sche_view_room {
  display: inline-block;
  margin-right: 1.333vw;
}

.sche_view_date {
  display: inline-block;
  margin-right: 4vw;
  line-height: 1.2;
  height: 3em;
  padding-top: 0.3em;
  margin-right: auto;
  max-width: 40%;
}
.sche_view_select {
  border-radius: 4px;
  border: 2px solid #a1a1a1;
  color: #a1a1a1;
  font-weight: bold;
  display: inline-block;
  width: 2em;
  height: 2em;
  text-align: center;
  vertical-align: middle;
  line-height: 1.8em;
  font-size: 2rem;
  margin: 0 1.33vw;
  background: #fff;
}

.sche_view_select.selected {
  background: #33a71e;
  color: #fff;
}
.sche_view_select.no-selected {
  background: #f0f0f0;
  color: #ccc;
  border: solid 2px #ccc;
}

.text_title {
  font-size: 1.4rem;
}
.sche_view_child {
  display: flex;
  flex-wrap: wrap;
}

.main-visual {
  width: 100%;
  max-height: 300px;
  overflow: hidden;
}
.main-visual img {
  width: 100%;
}

.btn_kanri {
  display: inline-block;
  padding: 1px 10px;
  font-size: 1.4rem;
  border-radius: 4px;
  border: 1px solid #999;
  white-space: nowrap;
  margin: 10px;
  background: #fff;
  cursor: pointer;
}
.btn_kanri a {
  display: block;
}

.top-btns {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  justify-content: flex-start;
}

.top-btns-item {
  width: 33%;
  height: auto;
  position: relative;
}

.top-btns-item a {
  border: solid 1px #ded7c6;
  border-radius: 1vw;
  -webkit-border-radius: 1vw;
  -moz-border-radius: 1vw;
  display: block;
  margin: 1vw;
  padding-top: 100%;
}
.top-btns-item .top-btns-item-text {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 1vw 2vw 6vw;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-size: 1.3rem;
  line-height: 1.1;
}
.top-btns-item .top-btns-item-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 1vw 1vw 2vw;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.top-btns-item .top-btns-item-text:before {
  content: "";
  height: 100%;
  vertical-align: text-bottom;
  width: 0px;
  display: inline-block;
}

.top-btns-item .top-btns-item-img:before {
  content: "";
  display: block;
  height: 100%;
  background: url(../img/icon_01.png) no-repeat;
  background-size: 50%;
  background-position: 50%;
}
.top-btns-item.top-btns-item-01 .top-btns-item-img:before {
  background: url(../img/icon_01.png) no-repeat;
  background-size: 50%;
  background-position: 50% 33%;
}
.top-btns-item.top-btns-item-02 .top-btns-item-img:before {
  background: url(../img/icon_02.png) no-repeat;
  background-size: 50%;
  background-position: 50% 33%;
}
.top-btns-item.top-btns-item-03 .top-btns-item-img:before {
  background: url(../img/icon_01.png) no-repeat;
  background-size: 50%;
  background-position: 50% 33%;
}
.top-btns-item.top-btns-item-04 .top-btns-item-img:before {
  background: url(../img/icon_04.png) no-repeat;
  background-size: 50%;
  background-position: 50% 33%;
}
.top-btns-item.top-btns-item-05 .top-btns-item-img:before {
  background: url(../img/icon_05.png) no-repeat;
  background-size: 50%;
  background-position: 50% 33%;
}
.top-btns-item.top-btns-item-06 .top-btns-item-img:before {
  background: url(../img/icon_00.png) no-repeat;
  background-size: 50%;
  background-position: 50% 33%;
}
.top-btns-item-01.top-btns-item a {
  background: #cae5f5;
}
.top-btns-item-02.top-btns-item a {
  background: #f7d9a4;
}
.top-btns-item-03.top-btns-item a {
  background: #ccebb0;
}
.top-btns-item-04.top-btns-item a {
  background: #e2daca;
}
.top-btns-item-05.top-btns-item a {
  background: #f5cacc;
}
.top-btns-item-06.top-btns-item a {
  background: #ccebb0;
}

.text_link a {
  display: inline-block;
  background-color: #415a97;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  min-width: 100%;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px;
}

.frame-wrapper__et {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border: 2px solid #ccc;
}
.frame-wrapper__et iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.kanri-page {
  font-size: 86%;
}

.talk-data {
  font-size: 1.2rem;
  color: #565656;
}

.gian-heading {
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
}

.gian-text {
  display: none;
  padding: 6px;
}
.gian-text.gianopen {
  display: block;
  white-space: break-spaces;
}

.shoko-title {
  margin-top: 30px;
  font-weight: bold;
  padding-left: 2.67vw;
}
.regdate {
  font-size: 1.2rem;
  color: #808080;
  display: block;
  text-align: right;
}
.btn-more-wrapper {
  width: 100%;
  text-align: right;
}
.btn-more {
  margin-top: 10px;
  font-size: 1.3rem;
  font-weight: normal;
  display: inline-block;
  background: url(../img/ico_link_arrow.png) no-repeat 0 50%;
  background-size: 16px auto;
  min-height: 16px;
  padding-left: 20px;
  line-height: 16px;
}

.btn-kanri-warpper {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: normal;
}

/*  管理スマートフォン対応
----------------------------------------*/

.el-form-item__label {
  width: 100% !important;
  text-align: left !important;
}

.el-form-item__content {
  margin-left: 0 !important;
}

.rijische-result {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 2vw 0;
}
.rijische-result .el-col-1 {
  width: 20%;
  font-size: 120%;
  text-align: center !important;
}
.rijische .el-col-2 {
  width: 12% !important;
}
.rijische .el-col-4 {
  width: 26% !important;
}

.text_link {
  margin-top: 10px;
}

.policy-wrapper {
  margin-top: 40px;
}
.policy-wrapper h4 {
  border-bottom: 1px solid #999;
  margin: 40px auto 20px;
  font-weight: 700;
}
.policy-wrapper p {
  font-size: 0.9em;
  line-height: 1.4;
  padding: 0 10px 10px;
}

.kiyaku-wrapper pre {
  white-space: pre-wrap;
}
.kiyaku-wrapper {
  margin-top: 20px;
  font-size: 1.3rem;
}
.kiyaku-wrapper h4 {
  border-bottom: 1px solid #999;
  margin: 40px auto 20px;
  font-weight: 700;
}
.kiyaku-wrapper p {
  font-size: 0.9em;
  line-height: 1.4;
  padding: 0 10px 10px;
}
.kiyaku-wrapper ol {
  width: 100%;
  overflow: hidden;
  _zoom: 1;
  /* margin-top: 30px; */
  padding: 0 10px 10px;
}

.kiyaku-wrapper ol li {
  font-size: 0.9em;
  line-height: 1.8;
  margin-bottom: 20px;
}

.faq-cate {
  margin: 20px auto;
}
.faq-wrapper {
  margin-top: 30px;
}

.faq-wrapper dl dt:first-child {
  margin-top: 0;
}
.faq-wrapper dl {
  width: 100%;
  overflow: hidden;
  _zoom: 1;
  margin-top: 0px;
}

.faq-wrapper dl dd,
.faq-wrapper dl dt {
  font-size: 0.9em;
  line-height: 1.4;
}

.faq-wrapper dl dt {
  margin: 30px 20px 0 0;
}

.faq-wrapper dl dd span.cap,
.faq-wrapper dl dt span.cap {
  font-size: 1.2em;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
  display: table-cell;
}
.faq-wrapper dl dt span.cap span {
  display: block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  margin-right: 0.4em;
  border-radius: 6px;
  background: #557cb4;
  line-height: 30px;
  color: white;
}
.faq-wrapper dl dd span.cap span {
  display: block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  margin-right: 0.4em;
  border-radius: 6px;
  background: #00b1e7;
  line-height: 30px;
}

.faq-wrapper dl dd p,
.faq-wrapper dl dt p {
  display: table;
}
.faq-wrapper dl dd span,
.faq-wrapper dl dt span {
}

.faq-wrapper dl dd {
  margin: 20px 0 -1px 0;
  padding-bottom: 30px;
  border-bottom: 1px #ccc solid;
}

.faq-wrapper dl dd span.text,
.faq-wrapper dl dt span.text {
  display: table-cell;
  padding-top: 0.3em;
}

.faq-wrapper dl dt:first-letter {
  color: #fff;
}
.faq-wrapper dl dd:first-letter {
  color: #fff;
}

#icon-menu {
  margin-top: 40px;
}

.qaBox a {
  /* color: #000562; */
  text-decoration: underline;
}

.faq-wrapper .stepList {
  margin-bottom: 30px;
}

.formTableCaution {
  font-size: 90%;
  margin: 30px auto;
}

/*  over 769px
----------------------------------------*/

@media (min-width: 769px) {
  /*  管理スマートフォン対応
----------------------------------------*/

  .frame-wrapper__et {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 0%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border: 2px solid #ccc;
    height: 700px;
  }

  .frame-wrapper__et iframe {
    position: relative;
  }

  .wrapper {
    margin: 0 auto;
  }

  .el-form-item__label {
    width: 200px !important;
    text-align: right !important;
  }

  .el-form-item__content {
    margin-left: 200px !important;
  }

  .rijische-result {
    display: inline;
    width: auto;
    overflow: hidden;
    padding: 0;
  }

  .rijische-result .el-col-1 {
    width: 4.16667%;
    font-size: 120%;
    text-align: center !important;
  }
  .rijische .el-col-2 {
    width: 8.33333% !important;
  }
  .rijische .el-col-4 {
    width: 16.66667% !important;
  }

  body {
    /* font-size: 1.8rem; */
  }

  input[type="text"] {
    width: 35vw;
    font-size: 1.2rem;
  }
  .kanri-page input[type="text"] {
    width: 35vw;
    font-size: 1.2rem;
  }

  textarea {
    font-size: 100%;
  }

  input[type="text"].tel {
    width: 20vw;
  }

  .select-box {
    font-size: 1.2rem;
  }
  .kanri-page .select-box {
    font-size: 1.2rem;
  }
  /*
  input[type="checkbox"] {
    display: none;
  }
*/

  input[type="checkbox"] + .checkbox {
    display: inline-block;
    min-height: 22px;
    padding: 0 0 0 28px;
    line-height: 22px;
    background: url(../img/ico_checkbox.png) no-repeat 0 0;
    background-size: 22px auto;
  }

  input[type="checkbox"]:disabled + .checkbox {
    background: url(../img/ico_checkbox_d.png) no-repeat 0 0;
    background-size: 22px auto;
  }

  input[type="checkbox"]:checked + .checkbox {
    background: url(../img/ico_checkbox_on.png) no-repeat 0 0;
    background-size: 22px auto;
  }

  input[type="checkbox"]:checked:disabled + .checkbox {
    background: url(../img/ico_checkbox_on_d.png) no-repeat 0 0;
    background-size: 22px auto;
  }

  .bt-green,
  .bt-gray {
    min-width: 20vw;
    font-size: 2.4rem;
    /* width: 27vw; */
  }

  .buttons-3 .bt-green,
  .buttons-3 .bt-gray {
    min-width: 25vw;
    font-size: 2.2rem;
  }

  .bt-gray.bt-small {
    font-size: 1.8rem;
  }

  .bt-gray.bt-zipcode {
    min-width: 40%;
    margin-left: 10px;
    font-size: 1.8rem;
  }
  .bt-kanri {
    min-width: 10vw;
    font-size: 1.6rem;
    padding: 0 1.33vw;
  }

  .hdr-wrapper {
    padding: 10px 20px;
  }

  .logo {
    width: 170px;
  }

  .logo-image {
    width: 100%;
  }

  .title-subtitle {
    width: 292px;
  }

  .title-maintitle {
    width: 262px;
    margin-top: 10px;
  }

  .hdr-button {
    width: 100px;
  }

  .hdr-button-item + .hdr-button-item {
    margin-left: 10px;
  }

  .hdr-button-image {
    width: 64px;
  }

  .global-nav {
    padding: 10px 0;
  }

  .global-nav-list-item a,
  .global-nav-list-item span {
    padding: 0.5rem 3rem;
    font-size: 2rem;
  }

  .main {
    padding: 30px 20px 50px;
  }
  .main.main-sokai {
    padding: 30px 0px 0px;
  }

  .page-title {
    border-left: 10px solid #415a97;
    padding: 10px 20px;
    font-size: 3rem;
  }

  .ftr-top-wrapper {
    padding: 30px 70px;
  }

  .ftr-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .ftr-link-item + .ftr-link-item {
    margin: 0 0 0 30px;
  }

  .ftr-link-item a {
    background-size: 20px auto;
    min-height: 20px;
    padding-left: 24px;
    font-size: 1.4rem;
  }

  .ftr-bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    padding: 30px 70px;
    text-align: left;
  }

  .logo-j-image {
    width: 270px;
  }

  .copyright {
    margin: 0 0 0 30px;
    font-size: 1.2rem;
    text-align: right;
  }

  .copyright br {
    display: none;
  }

  .copyright br:after {
    content: " ";
  }

  .order-step {
    margin-top: 30px;
  }

  .order-step-item,
  .order-step-item.active,
  .order-step-item.done {
    background-size: 90px;
  }

  .order-step-item + .order-step-item {
    padding-left: 5vw;
  }

  .order-step-image {
    width: 90px;
  }

  .main-section {
    width: calc(100% - (50px * 2));
    margin: 30px 50px 0;
    padding-bottom: 5px;
  }

  .error-message {
    padding: 20px 20px 20px 70px;
  }

  .ico-error {
    position: absolute;
    display: block;
    background: url(../img/ico_error.png) no-repeat 0 0;
    background-size: 40px auto;
    width: 40px;
    height: 40px;
    top: 20px;
    left: 20px;
  }

  .main-section.gray-top-border {
    padding: 40px 0;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .section-title + .section-block,
  .section-block + .section-block {
    margin-top: 20px;
  }

  .green-left-head {
    padding-left: 20px;
  }

  .section-image-right {
    float: right;
  }

  .section-image .image {
    max-width: 30vw;
  }

  .section-image-right .image {
    max-width: 30vw;
    margin-left: 30px;
  }

  .form-button-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-button-set-item + .form-button-set-item {
    margin: 0 0 0 20px;
  }

  .gray-border-box {
    padding: 30px;
  }

  .large-down-arrow .image {
    width: 15vw;
  }

  .select-option-form {
    width: 20%;
  }

  .select-option-image {
    box-sizing: border-box;
    width: 30%;
    margin-left: 50px;
    text-align: center;
  }

  .total-price,
  .subtotal-price {
    padding-top: 20px;
    font-size: 2rem;
    text-align: right;
  }

  .form-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-set-name {
    width: 15vw;
  }

  .form-set-input .form-set-name {
    width: auto;
  }

  .form-set-input {
    width: 65vw;
  }

  .form-set-name + .form-set-input {
    margin: 0 0 0 30px;
  }

  .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* -webkit-box-orient: horizontal; */
    /* -webkit-box-direction: reverse; */
    -ms-flex-direction: row-reverse;
    /* flex-direction: row-reverse; */
  }

  .buttons .section-block {
    margin: 0 auto;
    /* padding: 1.33vw 6vw; */
  }
  .buttons.cloumBtns {
    flex-wrap: wrap;
  }
  .buttons.cloumBtns .section-block {
    margin: 0 auto;
    width: 45%;
    flex-wrap: wrap;
  }
  .buttons.cloumBtns .bt {
    margin: 0 auto 16px;
    width: 100%;
    flex-wrap: wrap;
  }
  .buttons .bt {
    min-width: 16vw;
  }

  .col-2 > div + div {
    margin-left: 30px;
  }

  .form-set-input-image {
    margin-top: 10px;
    text-align: left;
  }

  .form-set-input-image .image {
    max-width: 30vw;
  }

  .modal {
    border-radius: 10px;
    padding: 20px;
  }

  .modal-caption {
    font-size: 2.4rem;
  }

  .modal-text {
    text-align: center;
  }

  .modal-caption + .modal-section,
  .modal-section + .modal-section {
    margin-top: 20px;
  }

  .box-item {
    /* height: 200px; */
    margin-top: 20px;
    border: none;
  }

  .box-item-wrapper {
    padding: 20px;
  }

  .box-item-list-item {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    margin-top: 20px;
    padding-top: 20px;
  }

  .box-item-list-item:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }

  .box-item-list-item .date {
    /* width: 150px; */
    margin-right: 20px;
    margin-bottom: 6px;
  }
  .talk-data,
  .box-item-list-item .text {
    /* width: 150px; */
    width: 90%;
    margin-right: 20px;
    margin-left: 20px;
  }
  .box-item-list-item .text.text_border,
  .box-item-list-item .text.text_border.sche_view {
    margin: 10px 20px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    padding: 6px 10px;
    background: #fdf9f3;
  }
  .btns_wrapper_two {
    margin: 20px;
    width: 90%;
  }
  .bt-two-yes {
    min-width: 48%;
  }
  .bt-two-no {
    min-width: 48%;
  }
  .sche_view {
    margin: 4px 0;
  }

  .box-item a {
    text-decoration: underline;
  }

  .top-btns-item {
    width: 25%;
    height: auto;
    position: relative;
  }

  .top-btns-item a {
    border: solid 1px #ded7c6;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: block;
    margin: 10px;
    padding-top: 100%;
  }

  .btn_to_list {
    background-size: 14px auto;
    min-height: 20px;
    padding-left: 16px;
    font-size: 1.4rem;
    top: 16px;
    right: 6px;
    max-width: 20em;
  }
} /* /@media (min-width: 769px) */

.et_reload {
  position: absolute;
  top: 8px;
  right: 2vw;
  z-index: 1;
  border-radius: 4px;
  border: 1px solid #fff;
  padding: 0 2vw;
  background: #fff;
  font-size: 90%;
  cursor: pointer;
  display: none;
}

.frame-wrapper__video {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 56.25%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border: 2px solid #ccc;
}
.frame-wrapper__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#result {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid gray;
  font-size: 100%;
}

.frame-wrapper__bg {
  width: 100vw;
  height: 100vh;
  z-index: 1;
  background: #e7edfd;
  position: fixed;
  display: none;
  top: 0;
}
.frame-wrapper__pdf,
.frame-wrapper__chat {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  display: none;
  top: 0;
  left: 0;
  transition: transform 1s $easeOutQuart, opacity 0.8s $easeOutSine;
}

.frame-wrapper__bg.chatopen,
.frame-wrapper__pdf.pdfopen,
.frame-wrapper__chat.chatopen {
  display: block;
}
.frame-wrapper__chat.chatopen {
  display: block;
  height: 100vh;
  background: #e7edfd;
}

.frame-wrapper__pdf iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  border: none;
}

.pdfclose,
.chatclose {
  display: none;
  border-radius: 50%;
  background: #ccc;
  position: fixed;
  top: 8px;
  right: 6px;
  z-index: 4;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 80%;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

#chat .chatclose {
  top: auto;
  margin-top: 4px;
}

.pdfclose.pdfopen,
.chatclose.chatopen {
  display: block;
}

.img-name {
  font-size: 1.2rem;
  height: 3.6em;
  width: 3.6em;
  background: #6f93d4;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 3.6em;
  /* padding: 1em 0; */
  position: absolute;
  z-index: 2;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btns.yoko {
  position: absolute;
  top: 1vw;
  right: 2vw;
  width: auto;
  padding: 0 6vw;
}

.btns.yoko .pdfopenBtn,
.btns.yoko .chatopenBtn {
  width: auto;
}

.frame-wrapper__chat .section {
  margin: 0px auto;
  width: 100vw;
}

.inputWrapper {
  text-align: center;
  position: fixed;
  bottom: 6%;
  width: 100vw;
  background: #e7edfd;
  padding: 2.67vw;
  z-index: 3;
}
textarea {
  border: 1px solid #999;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  max-height: 400px;
  min-width: 240px;
  min-height: 80px;
}

.oneArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1024px;
  margin: 0vw auto 8vw;
  padding: 1px 10px 8vh;
}
.oneArea .onebox {
  width: 100vw;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-top: 6vw;
  /* align-items: flex-end; */
}
.oneArea .onebox .time {
  padding: 0 1.33vw;
  font-size: 1.4rem;
  color: #666;
  margin-top: auto;
}
.oneArea .onebox.me {
  flex-direction: row-reverse;
  /* margin-top: 20px; */
}
.oneArea .onebox.me .imgArea {
  display: none;
}
.oneArea .onebox .imgArea {
  max-width: 4em;
  width: 16%;
  position: relative;
}
.oneArea .onebox .imgArea img {
  width: 100%;
  max-width: 130px;
  position: absolute;
  top: -20px;
  left: 0;
  padding-right: 6vw;
}
.oneArea .onebox.me .imgArea img {
  width: 100vw;
  max-width: 130px;
  position: absolute;
  top: -20px;
  left: auto;
  right: 0;
  padding-left: 30px;
}
.oneArea .onebox .fukiArea {
  width: 70%;
  text-align: left;
}
.oneArea .onebox .fukidasi {
  width: 100%;
  position: relative;
  padding: 25px;
  background-color: #fff;
  font-size: 18px;
  color: #231815;
  border-radius: 12px;
  box-sizing: border-box;
}
.oneArea .onebox .fukidasi::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  top: 22px;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.oneArea .onebox .fukidasi::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  top: 40px;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.oneArea .onebox .fukidasi::before {
  left: -15px;
  border-left: 25px solid #fff;
  border-top: 25px solid transparent;
}
.oneArea .onebox .fukidasi::after {
  left: -25px;
  border-left: 25px solid #e7edfd;
  border-top: 25px solid transparent;
}
.oneArea .onebox.me .fukidasi {
  background-color: #8ced7a;
}
.oneArea .onebox.me .fukidasi::before {
  left: auto;
  right: -15px;
  border-left: 25px solid transparent;
  border-top: 25px solid #8ced7a;
}
.oneArea .onebox.me .fukidasi::after {
  left: auto;
  right: -25px;
  border-left: 25px solid transparent;
  border-top: 25px solid #e7edfd;
}
.talk-date {
  display: flex;
  align-items: center;
  width: 100%;
  color: #565656;
  font-size: 1.2rem;
}

.talk-date:before,
.talk-date:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #999;
}

.talk-date:before {
  margin-right: 1rem;
}

.talk-date:after {
  margin-left: 1rem;
}
.chat-heading {
  width: 100%;
  padding: 1.33vw 80px 1.33vw 2.67vw;
  text-align: left;
  background: #415a97;
  color: #fff;
  font-weight: bold;
  position: fixed;
  z-index: 3;
  top: 0;
}

.oneArea {
  margin: 0px auto;
}
.oneArea .onebox.me {
  /* margin-top: 15px; */
  margin-right: 10vw;
}
.oneArea .onebox .imgArea {
  width: 16%;
}
.oneArea .onebox .fukidasi {
  padding: 20px 15px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .oneArea .onebox .imgArea img {
    top: 0;
  }
  .oneArea .onebox.me .imgArea img {
    top: 0;
  }
  .oneArea .onebox .fukidasi {
    padding: 16px 10px;
    font-size: 1.4rem;
  }
  .oneArea .onebox .fukidasi::before {
    top: 8px;
  }
  .oneArea .onebox .fukidasi::after {
    top: 20px;
  }
}

@media screen and (max-width: 1024px) {
  #admin-chat {
    margin: 0 auto;
  }

  #admin-chat #chat-view {
    margin: 0 auto;
    width: 1024px;
  }

  #admin-chat #chat-view .message-box {
    width: 1024px !important;
  }
  #admin-chat #chat-view .message-box div:nth-child(3) {
    width: 300px !important;
  }

  #admin-chat .el-row {
    text-align: left;
  }
  #admin-chat .el-row div {
    width: 100% !important;
    margin: 0 0 3px 0;
  }
}

.type-pdf,
.type-ppt,
.type-excel,
.type-image,
.type-word {
  position: relative;
  line-height: 1.2em;
  padding-left: 2em;
}
.type-pdf:before,
.type-ppt:before,
.type-excel:before,
.type-image:before,
.type-word:before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
}

.type-pdf:before {
  background: url(../img/icon_pdf.png) no-repeat;
  background-size: contain;
}

.type-ppt:before {
  background: url(../img/icon_ppt.png) no-repeat;
  background-size: contain;
}

.type-excel:before {
  background: url(../img/icon_excel.png) no-repeat;
  background-size: contain;
}

.type-image:before {
  background: url(../img/icon_image.png) no-repeat;
  background-size: contain;
}

.type-word:before {
  background: url(../img/icon_word.png) no-repeat;
  background-size: contain;
}

.kiyakuBox {
  margin: 40px auto;
}

.kiyakuBixInner {
  padding: 20px;
  border: 1px solid #ccc;
  height: 300px;
  overflow-y: scroll;
}

.reqCaption input[type="checkbox"] {
  display: inline-block;
}

.cn-back-btn {
  margin-top: 20px;
  text-align: center;
}
.cn-back-btn a {
  border-radius: 100vh;
  margin: 0 auto;
  max-width: 400px;
  display: block;
  font-size: 140%;
  padding: 20px;
  color: #fff;
  background: #000562;
}
.cn-back-btn a:hover {
  opacity: 0.8;
  cursor: pointer;
}

div.reqCaption {
  text-align: center;
  margin: 40px auto 40px;
  padding: 20px;
  border: 1px solid #666;
}
span.reqCaption {
  margin-bottom: 10px;
  display: block;
}

.reqCaption .error {
  font-weight: 700;
  background: #fff0f0;
  padding: 10px 16%;
  line-height: 1;
}
.ppList {
}
.ppList a {
  color: #000562;
  text-decoration: underline;
  display: inline-block;
  padding: 4px;
}

.ppList {
  margin: 1em;
}

.contact .mainContentBox {
  font-size: 12px;
}

.pageCaption {
  line-height: 1.6;
  font-size: 120%;
  text-align: center;
  margin: 30px auto 30px;
  color: #565656;
}

.contactCaption {
  text-align: left;
  font-size: 120%;
  margin-bottom: 40px;
}

.contactCaption h3 {
  font-size: 110%;
  text-align: center;
  color: #000562;
  padding-bottom: 10px;
  margin-top: 20px;
}
.contactCaption a {
  text-align: left;
  color: #000562;
}

.formTable {
  border-bottom: 1px solid #ccc;
  display: table;
  margin: 0;
  width: 100%;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 120%;
}
.formTable:first-child {
  border-top: 1px solid #ccc;
}
.formTable_ttl {
  background: #f8f9fa;
  width: 23.46939%;
  display: table-cell;
  padding: 20px 10px 20px 20px;
  font-weight: 700;
  vertical-align: top;
}
.icoForm-requir {
  display: inline-block;
  padding: 4px 8px;
  line-height: 1;
  text-align: center;
  background: #e30026;
  color: #fff;
  font-weight: 400;
  font-size: 90%;
}

.formTable_ttl label {
  margin: 0;
}
.formTable_data {
  background: #fff;
  width: 76.53061%;
  padding: 15px 10px 15px 20px;
  display: table-cell;
}
.formTableBox {
  position: relative;
  display: block;
  padding-bottom: 22px;
  width: 100%;
}
.formTableBox_ttl {
  font-weight: 400;
  padding: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  width: 6%;
  text-align: right;
}
.formTableBox_ttl label {
  margin: 0;
  white-space: nowrap;
}
.formTableBox_itemBox {
  position: relative;
  padding: 0 2px 0 0;
  vertical-align: middle;
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 2px;
  max-width: 100%;
  width: 100%;
}
.formTableBox_itemBox_name {
  width: 40%;
}

.m-formBox_input--name {
}

.u-ime-ja {
}

input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  border: 1px solid #999;
  border-radius: 3px;
  vertical-align: middle;
  margin: 0 2px 0 0;
  padding: 6px;
  width: 100%;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
}
.u-input--w0em {
  width: 0 !important;
}
.u-input--w1em {
  width: 1em !important;
}
.u-input--w2em {
  width: 2em !important;
}
.u-input--w3em {
  width: 3em !important;
}
.u-input--w4em {
  width: 4em !important;
}
.u-input--w5em {
  width: 5em !important;
}
.u-input--w6em {
  width: 6em !important;
}
.u-input--w7em {
  width: 7em !important;
}
.u-input--w8em {
  width: 8em !important;
}
.u-input--w9em {
  width: 9em !important;
}
.u-input--w10em {
  width: 10em !important;
}
.u-input--w11em {
  width: 11em !important;
}
.u-input--w12em {
  width: 12em !important;
}
.u-input--w13em {
  width: 13em !important;
}
.u-input--w14em {
  width: 14em !important;
}
.u-input--w15em {
  width: 15em !important;
}
.u-input--w16em {
  width: 16em !important;
}
.u-input--w17em {
  width: 17em !important;
}
.u-input--w18em {
  width: 18em !important;
}
.u-input--w19em {
  width: 19em !important;
}
.u-input--w20em {
  width: 20em !important;
}
.u-input--w21em {
  width: 21em !important;
}
.u-input--w22em {
  width: 22em !important;
}
.u-input--w23em {
  width: 23em !important;
}
.u-input--w24em {
  width: 24em !important;
}
.u-input--w25em {
  width: 25em !important;
}
.u-input--w26em {
  width: 26em !important;
}
.u-input--w27em {
  width: 27em !important;
}
.u-input--w28em {
  width: 28em !important;
}
.u-input--w29em {
  width: 29em !important;
}
.u-input--w30em {
  width: 30em !important;
}
.u-input--w25p {
  width: 25% !important;
}
.u-input--w33p {
  width: 33% !important;
}
.u-input--w50p {
  width: 50% !important;
}
.u-input--w100p {
  width: 100% !important;
}
.u-ime-ja {
  ime-mode: active;
}
.u-ime-en {
  ime-mode: inactive;
}

.select-box {
  font-size: 100%;
  margin: 0 0 0 0;
}

.formErr_inline {
  color: #f33;
}

.cn-back-btn {
  margin-top: 40px;
  text-align: center;
}
.cn-back-btn a {
  border-radius: 100vh;
  margin: 0 auto;
  max-width: 400px;
  display: block;
  font-size: 100%;
  padding: 20px;
  color: #fff;
  background: #000562;
}
.cn-back-btn a:hover {
  opacity: 0.8;
}

.pageCaption ul {
  text-align: left;
  width: 80%;
  margin: 20px auto;
}
.pageCaption ul li {
  margin-left: 1em;
  text-indent: -1em;
}
.pageCaption .caution {
  font-size: 120%;
  color: #000562;
  font-weight: 700;
}

@media only screen and (min-width: 0) and (max-width: 580px) {
  .pageCaption ul {
    text-align: left;
    width: 96%;
    margin: 20px auto;
  }

  .formTable {
    display: block;
  }
  .formTable_ttl {
    display: block;
    width: 100%;
  }

  .formTable_data {
    background: #fff;
    width: 100%;
    padding: 15px 10px 15px 10px;
    display: block;
  }
}

pre {
  white-space: pre-wrap;
  line-height: 1.6;
}

/*****************************
** login
*****************************/

/* page-login */
.page-login {
  width: 100%;
  min-height: 100vh;
  background: #000227;
  background: -moz-linear-gradient(top, #020886 0%, #000227 100%);
  background: -webkit-linear-gradient(top, #020886 0%, #000227 100%);
  background: linear-gradient(to bottom, #020886 0%, #000227 100%);
  filter: ;
  progid: DXImageTransform.Microsoft.gradient(
    startColorstr= "#020886",
    endColorstr= "#000227",
    GradientType=0
  );
  -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020886', endColorstr='#000227',GradientType=0 );
}
@media screen and (max-width: 768px) {
}

/* _login-wrapper */
._login-wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
}
@supports (-webkit-touch-callout: none) {
  ._login-wrapper {
    min-height: -webkit-fill-available;
  }
}
/* @media screen and (max-width: 768px) {
  ._login-wrapper {
    width: 82.07%;
    margin: 0 auto;
    padding: 35.75% 0 3% 0;
  }
} */

/* _login-main-logo */
._login-main-logo {
  width: 240px;
  text-align: center;
  /* position: absolute; */
  /* top: 13.5%; */
  /* right: 50%; */
  /* transform: translateX(50%); */
  /* -webkit-transform: translateX(50%); */
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  ._login-main-logo {
    width: 64%;
  }
}

/* _login-form */
._login-form {
  width: 300px;
  /* position: absolute; */
  /* right: 50%; */
  /* bottom: 50%; */
  /* transform: translate(50%, 50%); */
  /* -webkit-transform: translate(50%, 50%); */
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  ._login-form {
    width: 80%;
  }
}

/* _login-item */
._login-item {
  display: flex;
  align-items: center;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 768px) {
}

/* _login-item-ic */
._login-item-ic {
  width: 15px;
}
@media screen and (max-width: 768px) {
}

/* _login-item-input */
._login-item-input {
  width: calc(100% - 15px);
  padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
}

/* _login-item-ttl */
._login-item-ttl {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 768px) {
}

/* _login-input */
input[type="text"]._login-input,
input[type="password"]._login-input {
  width: 100% !important;
  font-size: 1.8rem !important;
  line-height: 1.4;
  color: #fff;
  padding: 8px 10px !important;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
  background: transparent;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
}

/* _login-submit */
._login-submit {
  background-color: #fff;
  color: #020886;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  padding: 18px;
  margin: 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
@media screen and (max-width: 768px) {
}

/* _login-link-list */
._login-link-list {
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  width: 300px;
  position: absolute;
  right: 50%;
  bottom: 3%;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
}
@media screen and (max-width: 768px) {
}

/* _login-link-item */
._login-link-item {
  margin: 0 0 6px 0;
}
@media screen and (max-width: 768px) {
}
._login-link-item:last-of-type {
  margin-bottom: 0;
}

/* _login-link-item a */
._login-link-item a {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
  padding: 0 2vw;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  ._login-link-item a:hover {
    color: #00c1c8;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  ._login-link-item a:active {
    /* color: #00c1c8; */
    text-decoration: none;
  }
}

._err {
  width: 600px;
  position: absolute;
  right: 50%;
  bottom: 60%;
  transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
}
@media screen and (max-width: 768px) {
  ._err {
    width: 80%;
  }
}

.errBox {
  background: #fff;
  min-height: 200px;
  border-radius: 10px;
  padding: 20px;
}

.errTitle {
  text-align: center;
  font-size: 160%;
  color: #00562;
  font-weight: bold;
}

.errBox p {
  text-align: center;

  padding: 20px 10px;
  font-size: 140%;
  color: #000562;
}

.errBox p a {
  margin: 20px auto 0;
  display: inline-block;
  position: relative;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  background: #000562;
  color: #fff;
  padding: 15px;
  width: 200px;
}

.err-back {
  font-size: 140%;
  margin: 0px auto 0;
  display: block;
  text-align: center;
}
.err-back a {
  margin: 0 auto;
  display: inline-block;
  position: relative;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  background: #000562;
  color: #fff;
  padding: 15px;
  width: 200px;
}

.errBox p a:hover,
.err-back a:hover {
  opacity: 0.7;
}

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

.caution-em {
  color: #f33;
}

.moreinfobox {
  margin-bottom: 40px;
  padding: 10px 20px 13px 20px;
  background: #eff4ff;
  max-width: 920px;
}

.moreinfobox-msg {
  display: block;
}

.moreinfobox .backLink {
  display: block;
  font-weight: 700;
  padding-top: 10px;
  color: #020886;
}
