@charset "UTF-8";

/* # =================================================================
# header共通
# ================================================================= */

.header-inner {
    max-width: 950px;
    margin: 0 auto;
    position: relative;
}
.header-inner svg {
    width: 100%;
    height: auto;
}
.header-logo {
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}
.header-logo a {
    width: 106px;
    height: 70px;
    text-align: center;
    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;
}
.header-logo a img {
    width: 66px;
    height: auto;
}

@media only screen and (max-width: 949px) {
    .header-inner {
        width: 100%;
        padding: 0 20px;
    }
    .header-logo {
        right: 6px;
    }
}

@media only screen and (max-width: 767px) {
    header {
        position: relative!important;
    }
    
    .header-logo a {
        width: 74.5px;
        height: 49.5px;
    }
    .header-logo a img {
        width: 46.5px;
    }
}

/* # =================================================================
# column共通
# ================================================================= */

.splp-column {
    max-width: 950px;
    margin: 0 auto;
    padding: 60px 0;
    overflow: hidden;
}
.splp-column.p-top-35 {
    padding-top: 35px;
}
.splp-column.p-top-50 {
    padding-top: 50px;
}
.splp-column.p-top-80 {
    padding-top: 80px;
}
.splp-column-h {
    margin-bottom: 50px;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}
.splp-column-h.border {
    position: relative;
}
.splp-column-h.col--blue.border::before {
    content: "";
    width: 500px;
    height: 5px;
    background: #454545;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.splp-column-h.col--white.border::before {
    content: "";
    width: 500px;
    height: 5px;
    background: #ffffff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.splp-column-h.col--blue.border::after,
.splp-column-h.col--white.border::after {
    content: "";
    width: 100px;
    height: 5px;
    background: #009bb2;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.splp-column-h span {
    font-size: 3.4rem;
}
.splp-column-h span.size--24 {
    font-size: 2.4rem;
}
.splp-column-h span.size--30 {
    font-size: 3.0rem;
}
.splp-column-h span.size--38 {
    font-size: 3.8rem;
}
.splp-column-h span.size--50 {
    font-size: 5.0rem;
}
.splp-column-sub {
    margin-bottom: 30px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}
br.block-sp {
    display: none;
}
br.block-sp480 {
    display: none;
}

.splp-col2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
}
.splp-col2-block {
	width: 49%;
	padding: 30px 20px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
}


@media only screen and (max-width: 949px) {
    .splp-column {
        width: 100%;
        padding: 40px 20px;
    }
    .splp-column.p-top-35 {
        padding-top: 20px;
    }
    .splp-column.p-top-50 {
        padding-top: 30px;
    }
    .splp-column.p-top-80 {
        padding-top: 60px;
    }
    .splp-column-h {
        margin-bottom: 35px;
        font-size: 2.8rem;
    }
    .splp-column-h.color-bar {
        padding: 20px 0;
        font-size: 2.4rem;
    }
    .splp-column-h.color-bar::after {
        border-right: 30px solid transparent;
        border-top: 30px solid #eeeeee;
        bottom: -15px;
    }
    .splp-column-sub {
        margin-bottom: 30px;
        font-size: 1.6rem;
        padding: 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    #c-container {
        top: 0 !important;
        position: relative !important;
    }
    .splp-column-h {
        font-size: 2.0rem;
    }
    .splp-column-h.col--blue.border::before,
    .splp-column-h.col--white.border::before {
        width: 90%;
    }
    .splp-column-h span {
        font-size: 2.5rem;
    }
    .splp-column-h span.size--24 {
        font-size: 1.8rem;
    }
    .splp-column-h span.size--30 {
        font-size: 2.2rem;
    }
    .splp-column-h span.size--38 {
        font-size: 3.0rem;
    }
    .splp-column-h span.size--50 {
        font-size: 4.0rem;
    }
    .splp-column-h.color-bar {
        font-size: 2.0rem;
    }
    .splp-column-sub {
        font-size: 1.3rem;
        font-weight: normal;
    }
    br.block-sp {
        display: block;
    }
    br.block-pc {
        display: none;
    }
    .splp-col2-block {
		width: 100%;
		display: block;
	}
	.splp-col2-block + .splp-col2-block {
		margin: 20px 0 0;
	}
}

@media only screen and (max-width: 480px) {
    .splp-column-h {
        font-size: 1.8rem;
    }
    .splp-column-h span {
        font-size: 2.0rem;
    }
    .splp-column-h span.size--24 {
        font-size: 1.7rem;
    }
    .splp-column-h span.size--30 {
        font-size: 1.8rem;
    }
    .splp-column-h span.size--38 {
        font-size: 2.6rem;
    }
    .splp-column-h span.size--50 {
        font-size: 3.2rem;
    }
    br.block-sp480 {
        display: block;
    }
}

/* # =================================================================
# contact
# ================================================================= */

#contact,
#contact2,
#contact3 {
    background: #333333;
    color: #f2f2f2;
}
.splp-contact-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.splp-column-h.contact-h {
    font-size: 2.4rem;
    color: #ffffff;
}
.splp-contact-conts {
    width: 100%;
}
.splp-contact-conts.w43 {
    width: 43%;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.splp-contact-conts.w60 {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}
.splp-contact-conts.w70 {
    width: 70%;
    margin: 0 auto;
}
.splp-contact-conts.bunner {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.splp-contact-bunner + .splp-contact-bunner {
    margin-top: 30px;
}
.splp-contact-text {
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}
.splp-contact-text span.size--18 {
    font-size: 1.8rem;
}
.splp-contact-button a {
    width: 100%;
    height: 85px;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.2;
    color: #f2f2f2;
    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;
    border-radius: 42.5px;
    transition: .2s;
}
.splp-contact-button.button--blue a {
    background: linear-gradient(to bottom, #285cad 0%, #083b99 100%);
}
.splp-contact-button.button--red a {
    background: linear-gradient(to bottom, #d8063b 0%, #99082d 100%);
}
.splp-contact-button a span {
    position: relative;
}
.splp-contact-button a[target="_blank"] span {
    padding-right: 23px;
}
.splp-contact-button a[target="_blank"] span::after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images_v2/ico_window02.svg) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.splp-contact-button a.arrow-d span {
    padding-right: 20px;
}
.splp-contact-button a.arrow-d span::after {
    content: "";
    border: 6px solid transparent;
    border-top: 8px solid #ffffff;
    position: absolute;
    top: 40%;
    right: 0;
}
.splp-contact-button a:hover {
    opacity: 1;
    color: #f2f2f2;
    background: linear-gradient(to bottom, #f37a99 0%, #ab2447 100%);
}
.splp-contact-button.button--demo a:hover {
    background: linear-gradient(to bottom, #9bc2ff 0%, #1652c1 100%);
}
/* contactボタン内改行 */
.splp-contact-button a.newline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    font-size: 1.8rem;
}
.splp-contact-button a.newline span + span {
    margin-top: 5px;
}
.splp-contact-button a.newline span.fs22 {
    font-size: 2.2rem;
}
.splp-contact-button a.newline span.nomark {
    padding: 0;
}
.splp-contact-button a.newline span.nomark::after {
    content: none;
}

.splp-contact-link-txt {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}
.splp-contact-link-txt a {
    color: #ffffff;
}
.splp-contact-link-txt a span {
    padding-right: 18px;
    position: relative;
}
.splp-contact-link-txt a span::after {
    content: "";
    border: 4px solid transparent;
    border-left: 5px solid #ffffff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.splp-contact-link-txt a:hover {
    opacity: 1;
    border-bottom: 1px solid #ffffff;
}

.splp-wp-conts {
    padding: 15px 30px 25px;
    background: #676767;
    border: 1px solid #f2f2f2;
}
.splp-wp-conts.wp80 {
    width: 80%;
    margin: auto;
}
.splp-wp-h {
    width: 100%;
    margin-bottom: 15px;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
}
.splp-wp-conts-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.splp-wp-h span {
    padding: 0 3px 3px;
    border-bottom: 1px solid #f2f2f2;
}
.splp-wp-img {
    width: 13%;
    height: auto;
}
.splp-wp-textbox {
    width: 83%;
}
.splp-wp-title {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
}
.splp-wp-text {
    margin-bottom: 25px;
}
.splp-wp-download-button {
    width: 50%;
    margin: 0 auto;
}
.splp-wp-download-button a {
    width: 100%;
    height: 50px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #f2f2f2;
    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;
    border: 2px solid #f2f2f2;
    border-radius: 25px;
    transition: .2s;
}
.splp-wp-download-button a:hover {
    opacity: 1;
    color: #ffffff;
    background: #d8063b;
}
.splp-wp-download-button a span {
    padding-right: 18px;
    position: relative;
}
.splp-wp-download-button a span::after {
    content: "";
    width: 13px;
    height: 11px;
    background: url(../images_v2/ico_window02.svg) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.splp-wp-conts.wp54 {
    width: 54%;
}
.splp-wp-conts.wp54 .splp-wp-img {
    width: 40%;
    max-height: 150px;
    text-align: center;
}
.splp-wp-conts.wp54 .splp-wp-img img {
    max-height: 150px;
    border: 1px solid #cccccc;
}
.splp-wp-conts.wp54 .splp-wp-textbox {
    width: 55%;
    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;
}
.splp-wp-conts.wp54 .splp-wp-download-button {
    width: 100%;
}

.subject-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.subject-box {
    width: 280px;
    height: 280px;
    padding: 50px 20px 20px;
    background: #ededed;
    border-radius: 50%;
    border: 5px solid #b5b5b5;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.subject-box-text {
    color: #333;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    margin-bottom: auto;
}
.splp-contact-conts + .splp-contact-conts {
    margin-top: 25px;
}

@media only screen and (max-width: 949px) {
    .splp-contact-conts.w60 {
        width: 100%;
    }
    .splp-contact-conts.w43 {
        width: 100%;
        margin-bottom: 30px;
    }
    .splp-wp-conts.wp54 {
        width: 100%;
    }
    .subject-box {
        width: 230px;
        height: 230px;
        padding: 50px 20px 20px;
        background: #ededed;
        border-radius: 50%;
        border: 5px solid #b5b5b5;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .subject-box-text {
        font-size: 1.3rem;
    }
    .subject-box-image {
        max-width: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .splp-contact-conts.w43 {
        width: 100%;
        margin-bottom: 25px;
    }
    .splp-column-h.contact-h {
        font-size: 1.6rem;
    }
    .splp-contact-conts.bunner {
        display: block;
    }
    .splp-contact-bunner {
        width: 100%;
    }
    .splp-contact-bunner + .splp-contact-bunner {
        margin-top: 15px;
    }
    .splp-contact-text {
        margin-bottom: 15px;
        font-size: 1.4rem;
    }
    .splp-contact-text span.size--18 {
        font-size: 1.5rem;
    }
    .splp-contact-button a {
        height: 50px;
        font-size: 1.6rem;
        line-height: 1;
    }
    .splp-contact-button.button--blue a span::after {
        border: 4px solid transparent;
        border-left: 5px solid #ffffff;
        right: 5px;
    }
    .splp-contact-button a.arrow-d span {
        padding-right: 12px;
    }
    .splp-contact-button a.arrow-d span::after {
        content: "";
        border: 4px solid transparent;
        border-top: 6px solid #ffffff;
        position: absolute;
        top: 40%;
        right: 0;
    }
    .splp-contact-link-txt {
        margin-top: 0;
        font-size: 1.2rem;
    }
    .splp-wp-h {
        font-size: 1.6rem;
    }
    .splp-wp-title {
        font-size: 1.4rem;
    }
    .splp-wp-text {
        font-size: 1.3rem;
        line-height: 1.5;
    }
    .splp-wp-download-button {
        width: 100%;
        min-width: 100%;
    }
    .splp-wp-download-button a {
        height: 40px;
        font-size: 1.4rem;
        line-height: 1.2;
        font-weight: 500;
    }
    .splp-contact-button + .splp-contact-button {
        margin-top: 10px;
    }
    /* contactボタン内改行 */
    .splp-contact-button a.newline {
        font-size: 1.4rem;
    }
    .splp-contact-button a.newline span.fs22 {
        font-size: 1.6rem;
    }

    .subject-list {
        flex-wrap: wrap;
    }
    .subject-box {
        width: 100%;
        height: auto;
        padding: 10px;
        border-radius: 10px;
    }
    .subject-box + .subject-box {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 460px) {
    .splp-wp-conts-block {
        padding-bottom: 60px;
    }
    .splp-wp-text {
        margin-bottom: 5px;
    }
    .splp-wp-download-button {
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

/* # =================================================================
# font 共通
# ================================================================= */

.col--white {
    color: #ffffff!important;
}
.col--blue {
    color: #009bb2!important;
}
.col--blue2 {
    color: #00A3CC!important;
}
.col--red {
    color: #d8063b!important;
}
.col--black {
    color: #222222!important;
}
.col--orange {
    color: #ffad0e!important;
}
.col--orange2 {
    color: #EE6F00!important;
}
.fw900 {
    font-weight: 900!important;
}

/* # =================================================================
# background共通
# ================================================================= */

.bg-stripe-lightgray {
    background: repeating-linear-gradient(-45deg, #f5f5f5, #f5f5f5 10px, #fcfcfc 10px, #fcfcfc 20px);
}
.bg-stripe-gray {
    background: repeating-linear-gradient(-45deg, #e0e0e0, #e0e0e0 10px, #e5e5e5 10px, #e5e5e5 20px);
}
.bg-stripe-yellow {
    background: repeating-linear-gradient(-45deg, #f4f1db, #f4f1db 10px, #f5f3e5 10px, #f5f3e5 20px);
}
.bg-stripe-pink {
    background: repeating-linear-gradient(-45deg, #FFF2F5, #FFF2F5 10px, #FFFEFE 10px, #FFFEFE 20px);
}
.bg-stripe-red {
    background: repeating-linear-gradient(-45deg, #d11142, #d11142 10px, #d8063b 10px, #d8063b 20px);
}
.bg-stripe-paleblue {
    background: repeating-linear-gradient(-45deg, #e8f2f8, #e8f2f8 10px, #dfebf2 10px, #dfebf2 20px);
}
.bg-stripe-darkblue {
    background: repeating-linear-gradient(-45deg, #074f7e, #074f7e 10px, #084b76 10px, #084b76 20px);
}
.bg-dot-orange {
    background: url(../images_v2/special/bg_dot_orange.gif) left top repeat;
}
.bg-lightyellow {
    background: #fffada;
}
.bg-lightblue {
    background: #DDEFF1;
}
.bg-blue {
    background: #00A3CC;
}

/* # =================================================================
# header
# ================================================================= */

.splp-cdw03 {
    height: 586px;
    background: url(../images_v2/service/webex/webex-haas/img_main.jpg) top center no-repeat;
    background-size: cover;
}
.splp-cdw03 .header-inner-block {
    width: 520px;
    height: auto;
    margin: 0 auto 50px 0;
    padding: 70px 0 0;
    position: relative;
}
.splp-cdw03 .header-inner-h {
    position: relative;
    z-index: 2;
}
.splp-cdw03 .header-inner-sub {
    margin-bottom: 25px;
    font-size: 3.0rem;
    line-height: 1.5;
    font-weight: 700;
    color: #ffffff;
}
.header-inner-text {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 500;
    color: #ffffff;
}

@media only screen and (max-width: 949px) {
    .splp-cdw03 .header-inner-block {
        width: 450px;
    }
}

@media only screen and (max-width: 767px) {
    .splp-cdw03 {
        width: 100%;
        height: 146.875vw;
        min-height: 470px;
        background: url(../images_v2/service/webex/webex-haas/img_main_sp.jpg) top center no-repeat;
        background-size: cover;
    }
    .splp-cdw03 .header-inner-block {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        padding: 0;
        position: relative;
    }
    .splp-cdw03 .header-inner-h {
        width: 100%;
        padding-top: 75%;
    }
    .splp-cdw03 .header-inner-sub {
        width: 100%;
        font-size: 2.0rem;
    }
    .header-inner-text {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 480px) {
    .splp-cdw03 .header-inner-sub {
        margin-bottom: 10px;
        font-size: 1.6rem;
    }
    .splp-cdw03 .header-inner-sub br {
        display: none;
    }
    .header-inner-text {
        font-size: 1.3rem;
    }
}


/* # =================================================================
# adv
# ================================================================= */

.splp-adv-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.splp-adv-no {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 4.0rem;
    font-weight: bold;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
}
.splp-adv-conts {
    width: 270px;
    height: 270px;
    border-radius: 50%;
    border: 5px solid #707070;
    background: #ffffff;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.splp-adv-title {
    margin-bottom: 25px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}
.splp-adv-text {
    padding: 0 20px;
    text-align: center;
}

@media only screen and (max-width: 949px) {
    .splp-adv-no {
        width: 40px;
        height: 40px;
        font-size: 2.5rem;
        left: 10px;
        top: 10px;
    }
    .splp-adv-conts {
        width: 230px;
        height: 230px;
    }
    .splp-adv-title {
        margin-bottom: 15px;
        font-size: 1.6rem;
    }
    .splp-adv-text {
        font-size: 1.3rem;
    }
    .splp-adv-text br {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .splp-adv-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .splp-adv-conts + .splp-adv-conts {
        margin-top: 10px;
    }
}

/* # =================================================================
# use
# ================================================================= */

.splp-use-conts {
    margin-top: 50px;
    padding: 40px 30px 25px;
    background: #ffffff;
    position: relative;
}
.splp-use-conts + .splp-use-conts {
    margin-top: 70px;
}
.splp-use-conts-no {
    width: 200px;
    height: 50px;
    background: #FF8F0F;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    left: 30px;
    top: -25px;
}
.splp-use-conts-no-text {
    position: relative;
}
.splp-use-conts-no-text::before {
    content: "";
    border: 6px solid transparent;
    border-left: 8px solid #ffffff;
    position: absolute;
    left: -12px;
    top: 19px;
}
.splp-use-conts-no-text::after {
    content: "";
    border: 6px solid transparent;
    border-right: 8px solid #ffffff;
    position: absolute;
    right: -12px;
    top: 19px;
}
.splp-use-conts-no-text .number {
    font-family: "Roboto", sans-serif;
    font-size: 2.5rem;
}
.splp-use-conts-title {
    max-width: 690px;
    max-width: calc(100% - 200px);
    margin-bottom: 15px;
    font-size: 2.2rem;
    font-weight: 700;
    color: #FF8F0F;
}
.splp-use-conts-sub {
    max-width: 690px;
    max-width: calc(100% - 200px);
    margin-bottom: 50px;
    font-weight: 500;
}
.use01 .splp-use-conts-sub {
    margin-bottom: 20px;
}

.use01.no-cam .splp-use-conts-sub {
    margin-bottom: 50px;
}

.splp-use-conts-price {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    color: #ffffff;
    background: #d8063b;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    right: 30px;
    top: -25px;
    transform: rotate(15deg);
}
.splp-use-conts-price-text .price {
    margin-right: 5px;
    font-family: "Roboto", sans-serif;
    font-size: 3.5rem;
}
/* 今ならお得なキャンペーン */
.splp-use-conts-cp {
    width: 80%;
    margin: 20px auto 50px;
    padding: 20px;
    background: rgba(216,6,59,0.08);
    border: 6px double #d8063b;
    border-radius: 10px;
    text-align: center;
}
.splp-use-conts-cp-title {
    margin-bottom: 5px;
    font-size: 2.4rem;
}
.splp-use-conts-cp-title span {
    position: relative;
}
.splp-use-conts-cp-title span::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #00A3CC;
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
}
.splp-use-conts-cp-text {
    font-size: 1.6rem;
    line-height: 1.5;
}
.splp-use-conts-cp-text span.txt-linethrough {
    position: relative;
}
.splp-use-conts-cp-text span.txt-linethrough::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #d8063b;
    position: absolute;
    left: 0;
    top: 47%;
}
.splp-use-conts-cp-text span.size--22 {
    font-size: 2.2rem;
}
.splp-use-conts-cp-text span.size--24 {
    font-family: "Roboto", sans-serif;
    font-size: 2.4rem;
}
.splp-use-conts-cp-text span.size--30 {
    font-family: "Roboto", sans-serif;
    font-size: 3.0rem;
}
.splp-use-conts-cp-text br.for-sp480 {
    display: none;
}
.splp-use-conts-cp-textsub {
    margin-top: 10px;
    font-size: 1.3rem;
    font-weight: 600;
    color: #ff8f0f;
}
.splp-use-conts-cp-textsub span.bg-marker {
    padding: 10px;
    background: rgba(255,255,255,0.7);
}
.splp-use-conts-cp-textsub span.size--16 {
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
}
/* 今ならお得なキャンペーンここまで */
.splp-use-block {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.splp-use-block-subject {
    width: 55%;
    padding: 45px 25px 20px;
    border-radius: 6px;
    background: #E7E7E7;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
}
.splp-use-block-subject-title {
    width: 240px;
    height: 40px;
    border-radius: 20px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    background: #222222;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
}
.splp-use-block-text {
    max-width: 71%;
    min-height: 40px;
    padding: 10px 15px;
    border-radius: 20px;
    display: inline-block;
    position: relative;
}
.splp-use-block-text.text-q {
    margin-left: 5px;
    margin-right: auto;
    background: #ffffff;
}
.splp-use-block-text.text-q::before {
    content: "";
    width: 17px;
    height: 15px;
    background: url(../images_v2/service/webex/webex-haas/img_use_q.svg) left top no-repeat;
    position: absolute;
    left: -5px;
    top: 0;
}
.splp-use-block-text.text-a {
    margin-left: auto;
    margin-right: 5px;
    color: #ffffff;
    font-weight: 500;
    background: #00A3CC;
    align-self: flex-end;
}
.splp-use-block-text.text-a::before {
    content: "";
    width: 17px;
    height: 15px;
    background: url(../images_v2/service/webex/webex-haas/img_use_a.svg) left top no-repeat;
    position: absolute;
    right: -5px;
    top: 0;
}
.splp-use-block-text + .splp-use-block-text {
    margin-top: 15px;
}
.splp-use-block-text.text-a + .splp-use-block-text.text-q {
    margin-top: 30px;
}
.splp-use-block-sol {
    width: 40%;
}
.splp-use-block-sol-title {
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #d8063b;
    text-align: center;
}
.splp-use-block-sol-img {
    margin-bottom: 15px;
}
.splp-use-block-sol-text {
    padding: 15px;
    border-radius: 6px;
    background: #E7E7E7;
}
.splp-feature-block {
    margin-top: 30px;
    padding: 20px;
    border: 2px solid #00A3CC;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
.splp-feature-block-title {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #00A3CC;
    text-align: center;
}
.splp-feature-block-title span {
    padding: 0 3px 2px;
    border-bottom: 5px solid #00A3CC;
}
.splp-feature-block-img {
    width: 30%;
    font-size: 1.25rem;
    text-align: center;
}
.splp-feature-block-img img {
    width: 100%;
}
.splp-feature-block-list {
    width: 65%;
}
.splp-feature-block-text {
    padding-left: 12px;
    position: relative;
}
.splp-feature-block-text::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #222222;
    position: absolute;
    left: 0;
    top: 10px;
}
.splp-feature-block-text + .splp-feature-block-text {
    margin-top: 8px;
}

@media only screen and (max-width: 949px) {
    .splp-use-conts-cp {
        width: 100%;
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .splp-use-conts {
        margin-top: 40px;
        padding: 40px 15px 15px;
    }
    .splp-use-conts + .splp-use-conts {
        margin-top: 50px;
    }
    .splp-use-conts-no {
        width: 150px;
        height: 40px;
        font-size: 1.4rem;
        left: 15px;
        top: -20px;
    }
    .splp-use-conts-no-text::before {
        content: "";
        border: 4px solid transparent;
        border-left: 6px solid #ffffff;
        position: absolute;
        left: -8px;
        top: 16px;
    }
    .splp-use-conts-no-text::after {
        content: "";
        border: 4px solid transparent;
        border-right: 6px solid #ffffff;
        position: absolute;
        right: -8px;
        top: 16px;
    }
    .splp-use-conts-no-text .number {
        font-family: "Roboto", sans-serif;
        font-size: 2.0rem;
    }
    .splp-use-conts-title {
        max-width: 690px;
        max-width: calc(100% - 110px);
        margin-bottom: 15px;
        font-size: 1.6rem;
    }
    .splp-use-conts-sub {
        max-width: 100%;
        width: 100%;
        margin-bottom: 50px;
        font-size: 1.3rem;
    }
    .splp-use-conts-price {
        width: 100px;
        height: 100px;
        font-size: 1.6rem;
        line-height: 1.3;
        right: 15px;
        top: -20px;
    }
    .splp-use-conts-price-text .price {
        margin-right: 5px;
        font-family: "Roboto", sans-serif;
        font-size: 1.7rem;
    }
    .splp-use-conts-cp {
        padding: 15px;
    }
    .splp-use-conts-cp-title {
        font-size: 2.0rem;
        line-height: 1.5;
    }
    .splp-use-conts-cp-text {
        font-size: 1.4rem;
    }
    .splp-use-conts-cp-text span.size--22 {
        font-size: 2.0rem;
    }
    .splp-use-conts-cp-text span.size--24 {
        font-size: 2.2rem;
    }
    .splp-use-conts-cp-text span.size--30 {
        font-size: 2.4rem;
    }
    .splp-use-conts-cp-textsub {
        margin-top: 5px;
    }
    .splp-use-conts-cp-textsub span.bg-marker {
        padding: 7px;
    }
    .splp-use-conts-cp-textsub span.size--16 {
        font-size: 1.5rem;
    }
    .splp-use-block-subject {
        width: 100%;
        padding: 40px 15px 15px;
        border-radius: 6px;
    }
    .splp-use-block-text {
        max-width: 90%;
        font-size: 1.3rem;
        line-height: 1.5;
    }
    .splp-use-block-text + .splp-use-block-text {
        margin-top: 10px;
    }
    .splp-use-block-text.text-a + .splp-use-block-text.text-q {
        margin-top: 25px;
    }
    .splp-use-block-sol {
        width: 100%;
        margin-top: 30px;
    }
    .splp-use-block-sol-title {
        margin-bottom: 10px;
    }
    .splp-use-block-sol-img {
        margin-bottom: 10px;
    }
    .splp-use-block-sol-text {
        font-size: 1.3rem;
    }
    .splp-feature-block {
        padding: 10px 15px 15px;
    }
    .splp-feature-block-title {
        font-size: 1.6rem;
    }
    .splp-feature-block-img {
        width: 100%;
        margin-bottom: 10px;
        padding: 0 15px;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        font-size: 1rem;
    }
    .use01 .splp-feature-block-img p {
        max-width: 50%;
    }
    .use01 .splp-feature-block-img p img {
        width: 100%;
    }
    .splp-feature-block-img p + p {
        margin-left: 15px;
    }
    .splp-feature-block-list {
        width: 100%;
    }
    .splp-feature-block-text {
        padding-left: 10px;
        font-size: 1.3rem;
        line-height: 1.5;
    }
    .splp-feature-block-text::before {
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 2px;
        background: #222222;
        position: absolute;
        left: 0;
        top: 8px;
    }
    .splp-feature-block-text + .splp-feature-block-text {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 480px) {
    .splp-use-conts-cp {
        padding: 10px;
    }
    .splp-use-conts-cp-title {
        font-size: 1.8rem;
        line-height: 1.5;
    }
    .splp-use-conts-cp-text {
        font-size: 1.25rem;
    }
    .splp-use-conts-cp-title span::before {
        width: 3px;
        height: 3px;
        top: -1px;
    }
    .splp-use-conts-cp-text span.size--22 {
        font-size: 1.6rem;
    }
    .splp-use-conts-cp-text span.size--24 {
        font-size: 1.8rem;
    }
    .splp-use-conts-cp-text span.size--30 {
        font-size: 2.2rem;
    }
    .splp-use-conts-cp-text br.for-sp480 {
        display: block;
    }
    .splp-use-conts-cp-textsub {
        font-size: 1.25rem;
    }
    .splp-use-conts-cp-textsub span.size--20 {
        font-size: 1.4rem;
    }
}

/* # =================================================================
# download
# ================================================================= */

.splp-dl-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.splp-dl-conts {
    width: 48%;
    padding: 30px 15px 10px;
    border: 1px solid #cccccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.splp-dl-conts-image {
    height: 143px;
    margin-bottom: 15px;
    text-align: center;
    z-index: 2;
    position: relative;
}
.splp-dl-conts-image img {
    max-height: 100%;
    border: 1px solid #cccccc;
    margin: 0 auto;
}
.splp-dl-conts-h {
    min-height: 33px;
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
    color: #d8063b;
}
.splp-dl-conts-text {
    padding-bottom: 25px;
    font-size: 1.3rem;
}
.splp-dl-conts-btn {
    margin: auto auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.splp-dl-conts-btn a {
    width: 150px;
    height: 35px;
    border-radius: 17.5px;
    background: #d8063b;
    font-size: 1.3rem;
    color: #fff;
    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;
    transition: all .3s;
}
.splp-dl-conts-btn a:hover {
    opacity: 1;
    background: #000000;
}
.splp-dl-conts-btn a span {
    position: relative;
    padding: 0 18px 0 0;
}
.splp-dl-conts-btn a span::after {
    content: "";
    width: 13px;
    height: 13px;
    background: url(../images_v2/ico_window02.svg) top right no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .splp-dl-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .splp-dl-conts {
        width: 100%;
    }
    .splp-dl-conts + .splp-dl-conts {
        margin-top: 20px;
    }
    .splp-dl-conts-h {
        font-size: 1.4rem;
    }
    .splp-dl-conts-text {
        font-size: 1.25rem;
    }
}

/* # =================================================================
# step
# ================================================================= */

.splp-step-conts {
    padding-bottom: 130px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.splp-step-item {
    width: 33.33333%;
    height: 70px;
    background: #FF8F0F;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}
.splp-step-item::before,
.splp-step-item::after {
    content: "";
    border-style: solid;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    z-index: 1;
}
.splp-step-item::before {
    left: 0;
    border-width: 35px 0 35px 30px;
    border-color: transparent transparent transparent #fffada;
}
.splp-step-item::after {
    right: 0;
    border-width: 35px 0 35px 30px;
    border-color: #fffada #fffada #fffada #FF8F0F;
}
.splp-step-item-text {
    text-align: center;
    font-size: 2.0rem;
    font-weight: 700;
    color: #ffffff;
}
.splp-step-info {
    width: 250px;
    height: 100px;
    padding: 15px;
    background: #E7E7E7;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
}
.splp-step-info::before {
    content: "";
    border: 7px solid transparent;
    border-bottom: 20px solid #e7e7e7;
    position: absolute;
    left: 50%;
    top: -27px;
    transform: translateX(-50%);
}
.splp-step-info.info01 {
    left: 19.5%;
}
.splp-step-info.info02 {
    right: 20.5%;
}
.splp-step-info-text {
    line-height: 1.5;
}

@media only screen and (max-width: 949px) {
    .splp-step-conts {
        padding-bottom: 160px;
    }
    .splp-step-info {
        width: 200px;
        height: 130px;
        padding: 10px;
    }
    .splp-step-info.info01 {
        left: 20.5%;
    }
    .splp-step-info.info02 {
        right: 22.5%;
    }
}

@media only screen and (max-width: 767px) {
    .splp-step-conts {
        padding-bottom: 0;
    }
    .splp-step-item {
        width: 100%;
        height: 50px;
    }
    .splp-step-item::before,
    .splp-step-item::after {
        content: none;
    }
    .splp-step-item-text {
        font-size: 1.6rem;
    }
    .splp-step-info {
        width: 100%;
        height: auto;
        margin: 15px auto;
        padding: 25px 10px;
        background: none;
        border-radius: 6px;
        position: relative;
        bottom: 0;
    }
    .splp-step-info::before {
        content: "";
        border: 10px solid transparent;
        border-top: 10px solid #ff8f0f;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    .splp-step-info::after {
        content: "";
        border: 10px solid transparent;
        border-top: 10px solid #ff8f0f;
        position: absolute;
        left: 50%;
        bottom: -10px;
        transform: translateX(-50%);
    }
    .splp-step-info.info01 {
        left: auto;
    }
    .splp-step-info.info02 {
        right: auto;
    }
    .splp-step-info-text {
        font-size: 1.3rem;
    }
}

/* # =================================================================
# point
# ================================================================= */

.splp-point-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
.splp-point-conts {
    width: 30%;
    padding: 25px 20px 20px;
    background: #FFE5EB;
    text-align: center;
}
.splp-point-no {
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
    font-size: 4.0rem;
    font-weight: bold;
    line-height: 1;
}
.splp-point-title {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .splp-point-conts {
        width: 100%;
        padding: 15px;
    }
    .splp-point-conts + .splp-point-conts {
        margin-top: 10px;
    }
    .splp-point-no {
        margin-bottom: 5px;
        font-family: "Roboto", sans-serif;
        font-size: 2.5rem;
        font-weight: bold;
        line-height: 1;
    }
    .splp-point-title {
        margin-bottom: 10px;
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .splp-point-text {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}

/* # =================================================================
# table
# ================================================================= */

.table-wrap {
	padding-bottom: 10px;
}
/* for IE */
@media all and (-ms-high-contrast: none) {
	.table-wrap {
		padding-bottom: 50px;
	}
}
/* for Microsoft Edge */
@supports (-ms-ime-align: auto) {
	.table-wrap {
		overflow-y: hidden;
	}
}
.splp-table {
	width: 950px;
	margin: 0 auto;
	border-spacing: 1px;
}
.table-head {
    padding: 10px 8px 8px;
    line-height: 1.5;
    text-align: center;
}
.table-head.table-head-red {
	background: #e54537;
}
.table-head.table-head-green {
	background: #76ad1d;
}
.table-head.table-head-darkgray {
    background: #393939;
}
.table-head.table-head-gray {
	background: #595757;
}
.table-head.table-head-lightgray {
	background: #878787;
}
.table-head.table-head-lightgray2 {
	background: #939292;
}
.table-head.table-head-blue {
	background: #444ba7;
}
.table-head.table-head-yellow {
	background: #e8a916;
}
.table-w113 {
	width: 113px;
}
.table-w120 {
	width: 120px;
}
.table-w130 {
	width: 130px;
}
.table-w138 {
	width: 138px;
}
.table-w175 {
	width: 175px;
}
.table-w180 {
	width: 180px;
}
.table-w188 {
	width: 188px;
}
.table-w189 {
	width: 189.5px;
}
.table-w200 {
	width: 200px;
}
.table-w218 {
	width: 218px;
}
.table-w227 {
	width: 227px;
}
.table-w235 {
	width: 235px;
}
.table-w248 {
	width: 248px;
}
.table-w296 {
	width: 296px;
}
.table-w348 {
	width: 348px;
}
.table-w350 {
	width: 350px;
}
.table-w364 {
	width: 364px;
}
.table-w380 {
	width: 380px;
}
.table-w412 {
	width: 412px;
}
.table-w418 {
	width: 418px;
}
.table-w475 {
	width: 475px;
}
.table-w570 {
	width: 570px;
}
.table-w761 {
	width: 761px;
}
.table-text {
	padding: 10px 8px 8px;
	font-size: 1.3rem;
	line-height: 1.7;
	background: #f3f3f3;
    vertical-align: top;
}
.table-text img {
    width: 100%;
}
.table-text.table-text-lightblue {
    background: #E9FBFD;
}
.table-text.v-middle {
    vertical-align: middle;
}
.spacing {
	letter-spacing: -0.9px;
}
.table-list li {
    padding-left: 12px;
    position: relative;
}
.table-list li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}
.table-list li + li {
    margin-top: 2px;
}
span.v-super {
    font-size: 1.0rem;
    vertical-align: super;
}
.splp-caption {
    margin-top: 25px;
    font-size: 1.2rem;
}

@media only screen and (max-width: 1249px) {
    .table-wrap {
        overflow-x: auto;
    }
}

@media only screen and (max-width: 767px) {
    .table-wrap {
        margin: 0 0 20px;
    }
    .table-wrap th {
		font-size: 1.2rem !important;
		padding: 5px !important;
		white-space: nowrap;
	}
	.table-wrap td {
		font-size: 1.2rem !important;
		padding: 5px !important;
	}
	 .table-wrap::-webkit-scrollbar {
		 width: 10px;
		background: #eeeeee;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.table-wrap::-webkit-scrollbar:horizontal {
		height: 10px;
		background: #eeeeee;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.table-wrap::-webkit-scrollbar-thumb {
		background: #333333;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.table-wrap::-webkit-scrollbar-thumb:horizontal {
		background: #333333;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
}

/* # =================================================================
# Contact Form
# ================================================================= */

#contact3 .c-s-form-inner {
    background: none;
}
#contact3 .c-s-form .c-s-form-inner .mktoLabel {
    color: #ffffff;
}
#contact3 .c-s-form .c-s-form-inner select.mktoField {
    color: #222222;
}
#contact3 .mktoForm.mktoLayoutAbove .mktoField, .mktoForm.mktoLayoutAbove .mktoLogicalField {
    clear: left;
    color: #222222;
}
#contact3 .c-s-form .c-s-form-inner input:-ms-input-placeholder.mktoField, .c-s-form .c-s-form-inner textarea:-ms-input-placeholder.mktoField {
    color: #8c8c8c;
}
#contact3 .c-s-form .c-s-form-inner .mktoHtmlText {
    text-align: center;
}
#contact3 .c-s-form .c-s-form-inner .mktoHtmlText span {
    color: #ffffff!important;
}