@charset "UTF-8";

.box-default .btn_grayborder {
    font-size: 100%;
    margin: 20px auto 0;
    max-width: 300px;
}

.box-default .btn_grayborder a {
    border: solid 3px #666;
    color: #666;
    display: block;
    padding: 15px 40px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.box-default .btn_grayborder a::before {
    border-color: transparent transparent transparent #666;
    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_grayborder a:hover {
    background: #666;
    border-color: #666;
    color: #fff;
}

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

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

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

#clipModal #copyTarget {
    font-size: 1.956rem;
    padding: 14px 25px;
}

.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: #212a2f;
    border: none;
}

.fpd-navigation>div.fpd-active {
    background-color: #f4f4f4 !important;
}

.fpd-mainbar .fpd-content {
    background: #f4f4f4;
}

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

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

.fpd-topbar .fpd-navigation>div {
    padding: 0 15px;
}

@media (min-width: 568px) {
    .fpd-topbar .fpd-navigation>div {
        padding: 0 20px;
    }
}

.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-icon-reorder {
    transform: rotate(90deg);
}

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

.fpd-container .fpd-btn {
    background-color: #fcc325;
}

.design-types {
    margin: .5rem;
}

.design-types button {
    background-color: #fff;
    border: 1px solid #666;
    border-radius: .2rem;
    padding: .2rem 1rem .3rem;
    margin-left: .5rem;
}

.design-types button.btn-primary {
    background-color: #fcc325;
}

.fpd-icon-photo::before {
    content: '\e60a';
}

.fpd-icon-design-library::before {
    font-family: 'Font Awesome 5 Free';
    font-size: 0.9em;
    font-weight: 900;
    content: '\f5bf';
}

body .sp-container .sp-palette .sp-thumb-el, body .sp-container .sp-palette .sp-thumb-inner {
    border-radius: 0;
    margin: 0px;
}

.fpd-element-toolbar-smart .sp-palette .sp-thumb-el>.sp-thumb-inner {
    border-radius: 0;
}

body .sp-container .sp-palette .sp-palette-row {
    display: flex;
}