body .ui.large.menu {
    display: none;
    opacity: 0;
}

body .ui.form .required.field>label:after {
    font-size: 13px;
    font-weight: 700;
    padding: 3px 6px;
    content: '必須' !important;
    color: #fff;
    border-radius: 3px;
    background-color: #eb3f4a
}

.ui.segment {
    box-shadow: none;
}

.ui.form>div>div>.field>label {
    font-size: 18px;
    font-weight: bold;
}

.ui.grid>* {
    width: 100%;
}

#agreementMsgArea {
    background-color:#f5f5f5;
    padding: 10px;
}

body .ui.grid>.row>.column.el-form-item.field{
    width: 100%!important;
}
.modal_close_btn{
    text-align:center;
}
#alert_when_buy_a_sensor_close{
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    padding: 8px 12px;
    color: #fff;
    border: none;
    background-color: #00986b;
}
#close_completed_window{
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    padding: 8px 12px;
    color: #fff;
    border: none;
    background-color: #00986b;
}
.ui.header .content {
    display:none !important;
}

body .vgt.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    background-color: #00986b;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

body .footer {
    margin-top: 2em;
}

body .vgt.footer .footer_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 728px;
    margin: 0 auto;
    padding: 56px 0 48px;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

body .vgt.footer .footer_inner__head {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body .vgt.footer .footer_inner__head:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #fff;
}

body .vgt.footer .footer_inner__head span {
    z-index: 1;
    padding: 0 1em;
    background-color: #00986b;
    font-weight: 700;
    font-size: 12px;
    font-size: 1.2rem;
}

body .vgt.footer .footer_inner__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
}

body .vgt.footer .footer_inner__info .footer_inner__info-tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

body .vgt.footer .footer_inner__info .footer_inner__info-tel .footer_inner__info-tel_number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0px;
}

body .vgt.footer .footer_inner__info .footer_inner__info-tel .footer_inner__info-tel_number i {
    margin-right: 8px;
}

.fa-phone:before {
    font-size: 16px;
    font-size: 1.6rem;
}

body .vgt.footer .footer_inner__info .footer_inner__info-tel .footer_inner__info-tel_number span {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
}

body .vgt.footer .footer_inner__info .footer_inner__info-tel .footer_inner__info-tel_time {
    font-size: 12px;
    font-size: 1.2rem;
}

body .vgt.footer .footer_inner__info .footer_inner__info-contact {
    width: 240px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 240px;
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px;
}

body .vgt.footer .footer_inner__info .footer_inner__info-contact a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    padding: 12px 22px;
    color: #00986b;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    display: block;
    width: 270px;
}

body .vgt.footer .footer_inner__info .footer_inner__info-contact span {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
}
.ui.segment {
    width: 1000px;
    margin: auto;
}
.ui.container {
    width: 100% !important;
    min-height: auto !important;
}
body .vgt.copyright {
    font-size: 10px;
    font-size: 1rem;
    padding: 12px 0;
    text-align: center;
}