@charset "UTF-8";

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body,
div,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
form,
input,
button,
figure,
figcaption,
p,
pre,
a,
time {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    color: inherit;
    line-height: inherit;
}

svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
}

img,
video,
iframe {
    max-width: 100%;
    height: auto;
}

b,
strong {
    font-weight: bolder;
}

ol,
ul {
    list-style: none;
}

time {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    border: none;
    border-style: none;
}

img:not([src*="."]) {
    display: none;
}

button,
[role="button"] {
    cursor: pointer;
}

a[href*="tel"],
button[href*="tel"] {
    pointer-events: none;
}

@media (max-width: 1024px) {
    a[href*="tel"],
    button[href*="tel"] {
        pointer-events: initial !important;
    }
}

/* タグ */
.green {
    width: 90px;
    display: inline-block;
    margin-right: 20px;
    padding: 0 0;
    color: #fff;
    text-align: center;
    background-color: #00625b;
}

.purple {
    width: 90px;
    display: inline-block;
    margin-right: 20px;
    padding: 0 0;
    color: #fff;
    text-align: center;
    background-color: #330164;
}

/* タイトル */
.title {
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 2px;
}

.marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #edde7b));
    background: linear-gradient(transparent 60%, #edde7b 60%);
}

.title-form {
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5;
}

@media (max-width: 599px) {
    .title {
        font-size: 20px;
    }

    .title-form {
        margin-bottom: 30px;
        font-size: 24px;
    }
}

/* お悩み共感 */
.cont01 {
    padding-top: 0;
}

.cont01Block01_01 {
    width: 100%;
    padding: 100px 0 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f5f5f5;
    position: relative;
}

.cont01Block01_01-inner {
    max-width: 1100px;
    margin: auto;
}

.cont01Block01_01 .balloon-img {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}

.cont01Block01_01 .balloon-img img {
    width: 100%;
    height: auto;
}

.balloon-box {
    padding-top: 100px;
    position: relative;
}

.balloon {
    width: 25%;
    min-height: 150px;
    display: inline-block;
    margin: 2%;
    position: absolute !important;
    z-index: 1;
}

.balloon-inner {
    width: 100%;
    height: 100%;
    min-height: 150px;
    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-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 20px;
    color: white;
    line-height: 1.5;
    border-radius: 100%;
    background-color: #ded1b8;
    position: relative;
}

.balloon_01 {
    -webkit-transform: translate(50%, -10%);
    transform: translate(50%, -10%);
    top: 0;
    left: 0;
}

.balloon_02 {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0;
    right: 0;
}

.balloon_03 {
    -webkit-transform: translate(25%, 50%);
    transform: translate(25%, 50%);
    bottom: 50%;
    left: 0;
}

.balloon_04 {
    -webkit-transform: translate(-25%, 70%);
    transform: translate(-25%, 70%);
    bottom: 50%;
    right: 0;
}

.balloon-inner::before {
    content: "";
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 20px solid #ded1b8;
    position: absolute;
    bottom: -25px;
    left: 50%;
    z-index: 0;
}

.balloon_01 .balloon-inner::before,
.balloon_03 .balloon-inner::before {
    -webkit-transform: rotate(-25deg) translate(0, -20%);
    transform: rotate(-25deg) translate(0, -20%);
    left: 70%;
}

.balloon_02 .balloon-inner::before,
.balloon_04 .balloon-inner::before {
    -webkit-transform: rotate(25deg) translate(0, -20%);
    transform: rotate(25deg) translate(0, -20%);
    left: auto;
    right: 70%;
}

@media (max-width: 599px) {
    .cont01Block01_01 {
        padding: 50px 10px 0;
    }

    .balloon-box {
        padding-top: 200px;
    }

    .balloon {
        width: 45%;
        min-height: 80px;
    }

    .balloon-inner {
        min-height: 80px;
        padding: 5px;
        font-size: 12px;
    }

    .balloon_01 {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .balloon_02 {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .balloon_03 {
        -webkit-transform: translate(15%, 130%);
        transform: translate(15%, 130%);
        top: 0;
        bottom: auto;
    }

    .balloon_04 {
        -webkit-transform: translate(-5%, 70%);
        transform: translate(-5%, 70%);
        top: 0;
        bottom: auto;
    }

    .cont01Block01_01 .balloon-img {
        width: 70%;
    }
}

/* layout.css上書き */
.methodBlock02Wrap02 {
    background-image: url(/upload/tenant_5/52d4300c3d473d6990798ce5d0037384.jpg);
    background-size: cover;
}

.methodBlock02 {
    background-image: none;
}

.cont03Block04Wrap02 {
    background-image: none;
}

.cont03Block04 {
    background-image: url(/upload/tenant_5/efd622d62aca0df5bc29ca6e9558cbad.jpg);
    background-size: cover;
}

.cont03Block03Text01.text02 {
    background-image: url(/upload/tenant_5/6e1bd3ace8f81f5a8880a5db12cabbba.png);
}

.cont03Block0302Wrap.bg02 {
    height: auto;
}

.cont03Block0302Left.bg02 {
    height: auto;
}

.cont03Block0302.bg02 {
    height: auto;
}

.cont03Block0302 .right01 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.cont03Block0302 .left01 {
    position: relative;
}

.cont03Block0302 .left01 img {
    position: relative;
    z-index: 1;
}

.cont03Block0302 .left01::after {
    content: "";
    width: 300%;
    height: 100%;
    display: block;
    background-color: #efefef;
    position: absolute;
    top: 0;
    right: 0;
}

.cont03Block03Wrap02.item03 {
    background-image: none;
}

.item03 .cont03Block03Text01 {
    background-image: url(/upload/tenant_5/155c4dc766cd1e2894dced4e8bc3d537.png);
}

.item03 .cont03Block03 {
    background-image: url(/upload/tenant_5/c84374fbad216f3c7498c94d374e3972.png);
    background-size: cover;
}

.cont03Block0302Wrap {
    height: auto;
}

.cont03Block0302Left {
    height: auto;
}

@media (max-width: 599px) {
    .methodTitWrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .item03 .cont03Block03,
    .cont03Block04,
    .cont03Block04Wrap02,
    .cont03Block03Text01.text02,
    .item03 .cont03Block03Text01,
    .cont03Block03Wrap02.item03 {
        background-image: none;
    }

    .contactTelWrap01 {
        width: 100%;
        float: none;
    }
}

/* 比較表 */
.scrollable {
    overflow-y: hidden !important;
}

.scroll-hint-icon {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
}

.table-wrap {
    min-width: 738px;
}

.cont03Block01Wrap {
    background-image: none;
}

.comparison {
    padding: 80px 0;
}

.comparison .inner {
    width: 1100px;
    max-width: 100%;
    margin: auto;
}

.table-wrap table {
    font-weight: bold;
    border: 1px solid #dcdcdc;
}

.table-wrap table th,
.table-wrap table td {
    padding: 10px 5px;
}

.table-wrap table tr+tr {
    border-top: 1px solid #dcdcdc;
}

.table-wrap table tr th+td,
.table-wrap table tr td+td {
    border-left: 1px solid #dcdcdc;
}

.table-wrap table th {
    width: 15%;
    text-align: center;
}

.table-wrap table td.other {
    width: 12%;
}

.table-wrap table td.unison {
    width: 37%;
    text-align: left;
}

.table-wrap table tr:first-of-type td:last-of-type {
    text-align: center;
}

.table-wrap table tr:first-of-type td.other {
    background-color: #f5f5f5;
}

.table-wrap table tr:first-of-type td.unison {
    background-color: #2a4073;
}

.table-wrap table tr:first-of-type td.unison .logo-table {
    width: 50%;
    max-width: 70%;
    display: block;
    margin: auto;
}

.table-wrap table tr th {
    color: white;
    background: #008000;
}

.table-wrap table tr:first-of-type th {
    background-color: white;
}

.table-wrap table td .mark {
    display: block;
    margin: auto;
    font-size: 120%;
    text-align: center;
}

.table-wrap table td.unison .mark {
    font-size: 150%;
}

.mark-green {
    color: #006400;
}

.mark-orange {
    color: #ff8c00;
}

.mark-red {
    color: #dc143c;
}

@media (max-width: 599px) {
    .table-wrap table tr th {
        font-size: 12px;
    }

}

/* メールフォーム */
.form {
    padding: 80px 0;
    background-color: #deedff;
}

.form .inner {
    width: 1100px;
    max-width: 100%;
    margin: auto;
    padding: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: white;
}

/*  */

.form-submit-btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  right: -50px;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #193982;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.form-submit-btn.active:before {
  -webkit-transform: translateX(-49%);
  transform: translateX(-49%);
}
.form-submit-btn:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  left: -50px;
  border-top: 80px solid #193982;
  border-left: 50px solid transparent;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.form-submit-btn.active:after {
  -webkit-transform: translateX(49%);
  transform: translateX(49%);
}
.contact-btns li button {
  color: inherit;
  background-color: inherit;
}
.contact-btns li .form-submit-btn {
  position: relative;
  z-index: 3;
  color: #193982;
  overflow: hidden;
  background-color: #fff;
}
.contact-btns li .form-submit-btn.active {
  color: #fff;
}



/*  */

.breadcrumbs {
    margin: 30px 0;
}

.breadcrumbs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.breadcrumbs-list li {
    margin-top: 15px;
    margin-bottom: 15px;
}

.breadcrumbs-list li+li {
    margin-left: 80px;
    position: relative;
}

.breadcrumbs-list li+li::before {
    content: "";
    width: 50px;
    height: 10px;
    display: block;
    margin: auto;
    border-bottom: 1px solid #193982;
    border-right: 1px solid #193982;
    -webkit-transform: skew(45deg) translate(-100%, calc(-50% - 10px));
    transform: skew(45deg) translate(-100%, calc(-50% - 10px));
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

.breadcrumbs-list li .breadcrumbs-num {
    width: 100px;
    height: 100px;
    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-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto 5px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 40px;
    color: white;
    letter-spacing: 2px;
    border-radius: 100%;
    background-color: #193982;
}

.breadcrumbs-list li.now .breadcrumbs-num {
    background-color: #00b5ee;
}

.breadcrumbs-list li .breadcrumbs-text {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

input[type="text"],
textarea {
    width: 100%;
    height: auto !important;
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #dcdcdc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #dcdcdc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #dcdcdc;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #dcdcdc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #dcdcdc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #dcdcdc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #dcdcdc;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #dcdcdc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #dcdcdc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #dcdcdc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #dcdcdc;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #dcdcdc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #dcdcdc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #dcdcdc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #dcdcdc;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #dcdcdc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #dcdcdc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #dcdcdc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #dcdcdc;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #dcdcdc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #dcdcdc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #dcdcdc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #dcdcdc;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #dcdcdc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #dcdcdc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #dcdcdc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #dcdcdc;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #dcdcdc;
}

input::placeholder,
textarea::placeholder {
    color: #dcdcdc;
}

textarea {
    height: 150px !important;
}

.must {
    display: inline-block;
    margin-left: 10px;
    padding: 3px 10px;
    font-weight: 500;
    font-size: 12px;
    color: white;
    line-height: 1;
    border-radius: 3px;
    background-color: #dc143c;
}

.contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    text-align: left;
}

.contact-item+.contact-item {
    margin-top: 30px;
}

.contact-item dt {
    width: 20%;
}

.contact-item dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 15px;
}

.checkbox-dd input {
    width: auto;
}

.checkbox-dd label {
    display: inline-block;
    margin: 0 20px 15px 0;
    padding-left: 22px;
    position: relative;
}


.checkbox-dd input {
    display: none;
}

.checkbox-dd label:hover {
    text-decoration: underline;
    cursor: pointer;
}

.checkbox-dd label:before {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    border: 1px solid #193982;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.checkbox-dd input:checked+label {
    color: #000;
    text-decoration: underline;
}

.checkbox-dd input:checked+label:after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    font-family: "Font Awesome 5 Free";
    background-image: url(/upload/tenant_5/fc7cf9a579eeaa051d2c084d58146b34.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: -3px;
    left: 0;
}

.contact-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}

.contact-btns li {
    width: 200px;
    height: 45px;
    margin: 15px;
}

.contact-btns li button {
    width: 100%;
    height: 100%;
    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-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    color: white;
    letter-spacing: 2px;
    border: 1px solid #193982;
    border-radius: 5px;
    background-color: #193982;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.contact-btns li button:hover {
    color: #193982;
    background-color: white;
    opacity: 0.7;
    cursor: pointer;
}

.contact-item.check-mark dt {
  position: relative;
}
.contact-item.check-mark dt:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  font-size: 20px;
  color: #00b5ee;
}
@media only screen and (max-width: 599px) {
  .contact-item.check-mark dt:before {
    left: auto;
    right: 5px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.download {
    width: 400px;
    height: 80px;
    margin: 100px auto 0;
}

.download a {
    width: 100%;
    height: 100%;
    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-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
    color: white;
    letter-spacing: 2px;
    text-decoration: none;
    border: 2px solid #f4980f;
    border-radius: 5px;
    background-color: #f4980f;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.download a:hover {
    color: #f4980f;
    background-color: white;
    opacity: 1;
    cursor: pointer;
}

@media (max-width: 599px) {
    .form {
        padding: 30px 10px;
    }

    .form .inner {
        padding: 30px 10px;
    }

    .breadcrumbs-list li {
        width: calc(100% / 3);
    }

    .breadcrumbs-list li .breadcrumbs-num {
        width: 70px;
        height: 70px;
        font-size: 30px;
    }

    .breadcrumbs-list li+li {
        margin-left: 0;
    }

    .breadcrumbs-list li .breadcrumbs-text {
        display: block;
        font-size: 12px;
        text-align: center;
    }

    .breadcrumbs-list li+li::before {
        width: 15px;
        height: 5px;
        -webkit-transform: skew(45deg) translate(0%, calc(-50% - 10px));
        transform: skew(45deg) translate(0%, calc(-50% - 10px));
    }

    .contact-item dt {
        width: 100%;
        margin-bottom: 5px;
        padding-right: 30px;
        text-align: left;
    }

    .contact-item dd {
        margin-left: 0;
    }
    
    .contact-item dd div {
        text-align: left;
    }

    .contact-btns {
        margin-top: 30px;
    }
}

/* footer */
footer {
    padding: 30px 30px 80px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #020709;
}

footer * {
    color: white !important;
    letter-spacing: 2px;
}

footer a:link {
    color: white;
    text-decoration: none;
}

footer .inner {
    width: 1100px;
    max-width: 100%;
    margin: auto;
}

.footer-logo {
    width: 270px;
    max-width: 90%;
    margin-bottom: 15px;
}

.footer-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0;
}

.footer-block+.footer-block {
    border-top: 1px solid white;
}

[class^="footer-item-"] {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

[class^="footer-nav-"] {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 50px;
}

.footer-information {
    text-align: left;
}

.footer-information dt {
    margin-bottom: 15px;
    font-weight: bold;
}

.footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer-nav li+li {
    margin-left: 30px;
}

.copy {
    margin-top: 50px;
    text-align: right;
}

.actual_object_error_wrapper input, .actual_object_error_wrapper textarea {
  border: 2px solid #8AB2E0;
  background-color: #F9DFDE;
}
.actual_object_error_wrapper input::placeholder, .actual_object_error_wrapper textarea::placeholder {
  color: #999;
}

@media (max-width: 599px) {
    footer {
        padding: 15px 15px 50px 15px;
    }

    [class^="footer-item-"] {
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }

    [class^="footer-nav-"] {
        margin-left: 0;
    }

    .footer-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 50px;
    }

    .footer-nav li {
        width: 48%;
        margin: 1%;
    }

    .footer-nav li+li {
        margin-left: 1%;
    }
}

@media only screen and (max-width: 1024px){
    .footcontact {
    height: 46px;
    padding: 0;
    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;
  }
}

@media only screen and (max-width: 599px) {
  .mainvisualUl01 li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: calc(50% - 10px);
    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;
  }

  .footcontact a {
    font-size: 12px;
  }
}

.up-d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.up-fxw-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.up-jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.up-ai-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.up-w-100\% {
  width: 100%;
}


/* SP table */

.table-contents .content {
  display: none;
}
.table-contents .content.active {
  display: block;
}
.table-contents .valuation {
  width: 15%;
  font-size: 120%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.table-contents .company {
  width: calc(85% - 10px);
  text-align: center;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
      font-size: 14px;
    font-weight: bold;
}
.table-contents .company img {
  width: 60%;
}
.table-contents .content dl:nth-of-type(1) .company {
  background-color: #2a4073;
}
.table-contents .text {
  padding: 5px 10px 0;
  font-weight: bold;
}
.table-contents .content dl {
  padding: 10px 0;
  border-top: 1px solid #dcdcdc;
}
.table-contents .content dl:last-child {
  border-bottom: 1px solid #dcdcdc;
}

/* sp header */
@media (max-width: 599px) {
    .headerTop .h101 {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    padding: 2px 4px;
    margin: 0;
    letter-spacing: -1px;
}

.headerIn {
    width: 100%;
    vertical-align: middle;
    padding: 10px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}

.header01.form-header01 {
    display: block;
    vertical-align: middle;
    width: 45%;
    float: left;
}

.header03 {
    vertical-align: middle;
    margin: 0 0 0px;
    float: right;
    width: 45%;
    margin-left: 10%;
}

.pagetopButton {
    position: fixed;
    bottom: 46px;
    right: 0;
    width: 55px;
    z-index: 150;
    text-align: center;
    opacity: 0.9;
}

.download {
    max-width: 90%;
    height: 60px;
}

.download a {
    font-size: 16px;
}

.foottel {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 50%;
    z-index: 150;
    background: rgba(68, 68, 68,0.9);
    padding: 7px 0;
}
.foottel a {
    color: #fff !important;
    text-decoration: none !important;
    display: block;
    font-weight: bold;
    font-size: 14px;
    background: url(/upload/tenant_5/e2531d8764eccfe47ed33ab31e0fe798.png) left 5px center no-repeat;
    background-size: 30px;
    padding-left: 20px;
}
.foottel a .telsub {
    font-size: 10px;
    display: block;
    line-height: 1;
    margin-bottom: 2px;
}
.footcontact {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50%;
    z-index: 150;
    background: rgba(143, 195, 31,0.9);
    padding: 6px 0;
}
.footcontact a {
    color: #fff !important;
    text-decoration: none !important;
    display: block;
    font-weight: bold;
    font-size: 14px;
}
.footcontact a .consub {
    display: block;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 2px;
}
.pagetopButton {
    position: fixed;
    bottom: 46px;
    right: 0;
    width: 55px;
    z-index: 150;
    text-align: center;
    opacity: 0.9;
}
}

/* 見たまま編集 */
[data-element-id] .balloon.text-editable {
    position: absolute !important;
}

.methodBoxIn01 .li01 p, .methodBoxIn01 .li04 p {
  height: auto;
}

.methodBoxIn01 .li04 p {
  min-height: 180px;
}

.text-shadow {
    text-shadow: 1px 1px 0px white,
    -1px 1px 0px white,
    1px -1px 0px white,
    -1px -1px 0px white,
    1px 0px 0px white,
    0px 1px 0px white,
    -1px 0px 0px white,
    0px -1px 0px white;
}

.underline{
background-image: url(https://iryou.web-marketing.ai/import/tenant_5/49.212.201.29/akamon_unisonplanet/static/page/iryou/images/_text_line02.fc52e0b6dd3603e0c216ac0373710031.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}
