@charset "UTF-8";

#setting-error-settings_updated {
    box-shadow: 0 0 10px #999;
    border: 0;
    margin: 1%;
}

#setting-error-settings_updated > p {
    font-size: 16px;
    text-align: center;
}

#wpcontent {
    padding: 0 !important;
}

::-webkit-scrollbar {
    overflow: hidden;
    width: 9pt;
    max-width: 1vw;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc
}

::-webkit-scrollbar:horizontal {
    height: 5px
}

::-webkit-scrollbar-button {
    display: none
}

::-webkit-scrollbar-piece,
::-webkit-scrollbar-piece:start {
    background: #eee
}

::-webkit-scrollbar-corner,
::-webkit-scrollbar-thumb {
    overflow: hidden;
    border-radius: 30px;
    background: #ffda73;
}

.button-primary:hover {
    background-color: #fff !important;
    color: #ff9b04 !important;
    border: 3px dotted #ff9b04 !important;
    -webkit-transition: 1s;
    transition: 1s;
}

.english:lang(ja),
.updated.fade,
.panel:checked + label {
    display: none;
}

.notice-dismiss:before {
    font-size: 30px;
    line-height: 1em;
}

body {
    font-family: arial, roboto, "droid sans", "游ゴシック", yugothic, "ヒラギノ角ゴ pron w3", "hiragino kaku gothic pron", "メイリオ", meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    line-height: 1.6;
    font-size: 14px;
    color: #222;
}

h3 {
    font-size: 1.5em;
    border-bottom: 2px solid #555;
    padding-bottom: 3px;
    margin-top: 5px;
}

h4 {
    font-size: 1.2em;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    margin: 15px 0 5px;
    padding: 10px 0;
}

h5 {
    font-size: 1.1em;
    border-bottom: 1px dotted #555;
    margin: 5px 0 15px;
    padding: 1px;
}

input[oo="on-off"] + div,
input[oo="on"] + div {
    opacity: 0;
    height: 0;
    -webkit-transition: 1s;
    transition: 1s;
    overflow: hidden;
    position: relative;
    top: 50px;
}

input[oo="on-off"]:checked + div,
input[oo="on"]:checked + div {
    opacity: 1;
    height: auto;
    top: 0px;
}

label input[type="checkbox"] {
    width: 62px;
    height: 22px;
    border: 0;
    box-shadow: 0 0 0 !important;
    background-color: transparent;
    margin: 5px;
}

input[type="radio"] {
    width: 25px;
    height: 25px;
    font-size: 30px;
    border-radius: 5px;
}

label input[type=checkbox]:active:before {
    -webkit-transition: .5s;
    transition: .5s;
    letter-spacing: 500px;
    text-align: center;
}

label input[type=checkbox]:before {
    content: "off";
    background-color: #54b8ff;
    box-shadow: 0 2px 0px #8fcdff;
}

label input[type=checkbox]:before,
label input[type=checkbox]:checked:before {
    font-weight: bolder;
    font-size: 20px;
    line-height: 1;
    width: 60px;
    height: 20px;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    float: left;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: 1s;
    transition: 1s;
    position: relative;
    top: -3.5px;
    font-family: arial, roboto, "droid sans", sans-serif;
    overflow: hidden;
    margin: 0;
    padding: 1px;
}

label input[type=checkbox]:checked:before {
    content: "on";
    background-color: #e64a52;
    box-shadow: 0 2px 0px #ffc5c0;
}

input[type=radio]:before {
    width: 0;
    height: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    content: "";
    color: transparent;
    margin: 0;
}

input[type=radio]:checked:before {
    background: #3acbd2;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    margin: 7px;
}

label {
    display: block;
    margin: 10px 0;
}

label.panel {
    display: inline-block;
    box-shadow: 0 0 5px #555;
    padding: 10px 5px;
}

input[oo="on-off"] {
    border: 0;
    box-shadow: 0 0 0 !important;
    background-color: transparent;
    margin: 20px 5px;
    width: auto;
    line-height: 1;
}

input[oo="on-off"]:before,
input[oo="on-off"]:checked:before {
    width: 120px !important;
    height: 20px !important;
    content: "設定を開く";
    background-color: #FFB735;
    padding: 5px 10px !important;
    color: #fff;
    font-size: 18px !important;
    font-weight: bold !important;
    border-radius: 3px;
    box-shadow: 0 3px 1px #999;
    margin: 0 !important;
    float: left;
    font-family: -webkit-pictograph;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

input[oo="on-off"]:checked:before {
    content: "設定を閉じる";
    background-color: #52FF78;
}

input[oo="on-off"]:active:before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    box-shadow: none;
}

input[oo="on"] {
    width: 44px;
    height: 22px;
    border-radius: 10px;
    border: 0.5px solid #CCCCCC;
    box-sizing: content-box;
    box-shadow: 0 0 3px #999;
}

input[oo="on"]:before,
input[oo="on"]:checked:before {
    content: "";
    display: inline-block;
    line-height: 0;
    width: 20px;
    height: 20px;
    background-color: #ccc;
    margin: 1px;
    border-radius: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    float: left;
    box-shadow: inset 0 0 1px #fff;
    border-radius: 10px;
}

input[oo="on"]:checked:before {
    content: "";
    margin-left: 23px;
    background-color: #00ACFF;
}

@media screen and (max-width: 782px) {
    .wrap {
        margin: 0 !important;
    }
}

@media screen and (min-width: 900px) {
    #subfix {
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 99999;
        box-shadow: 0 0 20px #999 !important;
        min-width: 300px;
    }
    .button-primary {
        min-height: 50px;
    }
}