body {
    margin: 0;
}

.header {
    /* position: absolute;
    top: 0;
    left: 0; */
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    /* background-color: antiquewhite; */
}
.header ul {
    display: flex;
    justify-content: space-around;
}
.header ul li {
    list-style: none;
}
.header img {
    height: 18px;
}
.header img:hover {
    cursor: pointer;
    opacity: 0.7;
}
.header .login {
    width: 226px;
}
.header .login img {
    height: 32px;
}
@media screen and (max-width: 767px) {
    .header {
        background-color: rgba(150, 150, 150, 0.7);
        height: initial;
    }
    .header ul {
        display: none;
        flex-flow: column;
        margin-top: 0;
        margin-bottom: 0;
    }
    .header ul li {
        /* margin: 10px 0; */
        height: 45px;
    }
}

.menu-icon {
    /* background-color: yellow;  */
    display: none; }
    @media screen and (max-width: 767px) {
      .menu-icon {
          margin: 10px;
        cursor: pointer;
        width: 34px;
        height: 30px;
        text-align: center;
        display: block; } }
    @media screen and (max-width: 767px) {
      .menu-icon span {
        width: 34px;
        height: 2px;
        display: block;
        margin: 0 auto 10px;
        background: #fff;
        -webkit-transition: 0.3s all;
        transition: 0.3s all; } }
    @media screen and (max-width: 767px) {
      .menu-icon span:last-child {
        margin-bottom: 0; } }
    @media screen and (max-width: 767px) {
      .menu-icon.is-active span:first-child {
        -webkit-transform: rotate(-45deg) translate(-8px, 8px);
            -ms-transform: rotate(-45deg) translate(-8px, 8px);
                transform: rotate(-45deg) translate(-8px, 8px); } }
    @media screen and (max-width: 767px) {
      .menu-icon.is-active span:nth-child(2) {
        display: none; } }
    @media screen and (max-width: 767px) {
      .menu-icon.is-active span:last-child {
        -webkit-transform: rotate(45deg) translate(0px, 0px);
            -ms-transform: rotate(45deg) translate(0px, 0px);
                transform: rotate(45deg) translate(0px, 0px); } }

.footer {
    width: 100%;
    height: 160px;
    background-color:rgb(100, 100, 100);
}

.scroll-down {
    position: fixed;
    top: 85vh;
    left: calc(50% - 90px);
    display: none;
    width: 164px;
    cursor: pointer;
}
.scroll-down:hover {
    opacity: 0.7;
}
.scroll-icon {
    width: 30px;
    height: 30px;
}
.scroll-down img {
    width: 120px;
}


.base-frame {
    position: relative;
    width: 100%;
}

.contents {
    display: flex;
}

.left {
    width: 50%;
    background-color: lightgray;
    opacity: 0;
}
.right {
    width: 50%;
    opacity: 0;
}
@media screen and (max-width: 767px) {
    .left {
        display: none;
    }
    .right {
        width: 100%;
    }
}

.content-block{
    position: relative;
    width: 100%;
    height: 894px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .content-block{
        flex-flow: column;
        height: initial;
    }
}
.content-block .home {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.left-home {
    position: fixed;
    width: 50%;
    /* height: 100%; */
    height: 894px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.eyecatch {
    display: none;
}
@media screen and (max-width: 767px) {
    .eyecatch {
        display: block;
        margin-top: 120px;
        margin-bottom: 40px;
        text-align: center;
    }
    .eyecatch img {
        width: 100%;
    }
}

/* .pc-only {
    display: block;
} */
.sp-only {
    display: none;
}
@media screen and (max-width: 767px) {
    .pc-only {
        display: none !important;
    }
    .sp-only {
        display: block;
    }
}

.w_100 {
    width: 90%;
}
.w_60 {
    width: 52%;
}
.w_70 {
    width: 60%;
}
.w_36 {
    width: 36%;
}

.btnLogin {
    display: inline-block;
    width: 84px;
    height: 32px;
    cursor: pointer;
    background-image: url(../images/lp/menu_login.svg);
    background-repeat: no-repeat;
    background-size: auto;
}
.btnLogin:hover {
    background-image: url(../images/lp/menu_login_over.svg);
}
.btnForm {
    display: inline-block;
    width: 135px;
    height: 32px;
    cursor: pointer;
    background-image: url(../images/lp/menu_form.svg);
    background-repeat: no-repeat;
    background-size: auto;
}
.btnForm:hover {
    background-image: url(../images/lp/menu_form_over.svg);
}

#btnDetail {
    cursor: pointer;
    margin-top: 10px;
}
#btnDetail:hover {
    opacity: 0.7;
}

.body-content-block {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.body-content-block .home {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 50px;
}
.body-content-block .body-title-01 {
    width: 50%;
    margin-top: 60px;
}
.body-content-block .body-text-01 {
    width: 66%;
    margin-top: 30px;
}
.body-content-block .body-image-01 {
    width: 62%;
    margin-top: 20px;
}
.body-content-block .body-title-02 {
    width: 50%;
    margin-top: 40px;
}
.body-content-block .body-text-02 {
    width: 66%;
}
.body-content-block .body-image-02 {
    width: 70%;
    margin-top: 30px;
    margin-left: 45px;
}
.body-content-block .homeBtn {
    display: block;
    width: 66%;
    height: 6vw;
    margin-top: 50px;
    margin-bottom: 80px;
    cursor: pointer;
    background-image: url(../images/lp/link_botton_01over02.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.body-content-block .homeBtn:hover {
    background-image: url(../images/lp/link_botton_01over.svg);
}
@media screen and (max-width: 767px) {
    .body-content-block .body-title-01 {
        width: 60%;
        margin-top: 30px;
    }
    .body-content-block .body-text-01 {
        width: 90%;
    }
    .body-content-block .body-image-01 {
        width: 90%;
        margin-top: 20px;
    }
    .body-content-block .body-title-02 {
        width: 60%;
    }
    .body-content-block .body-text-02 {
        width: 90%;
    }
    .body-content-block .body-image-02 {
        width: 90%;
    }
    .body-content-block .homeBtn {
        width: 90%;
    }
}

.form-control {    
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    resize: vertical;
    height: 100px;
}
input[type='text'] {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#send_mail,
#btnMail {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    cursor: pointer;
    margin-top: 10px;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.progress {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    background-color: #000;
    opacity: 0.3;
    display: none;
    justify-content: center;
    align-items: center;
}
.progress-inner {    
    /* background-image: url(../images/1487.gif); */
    background-image: url(../images/1496.gif);
    width: 64px;
    height: 64px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;

}

.text-warning {
    color: #ffc107!important;
}

/* dialog */
.dialog {
    overflow: hidden;
    /* position: absolute; */
    position: fixed;
    top: 30%;
    height: auto;
    width: 520px;
    display: none;
    border:1px solid #aaa;
    z-index:1000;
  }
  @media screen and (max-width: 767px) {
    .dialog {
        width: 80%;
    }
  }
  .dialog-header {
    /* border: 1px solid #aaa;
    background: #cccccc; */
    background: white;
    color: #222222;
    /* font-weight: bold; */
    overflow: hidden;
    /* padding:5px; */
    border-bottom: 1px solid #dee2e6;
  }
  .dialog-title {
    /* float: left; */
    text-align: center;
    display: inline-block;
    margin: 10px;
    font-size: 1.2rem;
  }
  .dialog-close {
    /* float: right;
    border: 1px solid #d3d3d3;
    background: #e6e6e6;
    font-weight: normal;
    color: #555555;
    cursor: pointer; */
    
    float: right;
    color: #555555;
    /* background-color: #e6e6e6;
    border-color: #e6e6e6; */
    background-color: #fff;
    cursor: pointer;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    margin: 5px;
/*     
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
  }
  .dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: #fff;
    overflow: auto;
    width: auto;
    height: auto;
  }