* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Lato', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

img {
    max-width: 100%;
}

.wrap {
    max-width: 740px;
    margin: 0 auto;
}

.inner {
    padding: 0 2%;
}

.cen {
    text-align: center;

}

.right {
    text-align: right;

}

.mt {
    margin-top: 40px;
}

.mb {
    margin-bottom: 40px;
}

hr {
    border: 0 solid #ffffff;
    border-bottom: 1px solid #9b4dca;
    margin: 5px auto;
}

input[type=checkbox],
input[type=radio] {
    transform: scale(1.7);
}

textarea {
    min-height: 10em;
}

.flexc {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.header_logo {
    max-width: 100px !important;
    height: auto;
}

.col3_flex {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.col3_flex li {
    width: 33%;

}

.file_up_zone {
    list-style: none;
    text-align: center;
}

.file_up_zone a {
    display: block;
    width: 100%;
    height: 200px;

    position: relative;
    overflow: hidden;
    border: 1px dotted #cccccc;
    border-radius: 10px;
}

/*
.file_up_zone a:after {
    display: inline-block;
    width: 100%;
    height: 23px;
    content: "noimage";
    position: relative;
    margin: auto auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}*/

.file_up_zone img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    max-width: none;
    z-index: 1;
}

.file_up_zone input[type=file] {
    display: none;
}

.fileup_btn {
    background-color: #9b4dca;
    border: 0.1rem solid #9b4dca;
    border-radius: .4rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    height: 3.8rem;
    letter-spacing: .1rem;
    line-height: 3.8rem;
    padding: 0 1.0rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.fileup_btn .fa-upload {
    margin-right: 5px;
}

.file_up_zone .del_btn {
    font-size: 10px;
    padding: 0 1rem;
    margin-top: 10px;
}

.head {
    margin-top: 20px;
}

.ssl_logo {
    margin-top: 100px;
    margin-bottom: 20px;
}

.ssl_logo img {
    width: 20%;
}

.pointdiv {}

.bigger {
    font-size: 140%;
    font-weight: bold;
}

.button {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #9b4dca;
    border: 0.1rem solid #9b4dca;
    border-radius: .4rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    height: 3.8rem;
    letter-spacing: .1rem;
    line-height: 3.8rem;
    padding: 0 3.0rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 1.4rem;
    height: 4.5rem;
    line-height: 4.5rem;
    padding: 0 2rem;
}

.iziModal .iziModal-header {
    background: #9b4dca !important;

}


#animated-example {
    border: 5px solid #9b4dca;
    height: 200px;
    margin: 20px auto;
    width: 300px;
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    color: #9b4dca;
    font-weight: bold;
    line-height: 200px;
    font-size: 40px;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1);
    }
}

.bounceIn {
    animation-name: bounceIn;
}

input::-webkit-input-placeholder {
    color: #bcbcbc;
}


.user_history {
    overflow: auto;
    /*tableをスクロールさせる*/
    white-space: nowrap;
}

.user_history::-webkit-scrollbar {
    /*tableにスクロールバーを追加*/
    height: 5px;
}

.user_history::-webkit-scrollbar-track {
    /*tableにスクロールバーを追加*/
    background: #F1F1F1;
}

.user_history::-webkit-scrollbar-thumb {
    /*tableにスクロールバーを追加*/
    background: #BCBCBC;
}

.left_side {
    width: 20%;
    max-width: 300px;
    position: relative;
    border-right: 1px solid #9b4dca;
    padding: 10px;
    box-sizing: border-box;
}

.main_side {
    width: 100%;
    position: relative;
    border-right: 1px solid #9b4dca;
    padding: 10px;
    box-sizing: border-box;
}

.wrap_flex {
    display: flex;
    justify-content: space-between;
}

.done_form {
    margin: 0;
}

.done_form input[type='submit'] {
    height: auto;
    margin-bottom: 0;
}

@media screen and (max-width:764px) {
    .file_up_zone a {
        display: block;
        width: 100%;
        height: 115px;
        position: relative;
        overflow: hidden;
        border: 1px dotted #cccccc;
        border-radius: 10px;
    }

}


/*overlay*/

.overlay,
.overlay::before,
.overlay::after {
    position: fixed;
    top: 0;
    z-index: 2;
    height: 100%;
}

.overlay {
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s linear;
}

.overlay::before,
.overlay::after {
    left: 50%;
    content: '';
    width: 200%;
    margin-left: -100%;
    background: rgba(0, 0, 0, .45);
    transform: skewX(-30deg) translateX(-100%);
    transition: transform .3s linear .3s;
}

.overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.overlay.is-open::before {
    transform: skewX(-30deg) translateX(0);
    transition: transform .3s linear;
}

.overlay.is-open::after {
    transform: skewX(-30deg) translateX(0);
    transition: transform .3s linear .15s;
}

.overlay-close {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10;
    padding: 1em 2.5em;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #222;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    transition: .2s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*add201809*/

label.title {
    opacity: 0.8;
}

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    font-size: 16px;
}

/* stepbar */

.stepBar {
    display: flex;
    max-width: 400px;
    position: relative;
    margin: 20px auto;
    text-align: center;
}

.stepBar li {
    font-size: 12px;
    list-style: none;
    position: relative;
    width: 33.333%;
}

.stepBar li:after {
    background: #e5d0f9;
    content: "";
    width: calc(100% - 24px);
    height: 4px;
    position: absolute;
    left: calc(-50% + 12px);
    top: 10px;
}

.stepBar li:first-child:after {
    display: none;
}

.stepBar li span {
    background: #e5d0f9;
    color: #ffffff;
    display: inline-block;
    height: 24px;
    margin-bottom: 5px;
    line-height: 24px;
    width: 24px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.stepBar .visited:after {
    background: #9b4dca;
}

.stepBar .visited span {
    background: #9b4dca;
}

/* stepbar */

#err_v_message {
    color: #9b4dca;
}

#err_v_message span.focus {
    color: #9b4dca;
    text-decoration: underline;
}


.bigicon {
    font-size: 500%;
}

.sticon {
    color: darkorchid;
}


/**donate*/

#payjp_checkout_box {
    text-align: center;
}

#payjp_checkout_box input[type=button] {
    height: auto;
    font-size: 120% !important;
    background-image: linear-gradient(#be35e6 0, #a431d3 48%, #9325c7 100%) !important;
    border: 1px solid #b12fdc !important;
}
