@charset "UTF-8";
/*CSS Document*/

* {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.va {
    vertical-align: middle !important;
}

.width3 {
    width: 3%;
}

.width5 {
    width: 5%;
}

.width10 {
    width: 10%;
}

.width15 {
    width: 15%;
}

.width20 {
    width: 20%;
}

.width25 {
    width: 25%;
}

.width30 {
    width: 30%;
}

.width35 {
    width: 35%;
}

.width33 {
    width: 33%;
}

.width40 {
    width: 40%;
}

.width45 {
    width: 45%;
}

.width50 {
    width: 50%;
}

.width55 {
    width: 55%;
}

.width60 {
    width: 60%;
}

.width65 {
    width: 65%;
}

.width70 {
    width: 70%;
}

.width75 {
    width: 75%;
}

.width80 {
    width: 80%;
}

.width85 {
    width: 85%;
}

.width90 {
    width: 90%;
}

.width95 {
    width: 95%;
}

.width100 {
    width: 100%;
}

.nm {
    margin-bottom: 0 !important;
}

.mtb10 {
    margin: 0.714em 0 !important;
}

.mtb20 {
    margin: 1.429em 0 !important;
}

.mtb30 {
    margin: 2.142em 0 !important;
}

.mtb50 {
    margin: 3.571em 0 !important;
}

.mtb80 {
    margin: 5.3em 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 0.357em !important;
}

.mb10 {
    margin-bottom: 0.714em !important;
}

.mb15 {
    margin-bottom: 1.071em !important;
}

.mb20 {
    margin-bottom: 1.429em !important;
}

.mt25 {
    margin-top: 1.785em !important;
}

.mt50 {
    margin-top: 3.571em !important;
}

.mt70 {
    margin-top: 5em !important;
}

.mb30 {
    margin-bottom: 2.142em !important;
}

.mb40 {
    margin-bottom: 2.857em !important;
}

.mb50 {
    margin-bottom: 3.571em !important;
}

.mb60 {
    margin-bottom: 4.285em !important;
}

.mb35 {
    margin-bottom: 2.5em !important;
}

.mb45 {
    margin-bottom: 3.214em !important;
}

.mb55 {
    margin-bottom: 3.928em !important;
}

.mb70 {
    margin-bottom: 5em !important;
}

.pb5 {
    padding-bottom: 0.357em;
}

.pl5 {
    padding-left: 0.357em;
}

.mt10 {
    margin-top: 0.714em !important;
}

.mt15 {
    margin-top: 1.071em !important;
}

.mt20 {
    margin-top: 1.429em !important;
}

.mt30 {
    margin-top: 2.142em !important;
}

.mt40 {
    margin-top: 2.857em !important;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.bold {
    font-weight: 700;
}

.large {
    font-size: 1.142em;
}

.small {
    font-size: 0.857em;
}

.ma {
    margin-left: auto;
    margin-right: auto;
}

.red {
    color: #f30 !important;
}

.mizu {
    color: #3880bf;
}

.yes {
    background: #f5fef6 !important;
}

.no {
    background: #ffe3e3 !important;
}

.photo {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    width: 460px;
    /*    height: 290px;*/
    overflow: hidden;
}

.bc-ok {
    background: #00b5e9;
    color: #fff !important;
}

.bc-ng {
    background: #b1b1b1;
}

.bc-ng:hover {
    color: #fff !important;
}

.bc01 {
    background: #3949AB;
}

/* ベース */

.bc02 {
    background: #FB8C00;
    color: #fff;
}

.bc02:visited {
    color: #fff;
}

/* オレンジ */

.bc03 {
    background: #5E35B1;
}

/* 紫 */

.bc04 {
    background: #FDD835;
}

/* 黄色 */

.bc05 {
    background: #7CB342;
}

/* 緑 */

.bc06 {
    background: #15bfe9;
}

/* 水色 */

.bc07 {
    background: #e53935;
}

/* 赤 */

.bc08 {
    background: #546E7A;
}

/* 青灰 */

.bc09 {
    background: #f1812f !important;
}

.bc10 {
    background: #314280;
}


.btn-danger,
.btn-danger:visited,
.btn-danger:link {
    color: #fff;
}

.btn-info,
.btn-info:visited,
.btn-info:link {
    color: #fff;
}

.btn {
    display: inline-block;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0.05em;
    padding: 1.4em 1em;
    border-radius: 2px;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.08), 0 3px 1px -2px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.08), 0 3px 1px -2px rgba(0, 0, 0, 0.16);
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: .3s ease-out;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
}

.btn--min {
    padding: 0.7em 0.5em;
    font-size: 1em !important;
    font-weight: normal !important;
}

.btn:active,
.btn:visited,
.btn:link {
    color: #fff;
}

.btn-fix-s {
    width: 120px;
}




.btn:hover {
    color: #fff;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 7px 0 rgba(0, 0, 0, 0.08), 0 3px 1px -1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 7px 0 rgba(0, 0, 0, 0.08), 0 3px 1px -1px rgba(0, 0, 0, 0.16);
}

.sub-text {
    display: block;
    font-size: 0.6em;
    letter-spacing: 0;
    padding-top: 6px;
}

body,
html {
    height: 100%;
    background: #fff;
    color: #333;
    font-size: 14px !important;
    line-height: 1.8;
    font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
    letter-spacing: 0.03em;
}

p {
    margin-bottom: 1em;
}

img {
    vertical-align: top;
}

ul {
    list-style: none;
    padding-left: 0;
}

dl {
    margin-bottom: 0;
}

ol {
    list-style-type: decimal;
    padding-left: 1.2em;
}

.empha {
    font-weight: bold;
    font-size: 1.142em;
}

.block {
    display: block;
}

.inblock {
    display: inline-block;
}

.clearfix,
.inner,
.box,
#content {
    *zoom: 1;
}

.clearfix::after,
.inner::after,
.box::after,
#content::after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.hl_style2,
.hl_style3,
.hl_style4 {
    font-family: 'Lato', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'arial black', sans-serif;
}

#heading h1 .ttl-sub {
    font-family: 'Lato', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'arial black', sans-serif;
    font-weight: 900;
}

.container {
    overflow: hidden;
}

a {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}

a:visited {
    color: #000;
}

a:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #1c4587;
}

a.bright:hover {
    opacity: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: bright;
    animation-name: bright;
}

@-webkit-keyframes bright {
    0% {
        opacity: .5;
    }
    15% {
        opacity: .0;
    }
    30% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes bright {
    0% {
        opacity: .5;
    }
    15% {
        opacity: .0;
    }
    30% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

a.more-link {
    background: url(../image/btn-link.gif) no-repeat 0 0;
    padding-left: 30px;
    display: inline-block;
    line-height: 24px;
    text-decoration: none;
    color: #3880bf;
}

a.more-link:hover {
    text-decoration: underline;
}

a.more-link.down {
    background: url(../image/btn-link02.gif) no-repeat 0 0;
}

.oval a {
    display: inline-block;
    width: 100%;
    /*height: 100%;*/
    font-weight: bold;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.1em;
    text-decoration: none;
    text-align: center;
    background: #1c4587;
    border: 2px solid #1c4587;
    border-radius: 3px;
    margin-bottom: 10px;
}



.oval a.w80 {
    width: 80%;
}

.oval a.w50 {
    width: 50%;
}

.oval a.ora {
    color: #f29700;
    border: 2px solid #f29700;
}

.oval a.ora:hover {
    background: #f29700;
    color: #fff;
}

#heading {
    background: #fff;
    width: 100%;
    padding: 0 0 0;
    margin: 0 0 3em;
    text-align: center;
}

#heading h1,
h1.heading {
    font-size: 1.6em;
    line-height: 1.6;
    padding-bottom: 1em;
    margin-bottom: 1.6em;
    margin-top: .5em;
    background: url(../image/bg_h1.gif) bottom center no-repeat;
    letter-spacing: 0.1em;
}

#heading h1 .ttl-sub {
    font-size: 1.142rem;
    color: #3880bf;
    display: block;
}

#heading p {
    font-size: 1.142em;
}

main {
    background: #F2F4F4;
    font-size: 15px !important;
    margin-top: 60px;
}

.inner {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    overflow: hidden;
}

.inner.cov {
    padding-left: 15px;
    padding-right: 15px;
}

.bg-w {
    background: #fff;
}

.bg-mizu {
    background: #F0F7FD;
    background: #eee;
    padding: 20px 0;
}





/* 20181115 */

.has-bg {
    margin: 0 0 220px !important;
}

.bg-tool {
    background: url(../image/bg_tool.jpg) center 118px #fff no-repeat !important;
}

.bg-catalog {
    background: url(../image/bg_catalog.jpg) center 118px #fff no-repeat !important;
}













@media screen and (min-width: 1000px) {
    .progress {
        position: fixed;
        z-index: 3;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }

    .progress-cont {
        padding-top: 120px;
    }
}

.box {
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 30px;
    background: #fff;
}

.short-box {
    width: 800px;
    max-width: 100%;
    margin: auto;
    padding: 3.125em 1em;
}

.short-box.nm {
    padding-top: 0;
}

.mid-box {
    width: 1000px;
    max-width: calc(100% - 30px);
    margin: auto;
    padding: 3.125em 0;
}

.mid-box.p0 {
    padding: 0;
}

.mid-box.next-grey {
    padding-top: 1.25em;
}

.mtb-per50 {
    margin-top: 3.19%;
    margin-bottom: 3.19%;
}

.mtb-per50.last {
    margin-bottom: 0;
}

.mb-per3 {
    margin-bottom: 3%;
}

.mb-per2 {
    margin-bottom: 2%;
}

.disp-sm {
    display: block;
}

.disp-xs {
    display: none;
}

#content {
    margin: 0 auto 50px;
    background: #fff;
}

h2 {
    width: 100%;
}

h3 {
    width: 100%;
}

h5 {
    width: 96%;
    font-size: 16px;
    font-weight: bold;
    margin: 16px auto 0;
    color: #254083;
    border-bottom: 1px solid #254083;
}


.hl_style2 {
    font-size: 1.4em;
    line-height: 1.4;
    padding-bottom: 0.8em;
    margin-bottom: 1.7em;
    background: url(../image/bg_h2.gif) bottom center no-repeat;
    color: #3880bf;
    letter-spacing: 0.15em;
    text-align: center;
}

.hl_style3 {
    font-size: 1.714em;
    line-height: 1.8em;
    margin-top: 2.142em;
    margin-bottom: 2.142em;
    color: #3880bf;
    letter-spacing: 0.1em;
    text-align: center;
}

.inner > .hl_style3 {
    margin-top: 2.666em;
    margin-bottom: 1em;
}

.msg-box > .hl_style3 {
    margin-top: 0.459em;
}

.mid-box > .hl_style3,
.short-box > .hl_style3 {
    margin-top: 0;
}

.hl_style4 {
    font-size: 1.266em;
    line-height: 1.6;
    margin-bottom: 1.266em;
    color: #3880bf;
    letter-spacing: 0.05em;
    text-align: center;
}

.hl_style5 {
    color: #1c4587;
    font-weight: bold;
}

.br-sm {
    display: block;
}

.pdf-area {
    width: 96%;
    height: 1000px;
    margin: 0 auto 20px;
}

@media screen and (max-width: 1280px) {
    .br-sm {
        display: none;
    }
}

#policy ol {
    margin-bottom: 1em;
    line-height: 1.7;
}

#policy li > ol {
    margin-top: 0.7em;
    margin-bottom: 1em;
}

#contactus {
    background: #F4F4F4;
    border-radius: 8px;
    width: 97%;
    max-width: 800px;
    margin: auto;
    color: #414141;
    font-weight: bold;
    text-align: center;
    padding: 3em 0;
}

#contactus .telnum {
    font-size: 1.8em;
}

#contactus .row > div:last-child {
    border-left: 1px dotted #999;
}

#contactus .row > div p {
    width: 80%;
    max-width: 330px;
    margin: auto;
    text-align: center;
}

#contactus .row > div p.ttl-btm-contact {
    background: url(../image/bg_h4.gif) no-repeat center 90%;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

#contactus .oval a {
    width: 80%;
    font-size: 1em;
    max-width: 330px;
    border-radius: 5px;
    border: 2px solid #fff;
    color: #fff;
    background: #1c4587;
}

.u-disp-none {
    display: none;
}

.form-table {
    width: 100%;
    margin-bottom: 1.25em;
}

.form-table th {
    font-weight: bold;
    padding: .5em 1em;
    border-bottom: 1px dotted #d8d7d1;
    border-right: 1px dotted #d8d7d1;
    border-top: 1px dotted #d8d7d1;
    white-space: nowrap;
    background: #fff;
    vertical-align: top;
}

.low-space thead th {
    text-align: center;
}

.low-space th {
    padding: 0.75em 1em;
}

.form-table td {
    background: #fff;
    padding: .5em 0 .5em 2em;
    border-bottom: 1px dotted #d8d7d1;
    border-top: 1px dotted #d8d7d1;
    vertical-align: top;
}

.low-space td {
    padding: 0.75em 0 0.75em 1em;
}

.form-table td p.small {
    margin: 0 0 0.5em;
}

.form-table thead th {
    border-bottom: 2px solid #3880bf;
    background: #fff;
    border-right: 2px solid #fff;
}

.form-table thead td {
    border-bottom: 2px solid #ddd;
}

.equipment thead th {
    border-top: none;
}

.equipment tbody td {
    padding: 0 2px 5px 0;
    border: none;
}

.equipment tbody td .select-box {
    margin-left: 10px;
}

.equipment tbody tr:first-child td {
    padding-top: 10px;
}

.req {
    background: #FFE082;
    padding: 2px 6px;
    color: #000;
    text-align: center;
    font-size: 10px;
    font-weight: normal;
    border-radius: 2px;
    display: block;
    float: right;
}

.req2 {
    background: #FFE082;
    padding: 2px 6px;
    color: #000;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    border-radius: 2px;
    display: inline-block;
}

.form-table .brall {
    word-break: break-all;
}

/*form-status*/

dl.disptbl {
    width: 100%;
    display: table;
}

dl.disptbl.fixd {
    table-layout: fixed;
}

dl.disptbl > dt,
dl.disptbl > dd {
    display: table-cell;
    vertical-align: middle;
}

dl.disptbl .btn {
    margin-top: 6px;
    padding: 12px 14px;
}


/*STEP1-6*/

#form-flow-6 {
    height: 40px;
    width: 100%;
    margin: 30px auto;
}

@media screen and (max-width: 767px) {
    #form-flow-6 {
        height: auto;
        width: 100%;
        margin: 0px auto 10px;
        font-size: 0.6em;
    }
}

#form-flow-6 dd {
    vertical-align: middle;
    font-size: 0.85em;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 16.666%;
}

#form-flow-6 dd.current {
    color: #fff;
}

#form-flow-6.step-1 {
    background: url(../image/bg_step_61.png) no-repeat center;
    background-size: 100% 50px;
}

#form-flow-6.step-2 {
    background: url(../image/bg_step_62.png) no-repeat center;
    background-size: 100% 50px;
}

#form-flow-6.step-3 {
    background: url(../image/bg_step_63.png) no-repeat center;
    background-size: 100% 50px;
}

#form-flow-6.step-4 {
    background: url(../image/bg_step_64.png) no-repeat center;
    background-size: 100% 50px;
}

#form-flow-6.step-5 {
    background: url(../image/bg_step_65.png) no-repeat center;
    background-size: 100% 50px;
}

#form-flow-6.step-6 {
    background: url(../image/bg_step_66.png) no-repeat center;
    background-size: 100% 50px;
}

/*STEP1-4*/

#form-flow-4 {
    height: 40px;
    width: 100%;
    margin: 30px auto;
}

#form-flow-4 dd {
    vertical-align: middle;
    font-size: 0.85em;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 25%;
}

#form-flow-4 dd.current {
    color: #fff;
}

#form-flow-4.step-1 {
    background: url(../image/bg_step_41.png) no-repeat center;
    background-size: 100% 50px;
}

#form-flow-4.step-2 {
    background: url(../image/bg_step_42.png) no-repeat center;
    background-size: 100% 50px;
}

#form-flow-4.step-3 {
    background: url(../image/bg_step_43.png) no-repeat center;
    background-size: 100% 50px;
}

#form-flow-4.step-4 {
    background: url(../image/bg_step_44.png) no-repeat center;
    background-size: 100% 50px;
}

.simu-table {
    width: 100%;
    margin-bottom: 1.25em;
}

.simu-table.dev-8 td {
    width: 12.5%;
}

.simu-table th {
    font-weight: normal;
    padding: 1em;
    border-bottom: 1px dotted #d8d7d1;
    background: #1c4587;
    color: #fff;
    vertical-align: top;
    font-size: 0.9em;
}

.simu-table td {
    background: #fff;
    padding: 1em;
    border: 1px dotted #ddd;
    vertical-align: top;
    font-size: 0.9em;
}

.simu-table td.th-sub {
    background: #F0F7FD;
}

.simu-table td p.small {
    margin: 0 0 0.5em;
}

.select-sim select {
    width: 200px;
    max-width: 100%;
}

.ttl-result {
    background: #b4dff4;
    padding: 8px 0;
    margin-bottom: 20px;
    text-align: center;
}

.ttl-check {
    background: #ffe69b;
    padding: 8px 0 3px 30px;
    margin-bottom: 20px;
}










.form-btn {
    margin: 2em auto 2.5em;
}



.form-btn a {
    width: 90%;
    max-width: 350px;
}

.form-btn--min a {
    width: 60%;
    max-width: 200px;
}

a.btn-add {
    background: #1c4587;
    padding: 1em 0.5em;
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    line-height: 1.466em;
    font-size: 0.866em;
    text-decoration: none;
    vertical-align: middle;
    margin-left: 1em;
}

a.btn-add:hover {
    color: #fff;
}

a.btn-disabled {
    background: #ccc;
    border: 2px solid #ccc;
    color: #666 !important;
}

.error {
    background: #FCEBEC;
    color: #f00;
    margin-bottom: 20px;
    padding: 20px;
}

#js-canvas {
    border: 1px solid #dedede;
}

#canvas_div,
#canvas_div2 {
    width: 796px;
    margin: 0 auto 20px;
}

#canvas_inner_div,
#canvas_inner_div2 {
    width: 796px;
}

.disc {
    list-style: disc;
    padding-left: 1em;
    margin-left: 5px;
}

/* input */

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="date"] {
    padding: 10px;
    border: 1px solid #bbb;
    vertical-align: middle;
    outline: none;
    padding: 10px 5px\9;
    /*ie8hack*/
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

textarea {
    padding: 10px;
    border: 1px solid #bbb;
    outline: none;
}

/* selectbox */

select {
    vertical-align: middle;
    outline: none;
}

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

.select-box {
    display: inline-block;
}

.select-box select {
    padding: 10px 40px 10px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #bbb;
    border-radius: 2px;
    background: url(../image/btn_select.gif) right 50% no-repeat #fff;
    background-size: 31px, 100%;
    cursor: pointer;
}

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

/* radio,checkbox */

input[type=radio],
input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}

label.empty {
    padding: 0 !important;
}

input[type=radio] + label,
input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}

input[type=radio] + label.switch-on,
input[type=radio] + label.switch-off {
    position: relative;
    display: block;
    margin-right: 0px;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}

@media (min-width: 1px) {
    /**/
    input[type=radio],
    input[type=checkbox] {
        display: none;
        margin: 0;
    }
    input[type=radio] + label,
    input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    input[type=radio] + label::before,
    input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        background: #FFF;
    }
    input[type=radio]:checked + label::after,
    input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }

    input[type=checkbox][disabled] + label::before {
        background: #DCDCDC;
        cursor: not-allowed;
        /* 禁止カーソル */
    }

    input[type=radio] + label::before {
        border: 1px solid #bbb;
        border-radius: 30px;
    }

    input[type=checkbox] + label::before {
        border: 1px solid #bbb;
        border-radius: 2px;
    }

    input[type=radio]:checked + label::after {
        left: 5px;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        background: #1c4587;
        border-radius: 8px;
    }



    input[type=radio]:checked + label.switch-on::after,
    input[type=radio]:checked + label.switch-off::after {
        display: none;
    }


    input[type=checkbox]:checked + label::after {
        left: 2px;
        width: 16px;
        height: 8px;
        margin-top: -7px;
        border-left: 3px solid #1c4587;
        border-bottom: 3px solid #1c4587;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }


    .conf-check input[type=radio] + label.switch-on::before,
    .conf-check input[type=radio] + label.switch-off::before {
        border: none !important;
        border-radius: 0 !important;
        display: none;
    }





}

.subsc {
    display: block;
    font-size: 0.85em;
    line-height: 2em;
}

.subsc-in {
    display: inline-block;
    font-size: 0.85em;
}

.shut {
    display: none;
}

dl.disptbl {
    width: 100%;
}

dl.disptbl > dd {}

dl.disptbl > dd:last-child {
    border-right: none;
}

dl.disptbl.tblfix {
    table-layout: fixed;
}

/*gridのgutter調整*/

.row-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.row-0 > div {
    padding-right: 0px;
    padding-left: 0px;
}

.row-10 {
    margin-left: -1%;
    margin-right: -1%;
}

.row-10 > div {
    padding-right: 1%;
    padding-left: 1%;
}

.row-20 {
    margin-left: -1.5%;
    margin-right: -1.5%;
}

.row-20 > div {
    padding-right: 1.5%;
    padding-left: 1.5%;
}

.row-40 {
    margin-left: -20px;
    margin-right: -20px;
}

.row-40 > div {
    padding-right: 20px;
    padding-left: 20px;
}

#form-flow {
    height: 6em;
    width: 98%;
    max-width: calc( 1000px - 2em);
    margin: 5.357em auto;
}

#form-flow dd {
    vertical-align: middle;
    font-size: 1.133em;
    color: #3880bf;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 33.333%;
}

#form-flow dd.current {
    color: #fff;
}

#form-flow.step-1 {
    background: url(../image/bg_step01.png) no-repeat center;
    background-size: contain;
}

#form-flow.step-2 {
    background: url(../image/bg_step02.png) no-repeat center;
    background-size: contain;
}

#form-flow.step-3 {
    background: url(../image/bg_step03.png) no-repeat center;
    background-size: contain;
}

#form-flow-sp {
    width: 98%;
    text-align: center;
    margin: 1em auto;
}

#form-flow-sp dd {
    vertical-align: bottom;
    font-size: 1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 16.666%;
}

#form-flow-sp dd.current {
    color: #3880bf;
}

.simu-box {
    width: 800px;
    margin: auto;
    border: 2px solid #fff;
    background: #FFF;
    padding: 1em 2em 2em;
    border-radius: 8px;
}

.no-p {
    padding: 2em 0 !important;
}

.simu-box table {
    width: 500px;
    max-width: 100%;
    margin: auto;
}

.simu-box.long {
    width: 1000px;
    max-width: 90%;
}

.simu-box.long table {
    width: 100%;
}

.simu-box #lightbulb {
    border: 1px #FFE082 solid;
    width: 80%;
    margin: auto;
    padding: 1.3em;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff9e8;
    border-radius: 2px;
}

.simu-box #lightbulb i {
    color: #FFA000;
}

.kiyaku {
    width: 100%;
    border: 1px solid #ddd;
    padding: 20px;
    height: 230px;
    overflow-y: scroll;
    font-size: 0.9em;
}

.kiyaku ul,
.kiyaku ol {
    padding-bottom: 1em;
}

.kiyaku ul + p,
.kiyaku ol + p {
    margin-top: 10px;
}

.kiyaku ul li,
.kiyaku ol li {
    margin-bottom: 5px;
}

.kiyaku ul ul li:last-child,
.kiyaku ol ul li:last-child {
    margin-bottom: 0;
}

.kiyaku p + p.hl_style5 {
    margin-top: 30px;
}

@media screen and (max-width: 1280px) {
    .sm-mb20 {
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width: 1024px) {
    img {
        max-width: 100%;
    }
}

@media screen and (max-width: 999px) {
    .pdf-area {
        width: 96%;
        height: 600px;
        margin: 0 auto 20px;
    }

    #heading {
        position: relative;
        padding-bottom: 0;
    }
    #heading h1 {
        margin-bottom: 1em;
        margin-top: 0em;
        font-size: 16px;
    }

    main {
        margin-top: 10px;
    }

    .table-scroll {
        overflow: auto;
        white-space: nowrap;
        margin-bottom: 30px;
    }
    .table-scroll::-webkit-scrollbar {
        height: 5px;
    }
    .table-scroll::-webkit-scrollbar-track {
        background: #F1F1F1;
    }
    .table-scroll::-webkit-scrollbar-thumb {
        background: #BCBCBC;
    }
}

@media screen and (max-width: 767px) {
    body,
    html {
        font-size: 87.5% !important;
    }

    .disp-sm {
        /*        display: none;*/
    }

    .disp-xs {
        display: block;
    }

    .xs-mb10 {
        margin-bottom: 10px !important;
    }

    .xs-mb20 {
        margin-bottom: 20px !important;
    }

    .xs-mt0 {
        margin-top: 0 !important;
    }

    .xs-mtb0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .xs-nm {
        padding: 0 !important;
    }
    .xs-nm > .mtb30 {
        margin-top: 0 !important;
    }

    .mtb-per50.panel {
        margin-bottom: 0;
    }

    #heading {
        /*        padding: 1em 0 1.5em;*/
        margin: 0 0 3em;
    }
    #heading h1 {
        font-size: 1.3em;
        line-height: 1.3;
        padding-bottom: 0.5em;
        margin-bottom: 2em;
    }

    .form-table {
        width: 100%;
        margin-bottom: 1.25em;
    }
    .form-table th {
        width: 100%;
        border-right: none;
        background: #fff;
        display: block;
        padding-bottom: 0.5em;
        padding-left: 0;
        padding-right: 0;
    }
    .form-table th.mainth {
        border-bottom: 1px solid #d8d7d1;
    }
    .form-table td {
        width: 100%;
        background: #fff;
        display: block;
        border-bottom: none;
        padding-top: 0.5em;
        padding-left: 0;
    }
    .form-table td input.width10 {
        width: 20%;
    }
    .form-table td input.width40 {
        width: 80%;
    }

    #contactus {
        padding-bottom: 0;
    }
    #contactus .row > div {
        margin-bottom: 3em;
    }
    #contactus .row > div:last-child {
        border: none;
    }
    #contactus .row > div p.note {
        border-bottom: 1px dotted #999;
        padding-bottom: 35px;
    }

    .simu-box #lightbulb {
        width: 100%;
    }
    .equipment tbody td .select-box {
        margin-left: 0px;
    }

}

@media only screen and (max-width: 480px) {
    .hl_style2,
    .hl_style3 {
        font-size: 1.4em;
        line-height: 1.8em;
        letter-spacing: 0.05em;
    }

    .hl_style4 {
        font-size: 1.2em;
    }

    #heading {
        padding: 1em 0 1.5em;
        margin: 0 0 3em;
    }
    #heading h1 {
        font-size: 1.3em;
    }
    #heading p {
        font-size: 1em;
    }

    .form-btn a {
        font-size: 90%;
    }

    #form-flow-sp dd {
        font-size: 80%;
    }

    table.tbl-scroll {
        display: block;
        position: relative;
    }
    table.tbl-scroll thead {
        display: block;
        float: left;
    }
    table.tbl-scroll tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    table.tbl-scroll th,
    table.tbl-scroll td {
        display: block;
        border: none;
        border-bottom: 1px dotted #d9d9d9;
        border-right: 1px dotted #d9d9d9;
    }
    table.tbl-scroll tr {
        display: inline-block;
    }
    table.tbl-scroll tbody tr {
        margin-right: -4px;
    }
}



/*****20171215デモ用追加*****/

.video-ttl {
    padding: 10px 0;
    display: block;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 5px;
    background: #5e97ca;
    border-radius: 5px;
    text-decoration: none;
    width: 460px;
    text-align: center;
    margin: 10px 0 0;
    cursor: pointer;
}


.video-contents li {
    padding: 20px 0 20px;
    /* background: url(../image/bg_line01.png) left 40px center no-repeat;*/
}

/*
.video-contents li:last-child {
    background: url(../image/bg_line02.png) left 40px center no-repeat;
}
*/

.button_small a:visited,
.button_small a:link,
.button_small a {
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    width: 180px;
    background: #3880bf;
    padding: 8px 0;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-v {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex h4 {
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
    margin: 0 0 0 0px;
    padding: 8px 0px;
    color: #333;
    font-size: 1.5em;
    text-align: center;
    background: #efefef;
    border-radius: 5px;
}

.video {
    -ms-flex-preferred-size: 285px;
    flex-basis: 285px;
}



.qr {
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
}



.back a {
    text-decoration: none;
    display: block;
    margin: 40px auto 0;
    border-radius: 4px;
    text-align: center;
    width: 200px;
    padding: 8px 0;
    background: #e3e3e3;
}

body {
    padding-top: 60px;
}
body.empty-layout {
    padding-top: 0px;
}
main {
    margin-top: 0;
}

.demo main {
    margin-top: 0;
}

.demo .bg-mizu {
    padding: 40px 0 40px;
}

.demo h2 {
    font-size: 18px;
}

.demo h2 span {
    color: red;
}

.demo .simu-box {}


/**選択画面**/

.select {}

.select ul {
    margin: 0;
}

.select li {
    padding: 10px;
}

.select li a {
    /*    padding: 10px 0;*/
    font-size: 20px;
    font-weight: bold;
    /*    background: #254083;*/
    border-radius: 5px;
    text-align: center;
    letter-spacing: 5px;
}


/*
.select li:nth-of-type(2) a {
    background: #ff7500;
}

.select li:nth-of-type(3) a {
    background: #498c03;
}

.select li:nth-of-type(4) a {
    background: #b31d04;
}
*/

.select li i {
    padding: 0 5px 0 0;
}

.select li a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.inline {
    padding: 4px 10px;
    display: inline-block !important
}



/**契約書関連**/

.keiyaku {}

.keiyaku a {
    text-decoration: none;
}

.accordion_menu h3 {
    margin: 20px 0 0 0;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 20px;
    letter-spacing: 2px;
    background: #254083;
    color: #fff;
    font-weight: 800;
}

.accordion_menu h3.sim {
    background: #3274ad;
}

.accordion_menu h3:nth-of-type(1) {
    margin: 0;
}

.accordion_menu ul {
    margin: 0;
    /*    display: none;*/
}

.accordion_menu ul ul {
    display: none;
}

.accordion_menu li {
    margin-top: -2px;
    padding: 5px 20px 5px 20px;
    cursor: pointer;
    font-size: 18px;
    border: 1px solid #254083;
    background: #f5f5f5;
}

.accordion_menu ul ul {
    margin: 16px 0;
}

.accordion_menu li li {
    background: #fff;
    border: 1px solid #ccc;
    font-size: 14px;
}

.accordion_menu li li a {
    padding: 6px;
    display: block;
}

.accordion_menu li li i {
    padding: 0 0 0 5px;
    color: red;
}



/**顧客検索**/

.kokyaku dd {
    margin: 0 0 20px 0;
}

.kokyaku button,
.kokyaku a {
    /*    padding: 10px 20px;*/
    width: 100%;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 5px;
    color: #fff;
    background: #254083;
    border: none;
    border-radius: 4px;
}

/*
.sinki {
    margin-top: 80px;
}

.sinki h2 {}

.sinki > div {

width: 100%;
font-size: 20px;
text-align: center;
font-weight: bold;
letter-spacing: 5px;
color: #fff;
background: #f1812f;
border-radius: 4px;
}

.sinki > div a {
    color: #fff;
    text-decoration: none;
}

*/

/**営業ツール**/

.tool {}

.tool ul {}

.tool li {
    padding: 10px;
    text-align: center;
}

.tool li a {
    /*  padding: 10px 0;*/
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 5px;
    border-radius: 2px;
    text-decoration: none;
}

/*
.tool li:nth-of-type(1) a {
    background: #3949AB;
}


.tool li:nth-of-type(2) a {
    background: #FB8C00;
}

.tool li:nth-of-type(3) a {
    background: #5E35B1;
}

.tool li:nth-of-type(4) a {
    background: #FDD835;
}

.tool li:nth-of-type(5) a {
    background: #7CB342;
}

.tool li:nth-of-type(6) a {
    background: #15bfe9;
}

.tool li:nth-of-type(7) a {
    background: #00ACC1;
}
*/

/**LED**/

.led {}

.led a {
    text-decoration: none;
    color: #254083;
}

.led h3 {
    margin: 30px 0 0 0;
    color: #fff;
    padding: 7px 20px 4px;
    font-size: 18px;
    letter-spacing: 2px;
    background: #254083;
    border-radius: 2px;
}

.led h3:nth-of-type(1) {
    margin: 0;
}

.led h3 i {
    padding: 0 5px 0 0;
}

.led ul {
    margin-top: 10px;
    list-style: inside;
    text-indent: 25px;
}

.led li {
    font-size: 18px;
    margin-bottom: 12px;
}

.led li a i {
    margin: 0 0 0 -15px;
    color: #f00;
}



/**商品カタログ_tel**/

.catalog a {
    text-decoration: none;
}


/*tab*/

#tab-menu ul,
#tab-menu-data ul {
    width: 100%;
}

#tab-menu li:first-child,
#tab-menu-data li:first-child {
    border-left: 1px solid #d8d8d8;
}

#tab-menu li,
#tab-menu-data li {
    float: left;
    list-style: none;
    border-right: 1px solid #d8d8d8;

}

#tab-menu li a,
#tab-menu-data li a {
    display: block;
    width: 160px;
    height: 50px;
    line-height: 30px;
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #999;

}

#tab-menu li.active a,
#tab-menu li a:hover {
    color: #333;
}

#tab-menu li a span {
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 2px 4px;
    border-radius: 2px;
    background: #e00;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

#tab-menu-data {
    margin: 0 0 0 -10px;
    width: calc(100% + 20px);

}

#tab-menu-data li {
    border-top: 2px solid #d8d8d8;
    margin-bottom: -2px;
}


#tab-menu-data li.active {
    border-top: 2px solid #3c8dbc;
    border-top: 2px solid #314280;
}


#tab-menu li.disabled a span {
    background: #dedede;
}

#tab-box01,
#tab-box02,
#tab-box03,
#tab-box04,
#tab-box05,
#tab-box06 {
    /*width:100%;*/
    padding: 20px 10px 10px;
}

#tab-box01 {

    display: none;
}

#tab-box02 {
    display: none;
}

#tab-box03 {
    display: none;
}

#tab-box04 {

    display: none;
}

#tab-box05 {
    display: none;
}

#tab-box06 {
    display: none;
}

.tab-btn {
    float: right !important;
    margin: -36px 10px 0;

}

.tab-btn a {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.nav-tabs-custom,
.cont-wrapper {
    margin-bottom: 20px;
    background: #fff;
    /*    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;*/
    position: relative;
}

.cont-wrapper {
    padding: 10px;
}

.nav-tabs-custom > .nav-tabs {
    margin: 0;
    border-bottom-color: #d8d8d8;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom: 1px solid #d8d8d8;
}


.nav-tabs-custom > .nav-tabs > li {
    border-top: 3px solid transparent;
    border-top: 3px solid #b9b9b9;
    margin-bottom: -2px;
}

.nav-tabs-custom > .nav-tabs > li > a {
    color: #444;
    border-radius: 0;
}

.nav-tabs-custom > .nav-tabs > li > a.text-muted {
    color: #999;
}

.nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li > a:hover {
    background: transparent;
    margin: 0;
    padding-top: 10px;
    text-decoration: none;
}

.nav-tabs-custom > .nav-tabs > li > a:hover {}

.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
    border-color: transparent;
}

.nav-tabs-custom > .nav-tabs > li.active,
.nav-tabs-custom > .nav-tabs > li:hover {
    border-top-color: #3c8dbc;
    border-top-color: #314280;
}

.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a {
    background-color: #fff;
    color: #444;
}

.nav-tabs-custom > .nav-tabs > li.active > a {
    border-top-color: transparent;
    border-left-color: #f4f4f4;
    border-right-color: #f4f4f4;
}

.nav-tabs-custom > .nav-tabs > li:first-of-type {
    margin-left: 0;
}

.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
    border-left-color: transparent;
}






.nav-tabs-custom > .nav-tabs.pull-right {
    float: none!important;
}

.nav-tabs-custom > .nav-tabs.pull-right > li {
    float: right;
}

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
    margin-right: 0;
}

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
    border-left-width: 1px;
}

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
    border-left-color: #f4f4f4;
    border-right-color: transparent;
}

.nav-tabs-custom > .nav-tabs > li.header {
    line-height: 35px;
    padding: 0 10px;
    font-size: 20px;
    color: #444;
}

.nav-tabs-custom > .nav-tabs > li.header > .fa,
.nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
.nav-tabs-custom > .nav-tabs > li.header > .ion {
    margin-right: 5px;
}

.nav-tabs-custom > .tab-content {
    background: #fff;
    padding: 10px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.nav-tabs-custom .dropdown.open > a:active,
.nav-tabs-custom .dropdown.open > a:focus {
    background: transparent;
    color: #999;
}

table.def thead th {
    text-align: center;
}

table.def th {
    color: #fff;
    padding: 8px 8px;
    background: #314280;
    font-weight: 400;
    border: 1px solid #ddd;
}

table.def td {
    border: 1px solid #ddd;
    padding: 8px 8px;
}

table.def a {
    text-decoration: none;
}

#head a,
#head a:visited,
#head a:active,
#head a:link {
    color: #fff;
}





.conf-check {
    text-align: center;
    width: 320px;
    margin: 0 auto 60px;
}

.conf-check::after {
    content: "";
    display: block;
    clear: both;
}

.conf-check input {
    display: none;
}

.conf-check label {
    display: block;
    float: left;
    cursor: pointer;
    width: 160px;
    margin: 0;
    padding: 30px 0 !important;
    background: #bdc3c7;
    color: #869198;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    -webkit-transition: .2s;
    transition: .2s;



    position: relative;
    margin-right: 0;
}

.conf-check label:first-of-type {
    border-radius: 3px 0 0 3px !important;
}

.conf-check label:last-of-type {
    border-radius: 0 3px 3px 0 !important;
}

.conf-check input[type="radio"]:checked + .switch-on {
    background-color: #a1b91d !important;
    color: #fff !important;
}

.conf-check input[type="radio"]:checked + .switch-off {
    background-color: #e67168 !important;
    color: #fff !important;
}

/*option start*/
.option-subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.option-subtotal>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}
.option-subtotal .-name {
    /* width: 40%; */
    margin-bottom: 0;
    -webkit-box-flex:1;
    -ms-flex:1;
        flex:1;
}
.option-subtotal .-count {
    width: 90px;
    padding-left: 1em;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.option-subtotal .-price {
    width: 228px;
    padding-left: 1em;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right:3px;
}
.option-subtotal .-count input {
    width: 31px;
    padding: 10px 2px;
}
.option-subtotal .-price input {
    width: 80px;
    margin-right: 0.5em;
}
@media screen and (max-width: 999px) {
    .option-subtotal {
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start;
    }
    .option-subtotal .-name  {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    }
    .option-subtotal .-count {
        width: 30%;
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start;
        margin-bottom: 1em;
    }
    .option-subtotal .-price {
        width: 70%;
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start;
        margin-bottom: 1em;
    }
}
@media only screen and (max-width: 480px) {
    .option-subtotal .-count,
    .option-subtotal .-price {
        font-size: 13px;
    }
}
/*option end*/

/************************************/

@media screen and (max-width: 1024px) {
    .demo .bg-mizu {
        padding: 20px 0 20px;
    }
}

@media screen and (max-width: 999px) {}

@media screen and (max-width: 767px) {}

@media only screen and (max-width: 480px) {}

.tos-table th, .tos-table td {
    background: #fff;
    border: 1px dotted #d8d7d1;  
    vertical-align: top;
}
.tos-table th {
    border-left: none;
    padding: .5em 1em;
}
.tos-table td {
    padding: .5em 0 .5em 0;
    border-right: none;
}
.tos-table .tos-item {
    padding: .5em 0 .5em 2em;
    border-bottom: 1px dotted #d8d7d1;
}
.tos-table .tos-item label {
    line-height: 1.5;
}
.tos-table .tos-item:last-child {
    padding: .5em 0 .5em 2em;
    border-bottom: none;
}

.select-box select.maintenance_sel {
    max-width: 300px;
}