@charset "UTF-8";

.box-default .btn_redborder {
    font-size: 1.4rem;
    margin: 20px auto 0;
    max-width: 300px;
}

.box-default .btn_redborder a {
    background-color:  #000;
    color: #fff;
    display: block;
    padding: 15px 40px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.box-default .btn_redborder a::before {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 6px 0 6px 7px;
    bottom: 0;
    content: "";
    height: 0;
    left: 15px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
}

.box-default .btn_redborder a:hover {
    opacity: .7;
}

.box-default .btn_redborder a:hover::before {
    border-color: transparent transparent transparent #fff;
}

.designModal {
    font-size: 14px;
}

@media (min-width: 576px) {
    .designModal .modal-dialog,
    #Warning .modal-dialog {
        max-width: 680px;
    }
}

.designModal .close {
    font-size: 2.5rem;
}

#loginModal .modal-header,
#registerModal .modal-header {
    padding: 15px;
    background: #f2f2f2;
    margin-bottom: 20px;
}

.designModal .modalError {
    text-align: center;
    color: #ed6d0f;
    padding-bottom: 12px;
    display: block;
}

#loginModal.modal-title,
#registerModal.modal-title {
    font-size: 2.0rem;
    font-weight: bold;
}

.designModal label {
    line-height: 1.8rem;
    padding: 1% 0 2%;
    font-weight: bold;
}

.designModal .form-control {
    line-height: 1.8rem;
    font-size: 1.5rem;
}

.designModal h4 {
    font-weight: bold;
    border-bottom: none;
    margin-bottom: 10px;
    color: rgba(0,0,0,.65);
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    font-size: 27px;
    line-height: normal;
    text-align: center;
}

.designModal p {
    color: #666;
    margin: 5px;
    font-size: 16px;
    line-height: normal;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    max-width: calc(100% - 20px);
    overflow-wrap: break-word;
}

.designModal .btn {
    width: 250px;
    margin: 25px auto;
    display: block;
    font-size: 14px;
    height: 60px;
}

.designModal .btn:nth-of-type(2) {
    margin-top: 0;
}
#confirmationModal {
    text-align: center;
}

#confirmationModal .alert {
    font-size: 17px;
    font-weight: 500;
}

#confirmationModal .btn {
    display: inline-block;
    font-weight: 500;
    height: 50px;
    width: 150px;
}

#confirmationModal .btn:nth-of-type(2) {
    margin-left: 20px;
    margin-top: 25px;
}

.designModal .blue-btn {
    color: #fff;
    border: solid 3px #000;
    background: #000;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    display: block;
    padding: 15px 40px;
    position: relative;
}

.designModal .blue-btn:hover {
    opacity: .7;
}

.designModal .red-btn {
    background-color: #ffd900;
    color: #000;
    border: solid 4px #ffd900;
}

.designModal .red-btn:hover {
    opacity: .7;
}

.designModal .form-content {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.designModal .alert-success {
    padding: 13px 16px;
    font-size: 20px;
}

#saveModal p,
#successModal p {
    margin: 15px 0 5px;
}
#successSimulatorModal p {
    margin: 15px 0 5px;
}

#Warning {
    padding: 25px;
}

#Warning .modal-body {
    text-align: center;
}

#Warning .alert-danger {
    padding: 13px 16px;
    font-size: 17px;
    margin: 0 0 25px;
}

#Warning .btn {
    display: inline-block;
    margin: 0 10px;
    font-size: 14px;
    padding: 15px 40px;
    font-weight: 600;
    width: 155px;
}

#successModal i {
    color: #4caf50;
    padding: 20px;
}
#successSimulatorModal i {
    color: #4caf50;
    padding: 20px;
}

#successModal a {
    padding: 15px 40px;
}
#successSimulatorModal a {
    padding: 15px 40px;
}

.layer_contents{
    width:100%;
    height: 100%;
}

@media(max-width:767px) {
    .layer_contents{
        margin: 0 auto;
    }
}

#clipModal p {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.9;
}

#clipModal .copyTarget-wrapper {
    padding: 40px 0;
}

#clipModal #copyTarget {
    border: 3px solid #ed6d0f;
    color: #ed6d0f;
    font-size: 1.956rem;
    font-weight: 500;
    margin-right: 15px;
    padding: 14px 25px;
}

#clipModal .tooltip-wrapper {
    position: relative;
    display: inline-block;
}

#clipModal .tooltip-wrapper .tooltiptext {
    visibility: hidden;
    width: 190px;
    background-color: #555;
    color: #fff;
    font-weight: normal;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    bottom: 85%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
}

#clipModal .tooltip-wrapper .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

#clipModal .tooltip-wrapper:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#clipModal .clipboard-btn {
    background-color: #ffd900;
    border: solid 3px #ffd900;
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: 55px;
    margin: 25px auto;
    width: 150px;
}

#clipModal .clipboard-btn:hover {
    opacity: .7;
}

#clipModal .red-btn {
    padding: 15px 40px;
}

.fpd-input-back-search>.fpd-input-search {
    width: calc(100% - 2.1pc) !important;
}

@media (max-width: 568px) {
    .fpd-container>.fpd-main-wrapper {
        min-height: unset !important;
        padding-top: 100%;
    }
}

.fpd-tool-font-family>.fpd-icon-arrow-dropdown {
    margin-top: -21px;
}

.fpd-navigation>div,
.fpd-draggable-dialog>.fpd-dialog-head {
    background-color: #c6c6c6;
    border: 1px solid #c6c6c6;
}

.fpd-navigation>div:hover {
    background: rgba(0,0,0,.2);
}

.fpd-navigation>div.fpd-active {
    background: #fff;
}

.fpd-actions-wrapper>.fpd-action-btn>span.fpd-icon-reset {
    font-size: 19px;
}

.fpd-actions-wrapper.fpd-pos-right>.fpd-action-btn:last-child:before {
    content: "ALL";
    display: block;
    font-size: 6px;
    line-height: 7px;
    position: relative;
    top: -1px;
}

.fpd-icon-reset:before {
    content: "\f0e2";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.fpd-actions-wrapper.fpd-pos-right>.fpd-action-btn:last-child span.fpd-icon-reset:after {
    padding-top: 2px;
}

.fpd-container textarea {
    font-size: 14px;
}

.fpd-pos-top>.fpd-action-btn {
    height: 52px;
    padding: 5px 0px 0px 2px;
    width: 65px;
}


.fpd-actions-wrapper.fpd-pos-right>.fpd-action-btn {
    height: 55px;
    padding: 5px 0px 0px 2px;
    width: 55px;
}

[class^=fpd-icon-]:after {
    font-size: 10px;
    display: block;
    line-height: 1;
    padding-top: 9px;
}

span.fpd-icon-undo:after {
    content: "戻る";
}

span.fpd-icon-redo:after {
    content: "進む";
}

span.fpd-icon-zoom-in:after {
    content: "ズーム";
}

span.fpd-icon-reset:after {
    content: "リセット";
}

.fpd-element-toolbar-smart span.fpd-icon-reset:after {
    content: "";
}

.fpd-element-toolbar-smart {
    max-width: none;
}

span.fpd-icon-preview-lightbox:after {
    content: "プレビュー";
}

.fpd-manage-layers-panel .fpd-list-row>div.fpd-cell-2>span:first-child {
    font-size: 21px;
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
}

.fpd-icon-reorder:before {
    content: "\e2e6";
}
