@charset "UTF-8";

/* ========================================
このファイルはSassで生成されています。
直接編集しないでください。
========================================= */
#designselect dl:after,
#designselect dl dd div:after,
.flowstep:after {
    content: "";
    display: table;
    clear: both;
}

#mNav {
    background: #89c3eb;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 1.5em;
}

#mNav .container {
    display: -webkit-flex;
    display: flex;
}

#mNav .container h2 {
    margin: 0;
    margin-right: auto;
    padding: 1em 0;
    color: #fff;
}

#mNav .container ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin: 0;
}

#mNav .container ul li a {
    display: block;
    margin: .35em .1em 0;
    padding: 1em 1.5em .85em;
    border-radius: 4px 4px 0 0;
    border: 1px solid transparent;
    color: rgba(0, 0, 0, 0.3);
    height: 61px;
}

#mNav .container ul li a:before {
    font-family: ppctools;
    display: inline-block;
    line-height: 1;
    font-size: 1em;
    font-weight: normal;
    font-size: 2em;
}

#mNav .container ul li a[href*="base"]:before {
    content: "\e90e";
}

#mNav .container ul li a[href*="design"]:before {
    content: "\e90f";
}

#mNav .container ul li a[href*="page"]:before {
    content: "\e910";
}

#mNav .container ul li a:hover,
#mNav .container ul li a.current {
    background: #FAFAFA;
    color: #697FE0;
    border-color: #e0e0e0;
    border-bottom-color: #FAFAFA;
}

#mNav .container ul li.newsite a.btn,
#mNav .container ul li.importsite a.btn,
#mNav .container ul li.importsite a.all_export {
    background-image: -webkit-linear-gradient(top, #ffea00 0%, #fbca4d 100%);
    background-image: -o-linear-gradient(top, #ffea00 0%, #fbca4d 100%);
    background-image: linear-gradient(to bottom, #ffea00 0%, #fbca4d 100%);
    background-repeat: repeat-x;
    border-color: #fbca4d;
    height: auto;
    margin-top: .9em;
    padding: .3em 1.2em 1em 1em;
    border-radius: 4px;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border-color: #fbca4d;
    transition: .3s;
}

#mNav .container ul li.importsite a.btn {
    background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #ececec 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 0%, #ececec 100%);
    background-image: linear-gradient(to bottom, #f4f4f4 0%, #ececec 100%);
    background-repeat: repeat-x;
    border-color: #eee;
    padding: 0.9em 1.2em 0.9em 1em;
}
#mNav .container ul li.importsite a.all_export{
    background-image: -webkit-linear-gradient(top, #2d96ff 0%, #097dff 100%);
    background-image: -o-linear-gradient(top, #2d96ff 0%, #097dff 100%);
    background-image: linear-gradient(to bottom, #2d96ff 0%, #097dff 100%);
    background-repeat: repeat-x;
    border-color: #4e99eb;
    color: #fff;
    padding: 0.6em 1.2em 0.8em 1em;
}
}

#mNav .container ul li.newsite a.btn:hover,
#mNav .container ul li.newsite a.btn:focus {
    color: #1a1a1a;
    background: #F1EDCB;
    background-repeat: repeat-x;
}
#mNav .container ul li.importsite a.btn:hover,
#mNav .container ul li.importsite a.btn:focus {
    background: #fff;
    background-repeat: repeat-x;
}
#mNav .container ul li.importsite a.all_export:hover,
#mNav .container ul li.importsite a.all_export:focus {
    background: #3e9eff;
    background-repeat: repeat-x;
}

#mNav .container ul li.newsite a.btn.btn[href*="base"]:before {
    content: "\e912";
    padding: 8px 4px 0 0;
    font-size: 14px;
}

#mNav .container ul li.newsite a.btn.btn[href*="users"]:before {
    content: "\e907";
    padding: 8px 4px 0 0;
    font-size: 14px;
}

footer .copyright {
    text-align: center;
}

/* 一覧 */
.sitelist {
    display: -webkit-flex;
    display: flex;
    margin: 0;
    border-bottom: 1px solid #ccc;
}

.sitelist.userslist {
    justify-content: space-between;
}

.sitelist:first-of-type {
    border-top: 1px solid #ccc;
}

.sitelist dt {
    -webkit-flex: 1;
    flex: 1;
    font-weight: 500;
    padding: 1em;
}

.sitelist.userslist dt:first-child {
    width: 12em;
    flex: inherit;
}

.sitelist.userslist dd:first-of-type {
    width: auto;
    flex: 1
}

.sitelist.userslist dd:nth-of-type(2) {
    width: 12em;
    text-align: center;
}

.sitelist.userslist dd:nth-of-type(3) {
    width: 12em;
    text-align: center;
}

.sitelist.userslist dd:nth-of-type(4) {
    width: 10em;
    text-align: center;
}

.sitelist dd {
    padding: 1em;
}

.sitelist dd.tools {
    padding: .5em;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.sitelist dd.tools ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
}

.sitelist dd.tools ul li {
    margin: 0 1em;
}

.sitelist dd.tools ul li:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.sitelist dd.tools ul li a {
    display: inline-block;
    padding: .4em .5em .3em;
}

.sitelist dd.tools ul li a:hover {
    color: #555555;
}

.sitelist dd.tools ul li a span {
    display: none;
}

.sitelist dd.tools ul li a:before {
    font-family: ppctools, ppctools2, icomn;
    display: inline-block;
    line-height: 1;
    font-size: 1em;
    font-weight: normal;
    font-size: 1.5em;
    content: ' ';
}

.sitelist dd.tools ul li a[href*="page"]:before {
    content: "\e910";
}

.sitelist dd.tools ul li a[href*="copy"]:before {
    content: "\e913";
}

.sitelist dd.tools ul li a[href*="download"]:before {
    content: "\e907";
}

.sitelist dd.tools ul li a[href*="export"]:before {
    content: "\e555";
}

.sitelist dd.tools ul li a[href*="preview-link"]:before {
    content: "\e956";
}

.sitelist dd.tools ul li a[href*="delete"]:before {
    content: "\e911";
}

.sitelist_container {
    background-color: #fff;
    border-bottom: 1px dotted #bbb;
}

.sitelist_container dl {
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    margin: 0;
}

.sitelist_container dl dt a,
.sitelist_container dl dd {
    color: #bbb;
}

.sitelist_container dl dt a:hover {
    color: #697FE0;
}

.sitelist_container dl dd.tools {
    padding-left: 5em;
}

ul {
    margin: 0;
}

ul.listhead {
    margin-top: 3em;
    display: -webkit-flex;
    display: flex;
}

ul.listhead.userslist {
    justify-content: space-between;
}

ul.listhead li {
    color: #4C73D1;
    font-size: 1em;
    font-weight: 500;
    width: 7.2em;
    padding: 0.5em 1rem;
    text-align: center;
}

ul.listhead.userslist li {
    width: auto;
}

ul.listhead li:first-child {
    padding-left: 1em;
    text-align: left;
    flex: 1;
}

ul.listhead.userslist li:first-child {
    width: 12em;
    flex: inherit;
}

ul.listhead.userslist li:nth-child(2) {
    width: auto;
    flex: 1;
    text-align: left;
}

ul.listhead.userslist li:nth-child(3) {
    width: 12em;
}

ul.listhead.userslist li:nth-child(4) {
    width: 12em;
}

ul.listhead.userslist li:nth-child(5) {
    width: 10em;
}

/* 基本設定 */
.setting section {
    margin: 0 auto 4em;
    padding: 0 2em 2em;
    background: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #bbbbbb;
    border-radius: 4px 0 0 0;
}

.setting section:first-of-type {
    margin-top: 3em;
}

.setting section .step {
    display: inline-block;
    color: #fff;
    background: #0A3047;
    font-weight: 500;
    border: 1px solid #c8c8c8;
    border-top: none;
    border-left: none;
    border-radius: 2px 0 0 0;
    padding: 0.5em 1em;
    margin-left: -2em;
}

.setting section h3 {
    font-size: 1.2em;
}

.setting section .error-message {
    margin: -.4em 0 .8em 10.8em;
}

.setting input#name {
    width: calc(100% - 12px - 10em);
}

.setting textarea#analytics,
.setting textarea#link {
    min-height: 8em;
}

.setting textarea#html-tokutei-etc {
    min-height: 12em;
}

.setting .note {
    display: block;
    margin-top: -2px;
    color: #888;
    font-size: .76em;
    font-weight: 300;
}

.etc .checkbox {
    width: auto;
}

.etc .checkbox label {
    width: auto;
    float: none;
    display: inline-block;
    margin-top: 3px;
    font-size: .92em;
}

.etc .checkbox label span {
    font-size: .96em;
    color: #7c7c7c;
    font-weight: 300;
}

.etc .checkbox input[type="checkbox"] {
    width: auto;
    margin-right: 3px;
}

.etc textarea {
    margin-top: .5em;
    min-height: 10em;
}

/* デザイン選択  */
#designselect dl {
    display: block;
    margin: 0 auto 2em;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1em;
}

#designselect dl:first-of-type {
    border-top: none;
}

#designselect dl:last-of-type {
    border-bottom: none;
}

#designselect dl dt {
    display: block;
    width: 100%;
    font-size: 1.2em;
    padding: .5em .2em;
    color: #697FE0;
    margin: 0 0 .5em;
}

#designselect dl dd {
    float: left;
    padding: .5em;
    margin-bottom: .5em;
    width: 16.6%;
}

@media screen and (max-width: 756px) {
    #designselect dl dd {
        width: 33.3%;
    }

    /* 追加CSS　*/
    ul.listhead {
        margin-right: 0 !important;
    }

    .sitelist dd {
        padding: 1em 1em 1em 0;
    }

    .sitelist dd.tools {
        padding: .5em 0;
    }

    .sitelist dd.tools ul {
        display: inline;
    }

    ul.listhead.userslist {
        margin-right: 0 !important;
    }

    .sitelist.userslist {
        display: block;
        padding: 1em;
    }

    .sitelist dd {
        display: flex;
    }
}

#designselect dl dd:nth-of-type(5n+1) {
    border-left: none;
}

#designselect dl dd:nth-of-type(5n) {
    border-right: none;
}

#designselect dl dd div {
    padding: .5em;
    background: #fff;
    box-shadow: 0 0 1px 1px #bbbbbb;
    border-width: 3px;
    border-style: solid;
    border-color: transparent;
    border-radius: 1px;
}

#designselect dl dd div.hover,
#designselect dl dd div.selectImg {
    box-shadow: none;
    border-radius: 4px;
    border-color: #697FE0;
    cursor: pointer;
}

#designselect dl dd div label {
    display: block;
    width: 100%;
    margin: .2em 0;
    padding: .5em 0 0;
    border-top: 1px dotted #aaa;
    cursor: pointer;
}

#designselect dl dd div label input[type="radio"] {
    width: auto;
    margin: 0 5px 0 2px;
}

#designselect dl dd div a img {
    width: 100%;
    height: auto;
    border-radius: 1px;
}

/* ページ編集 */
#pageeditor {
    width: 100%;
    border: none;
    margin-top: -1.5em;
}

/*  ログイン　登録   */
.box {
    width: 22em;
    margin: 15px auto 30px;
    border: 1px solid #bbbbbb;
    padding: 2.5em 2em;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}

.box label {
    display: block;
    float: none;
    width: 100%;
    padding: 0 0 .3em;
}

.box .btnarea {
    text-align: center;
    margin: 1em auto 0;
}

.box .btnarea button {
    width: 100%;
    padding: 1.2em 2em;
}

.btnArea_btm {
    text-align: right;
    border-top: 2px dotted #dbdbdb;
    padding: 1em 0;
}

.flowstep {
    width: 100%;
    padding-bottom: 1em;
    border-top: 1px solid #dbdbdb;
    background: #FAFAFA;
}

.flowstep .container li {
    width: 50%;
    margin: 0;
    padding: 0;
}

.flowstep .container li a {
    display: inline-block;
    position: relative;
    width: auto;
    margin: 1em 0;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 3em;
    color: rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 0 white;
}

.flowstep .container li a:hover {
    color: #697FE0;
}

.flowstep .container li a:before,
.flowstep .container li a:after {
    font-family: ppctools;
    display: inline-block;
    line-height: 1;
    font-size: 1em;
    font-weight: normal;
    position: absolute;
    content: "";
    font-size: 3em;
    font-weight: 300;
}

.flowstep .container li.prev {
    float: left;
}

.flowstep .container li.prev a {
    padding: 0 0 0 3.5em;
}

.flowstep .container li.prev a:before {
    top: 0;
    left: 0;
    content: "\e901";
    transform: rotate(180deg);
}

.flowstep .container li.next {
    float: right;
    text-align: right;
}

.flowstep .container li.next a {
    padding: 0 3.5em 0 0;
}

.flowstep .container li.next a:after {
    top: 0;
    right: 0;
    content: "\e901";
}

.regist {
    width: 560px;
    margin: 0 auto;
}

.regist.screen {
    width: 500px;
}

.regist h2 {
    margin: 2em 0 1em;
    font-size: 1.75em;
}

.regist p {
    line-height: 1.8em;
}

.regist .box {
    margin: 2em 0 0 6.5em;
}

.regist article {
    margin-bottom: 1.5em;
}

.regist article h3 {
    margin: 0;
    padding-left: 10px;
    color: #555;
    font-size: 1.2em;
    border-left-width: 7px;
    border-left-style: solid;
    border-left-color: #697FE0;
}

.regist article section {
    margin: 2em 3px;
    padding: 1.5em;
    border: 1px solid #bbb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}

.regist article section dl {
    margin: 2em .5em;
}

.regist article section dl.idps {
    margin: 0 0 1em 0;
    padding-bottom: 5px;
    border-bottom: 1px dotted #bbb;
}

.regist article section dl.idps dt,
.regist article section dl.idps dd {
    line-height: 1.42857;
}

.regist article section dl.idps dt {
    margin: 0.2em .5em;
    padding: 3px 5px;
    background-color: #4c73d1;
    float: left;
    clear: both;
    color: #fff;
    font-size: .84em;
    font-weight: normal;
    border-radius: 2px;
}

.regist article section dl.idps dd {
    margin: .2em .5em;
    line-height: 1.8;
}

.regist article .supo {
    padding: 4px;
}

.regist article .supo dl {
    margin: 0;
    padding: 5px 1px 10px;
    font-size: 1em;
    border-bottom: 1px solid #bbb;
}

.regist article .supo dl dt {
    float: left;
    clear: both;
}

.regist article .supo dl dd {
    color: #697FE0;
}

.u-line {
    text-decoration: underline;
}

.bold {
    font-weight: 500;
}

.red {
    color: #f00;
}

/* 削除 */
.ja_btn_wrap .ja_btn,
.ja_btn_wrap .ja_btn:link,
.ja_btn_wrap .ja_btn:visited {
    background-color: #4c73d1;
    border: 1px solid #4c73d1;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.ja_btn_wrap .ja_btn:hover {
    background-color: #3058ba;
    border-color: #2e55b2;
}

/* メッセージ エラーメッセージ */
.message.success,
.message.error {
    width: 360px;
    margin-top: -214px;
    margin-left: -180px;
    padding: 16px;
    background-color: #fff;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 5px;
    border: 1px solid rgba(105, 127, 224, 0.7);
    -webkit-animation: slideFromTop 0.5s;
    animation: slideFromTop 0.5s;
    overflow: hidden;
    z-index: 9999;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    font-size: 16px;
    color: #697FE0;
}

.message.error {
    color: #697FE0;
}

.message-overlay {
    background-color: rgba(238, 238, 238, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.error-message {
    margin-top: -6px;
    color: #f00;
}

/* ページTOP */
#pageTop {
    position: fixed;
    text-align: center;
    right: 24px;
    line-height: 1.4;
    color: #fff;
    border-radius: 2px;
    background-color: #D6D6D6;
    display: none;
    z-index: +1;
    font-size: 1.4em;
    bottom: 155px;
    width: 2.1em;
    height: 2.1em;
    padding-top: 5px;
    z-index: 2147483647;
}

@media (max-width: 1180px) {
    #pageTop {
        right: 14px;
        bottom: 210px;
    }
}

#pageTop:before {
    font-family: ppctools;
    display: inline-block;
    line-height: 1;
    font-size: 1em;
    font-weight: normal;
    display: block;
    line-height: 1;
    font-size: 1em;
    content: '\e903';
    transform: rotate(270deg);
}

#pageTop:hover {
    text-decoration: none;
    transition: all .3s;
    opacity: .7;
}

#pageTop span {
    display: block;
    font-size: .6em;
    margin-top: -3px;
}

.hid {
    display: none;
}

.splat:after {
    content: "\002a";
    color: red;
    padding-left: 3px;
}

.browser {
    width: 50%;
    margin: 3em auto;
    text-align: center;
}

.browser ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.browser ul li {
    display: block;
    margin: 0 1em .5em;
}

.browser ul li.chrome a:before {
    content: "\e990";
}

.browser ul li.safari a:before {
    content: "\e991";
}

.browser ul li.firefox a:before {
    content: "\e992";
}

.browser ul li.edge:before a {
    content: "\e993";
}

.browser ul li.ie:before a {
    content: "\e994";
}

.browser ul li a {
    display: block;
    font-size: .76em;
    color: #bbb;
}

.browser ul li a:before {
    font-family: 'browsers';
    display: block;
    line-height: 1;
    font-size: 32px;
    font-weight: normal;
    color: #555555;
}

.browser p {
    text-align: center;
    font-size: .86em;
    color: #777777;
}