.lock {
    overflow:hidden;
}
.modal-content {
    position:absolute;  
    width:600px;
    height:850px;
    padding:10px 20px;
    border:2px solid #aaa;
    background:#fff;
    z-index:1000;
}

.modal-content p {
    margin:0;
    padding:0;
}

.modal-overlay {
    z-index:998;
    position: fixed ;
    top: 0 ;
    left: 0 ;
    right: 0 ;
    bottom: 0 ;
    width: 100%;
    background-color:rgba(0,0,0,0.75);
}

.modal-wrap {
    z-index:999;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
}

.modal-close {
    color:#00f;
    text-decoration:underline;
}

.modal-close:hover {
    cursor:pointer;
    color:#f00;
}
 
.button-link {
    padding: 22px 13px;
    background: #3e7472;
    color: #fff;
    font-size: 36px;
    text-decoration: none;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 3;
}
 
.button-link:hover {
    cursor: pointer ;
}
.how-to-use {
    width: 100%;
    height: 20%;
}
.how-to-use > p {
    font-size: 15px;
}
.how-to-use > p.title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
div.transportation-service-org {
    position: relative;
    top: 42px;
    padding: 10% 1%;
    width: 100%;
    height: 30px;
    border: 2px solid #3e7472;
    margin-bottom: 2px;
}
div.inner-transportation-service-org {
    padding: 8% 1%;
    width: 100%;
    height: 86%;
    position: absolute;
    top: 0%;
    left: 0%;
}
div.inner-transportation-service-org div:first-child > span {
    font-size: 13px;
    font-weight:bold;
    color: #3e7472;
    position: absolute;
    top: 22px;
    left: 10px;
}
div.inner-transportation-service-org div:last-child {
    position: absolute;
    bottom: 0;
    left: 20%;
}
div.inner-transportation-service-org div:last-child > span {
    font-size: 13px;
}
div.service-link-list {
    width: 80%;
    height: 85%;
    position: absolute;
    top: 12%;
    right: 0%;
    z-index: 1;
}
div.service-link-list ul:first-of-type {
    width: 100%;
    height: 44%;
    text-align:left;
    margin-bottom:0;
}
div.service-link-list ul:last-of-type {
    height: 35px;
    text-align:left;
}
div.service-link-list ul > li {
    display: inline;
    position: relative;
    top: 2px;
}
div.service-link-list a {
    padding: 3px 12px;
    background: #fff;
    border: 2px solid #3e7472;
    border-radius: 7px;
    color: #3e7472;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}
div.wrap-body-part {
    position: relative;
    width: 100%;
    height: 60%;
    margin-top: 15px;
}
div.search-calc-board {
    position:absolute;
    top: 0%;
    left: 0%;
    width: 255px;
    height: 525px;
    display: flex;
    align-items: center;
    border: 2px solid #3e7472;
}
div.search-calc-board div:first-child {
    width:100%;
    height:50px;
    position: absolute;
    top: 1%;
    left: 0%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    clear: right;
}
div.search-calc-board div:first-child a {
    width: 60px;
    height: 35px;
    position: relative;
    bottom: 2px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background: #3e7472;
    text-decoration: none;
    border-radius: 7px;
    margin-left: 5px;
    display: block;
    float: right;
    text-align: center;
    line-height: 35px;
    box-shadow: 0 3px 0 0 #2e5d5b;
}
div.search-calc-board div:first-child a:hover {
    background:#2e5d5b;
}
div.search-calc-board input {
    width: 170px;
    height: 35px;
    font-size: 19px;
    padding-right: 15px;
}
div.expectation-result-area {
    position:absolute;
    top: 0%;
    right: 0%;
    width: 300px;
    height: 525px;
    border: 2px solid #3e7472;
}
/* OverRide */
div.over-decide-button-style {
    position:absolute;
    bottom: -85px;
    left: 185px;
}
div.search-button-style > a {
    padding: 5px 70px;
    background: #efa311;
    border: 2px solid #c36900;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 2px 0 0 #c36900;
    font-size: 20px;
}
.btn_disable a {
    background: #cccccc !important;
    border-color: #a0a0a0 !important;
    box-shadow: 0 2px 0 0 #a0a0a0 !important;
}
div.search-button-style > a:hover {
    background: #c36900;
}
div.modal-content > header {
	background-color: #ffffff;
    color: #3e7472;
    font-size: 30px;
    height: 193px;
    line-height: 10px;
    padding: 0;
    box-shadow: none;
}
input[type="search"]{
    margin-top: 16px;
    padding-left: 2px;
}