<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Audiowide&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&amp;display=swap');

/*å…±é€šéƒ¨åˆ†*/
#header {
    z-index: 997;
    transition: all 0.5s;
    padding: 16px 0;
    background: #213b52;
}

@media(min-width:751px) {
    .sp {
        display: none !important;
    }
}

@media(max-width:750px) {
    .pc {
        display: none !important;
    }
}

.sp-message {
    padding: 40px 15px;
    text-align: center;
}

.navbar-brand{
    font-family: 'Audiowide',
    cursive;
    font-size: 24px;
}

h2,h3,h4 {
    font-family: 'Noto Sans JP',
        sans-serif;
    transform: rotate(0.05deg);
}

h2{
    font-size: 18px;
    text-align: center;
    padding: 0.5em;
}

h3{
    font-size: 16px;
}

#step0,#step1,#step2,#step3,#step4,#step5{
    width: 80%;
    padding: 0.5em 1em;
    margin: 2em auto;
    font-weight: bold;
    /*æ–‡å­—è‰²*/
    background-color: #FFF;
    border: solid 4px #838383;
    /*ç·š*/
    border-radius: 10px;
    /*è§’ã®ä¸¸ã¿*/
}

.dropdown-menu{
    z-index: 10;
}

.btn-type{
    width: 100%;
    height: 5vw;
    padding: 0.5em 1em;
    margin: 1em auto;
}

.btn-next,.btn-skip{
    padding: 0.5em 1em;
    cursor: pointer;
}

.choice-mode{
    height: 35vw;
}

.form-control,.sample-image{
    padding: 0.5em 1em;
    margin-top: 1em;
}



.center{
    margin: 1em auto;
}

input[type="checkbox"] {
    transform: scale(1.5);
}

.modal-footer &gt; p {

    margin: 0;
}

.dropdown{
    margin:auto;
    margin-left: 0.5em; 
}

.dropdown-index {
    margin: auto;
    margin-left: 0.5em;
    margin-top: 1em;
    padding: 0.5em 0em;
}


.catchcopies{
/*    margin-top: -1.5em;*/
    margin-top: -1.0em;
}

.dropdown-toggle {
    width: 10em;
}

.card-body &gt; input[type="checkbox"] {
    transform: scale(1.8);
    position: absolute;
    right: 0%;
    top: 0%;
    margin: 10%;
   
}

.btn-back{
    width:15%;
    height:3vw;
    border-style: none;
    border-radius: 0.25rem;
}

textarea {
    resize: none;
    width: 20em;
    height: 4em;
}

.result_input_text{
    height: 6em;
    width: 24em;
}

/*
.row .step-header{
    width: 100vw;
    height: 10%;
    margin: 0 calc(100% - 50vw);
    background: #EECE34;
    
}
*/
#svg_list{
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 1vw;
    background-color: #fff;
    background-clip: border-box;
}

#svg_list&gt;h4{
    margin: 1vw;
}

.fluid-box {
    width: 98vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f8f9fa;
}

.fluid-box-inner {
    margin: 0 auto;
}

.preview-button{
    margin-top: 1vw;
}

#mail_error {
    color: #ff7676;
}

#svg_result{
    text-align: center;
}

.sp-fixed {
    background: rgba(33, 59, 82,0.7);
    height: 3vw;
    position: sticky;
    bottom: 0;
    left: 0;
    padding:10px 0px;
}

.empty{
    height:5vw;
}

.fixed-bottom{
    z-index: 0;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;

}

.btn-circle.btn-xl {
    width: 120px;
    height: 120px;
    padding: 6px 3px;
    border-radius: 60px;
    font-size: 24px;
    line-height: 1.33;
    box-shadow: 0px 0px 4px 4px rgba(255, 255, 255, 0.85);
    transform: translate(0vw, -4vw)
}

.dl-icon,.reload-icon{
    font-size: 48px;
    cursor: pointer;
    cursor: hand;
}


.balloon-right {
    position: relative;
    display: inline-block;
    margin: 1.5em 15px 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 120%;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    background: #e0edff;
    height: 4vw;
    border-radius:8px;
    transform: translate(0vw, -4vw)
}

.balloon-right:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #e0edff;

}

.balloon1-right p {
    margin: 0;
    padding: 0;
}

.px-div{
    border:2px solid #213b52;
    background-color: #f8f9fa;
    border-radius:2vw;
    width:auto;
    padding: 0.5vw 10px;
}

.px-div input[type="checkbox"] {    
    margin-left: 0.5vw;
}


/*ç”»é¢ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³é–¢é€£*/
.hide {
    transition: 1s;
    opacity: 0;
    /*visibility: hidden;*/
    display: none;
    pointer-events: none;
}

.appear {
    padding: 0.5em 1em;
    transition: 1s;
    opacity: 1;
    /*visibility: visible;*/
    display: flex;
    animation-name: fadeup;
    animation-duration: 0.8s;
}

.none{
    display: none
}


@keyframes fadeup {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.color{
    display: inline-block;
    height: 180px;
    box-sizing: border-box;
}

svg{
    /*padding: 0.5rem 1rem;*/
}

.btn-preview-generate{
    padding: 0.5em 1em;
    margin: 1em auto;
    width:50%
}

#upload_img{
    margin: 10px auto;
    height: 20vw;
    max-width: 100%;
    background-color: #FFF;
    border: solid 1px #838383;
}

/*ã‚¢ãƒƒãƒ—ãƒ­ãƒ¼ãƒ‰form*/
form {
    margin: 10px auto;
    height: 20vw;
    /*width: 80%;*/
    background-color: #e5e5e5;
    box-shadow: 0 0 2px #3e3e3e;
    padding: 30px;
    text-align: center;
}

.upload-area {
    margin: auto;
    width: auto;
    height: 100%;
    position: relative;
    border: 1px dotted rgba(0, 0, 0, .4);
}

.upload-area i {
    position: absolute;
    font-size: 65px;
    opacity: .1;
    width: 100%;
    left: 0;
    top: calc(100%/5);
}

.upload-area p {
    width: 100%;
    position: absolute;
    opacity: .8;
}

#input-main,#input-sub {
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
/*pregreebar*/
#progress{
    width: 80%;
    height: 4vw;
}

#result_progress{
    width: 80%;
    height: 4vw;
}

#loading_message{
    font-size: larger;
}

#download_progress{
    width: 80%;
    height: 4vw;    
}

/*spinner*/
#overlay{
    top: -1px;
    left: -1px;
    width: 100%;
    /*height: 100%;*/
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

/*result*/
.svg_body{
    border: 1px solid #c3c3c3;
}

.fa-question-circle{
    color:#0d6efd
}</pre></body></html>