/* page css */

.page section#main {
    margin-left: 25px;
    margin-right: 25px;
    padding: 100px 20px;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    width: 90%;
    max-width: 1160px;
    min-height: 650px;
    box-sizing: border-box;
}

div.circle1 {
    background: #f5c737;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: -30px;
}

div#pageHeader {
    text-align: center;
}

h1.pageH1 {
    font-size: 30px;
    color: #fff;
    padding: 0 10px;
    border-bottom: 5px solid #fff;
    display: inline-block;
    margin: 0 auto 40px auto;
    padding-bottom: 10px;
    line-height: 1.1em;
}

p.pageP {
    font-size: 12px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #fff;
}

div.pageImg {
    width: 50px;
    max-width: 200px;
    position: absolute;
    left: 10px;
    top: 10px;
}

div#pageContents {
    margin-left: 10px;
    padding-right: 10px;

}

div#pageContents h2 {
    position: relative;
    width: 100%;
    font-size: 20px;
    margin-bottom: 50px;
}

div#pageContents h2:before {
    position: absolute;
    bottom: -14px;
    left: 0;
    content: "";
    background: url(../img/bgLine.png);
    height: 6px;
    width: 100%;
    display: block;
}

div#pageContents h2:after {
    position: absolute;
    bottom: -14px;
    left: 0;

    content: "";
    background: #000;
    height: 6px;
    width: 80px;
    display: block;
}

div#pageContents p {
    margin-bottom: 20px;
}

div#pageContents p.alignc {
    padding-top: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

span#condi {
    color: orangered;
    font-weight: bold;
}

@media only screen and (min-width:980px) {
    .page section#main {
        margin-left: 50px;
        margin-right: 50px;
    }
}

div#pageContents h3 {
    margin-bottom: 15px;

}

div#pageContents h3:before {
    content: "●";
    padding-right: 5px;
    color: #ccc;
}

div#pageContents h4 {
    font-weight: bold;
    font-size: 18px;
    padding: 0 auto 30px auto;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 25px;
}

.pb50 {
    padding-bottom: 60px;
}

div#extrada {
    width: 100px;
    display: none;
}

@media only screen and (min-width:1400px) {
    div#extrada {
        width: 100px;
        display: block;
        position: absolute;
        left: 60px;
        top: 350px;
    }
}

@media only screen and (min-width:1400px) {
    .page section#main {
        margin-left: auto;
        margin-right: auto;

    }

    h1.pageH1 {
        font-size: 60px;
        color: #fff;
        padding: 0 20px;
        border-bottom: 5px solid #fff;
        display: inline-block;
        margin: 0 auto 60px auto;
        padding-bottom: 5px;
    }

    p.pageP {
        font-size: 14px;
        margin-bottom: 15px;
        font-weight: bold;
        color: #fff;
    }

    div.pageImg {
        width: 200px;
        max-width: 200px;
        position: absolute;
    }

    div.circle1 {
        background: #f5c737;
        display: block;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        position: absolute;
        top: -50px;
        left: -40px;
    }

    div#pageContents {
        margin-left: 300px;
        padding-right: 30px;

    }

    div#pageContents h4 {
        font-size: 25px;
        text-align: center;
        margin-bottom: 25px;
    }

    a.btnCheckTerm {
        padding: 0-10px;
        display: block;
        line-height: 40px;
        background: #000;
        width: 200px;
        color: #fff;
        margin: 25px auto 25px 0;
        text-align: center;
        position: relative;
    }

    a.btnCheckTerm:after {
        content: "";
        color: #f00;
        position: absolute;
        top: 20px;
        left: 10px;
        width: 6px;
        height: 6px;
        margin-top: -5px;
        border: 2px solid #fff;
        border-bottom: none;
        border-left: none;
        transform: rotate(45deg);

    }
}

/* ==========================================================================
TERMS
========================================================================== */

ul.ban {
    margin-bottom: 50px;
}



ul.ban li {
    padding: 10px 10px;
    border-left: 5px solid #818caf;
    background: #fff;
}

ul.ban li:nth-child(odd) {
    background: #f0f0f0;
    border-left: 5px solid #ccc;
}

ul.qalist {
    margin-bottom: 50px;
}

ul.qalist li:nth-child(odd) {
    background: #FCFAF3;
    border-bottom: 1px solid #CCC;
    padding: 1.2em 1em 1em 4.5em;
    position: relative;
}

ul.qalist li:nth-child(even) {
    margin-bottom: 50px;
    padding: 1em 1em 1em 4.5em;
    position: relative;
}

ul.qalist li i.qaQ {
    font-weight: bold;
    line-height: 2em;
    width: 2em;
    text-align: center;
    margin-right: 0.5em;
    display: inline-block;
    background: #F30;
    color: #fff;
    position: absolute;
    top: 1em;
    left: 1em;
}

ul.qalist li i.qaA {
    font-weight: bold;
    line-height: 2em;
    width: 2em;
    text-align: center;
    margin-right: 0.5em;
    display: inline-block;
    background: #09F;
    color: #fff;
    position: absolute;
    top: 1em;
    left: 1em;
}



/* ==========================================================================
LINKS
========================================================================== */

ul.tplinks {

    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
    width: 100%;

}

ul.tplinks li {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 18px 10px 0;
    width: 200px;
    list-style: none;

}

ul.tplinks li h4 {

    font-size: 14px !important;
    margin-bottom: 4px !important;


}

ul.tplinks li a {

    text-decoration: none;
    color: #000;

}

ul.tplinks li p {
    margin-bottom: 25px;
}

/* ==========================================================================
DESIGNER 一覧
========================================================================== */

ul.designer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

ul.designer li {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 20px;
}

ul.designer li:nth-child(even) {
    margin-right: 0%;
}

ul.designer h5 {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

ul.designer a {
    color: orangered;
    text-decoration: none;
}

ul.designer p {
    font-size: 14px;
}

.pc {
    display: none;
}

@media only screen and (min-width:768px) {


    ul.designer li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    ul.designer li:nth-child(3n) {
        margin-right: 0%;
    }

    .pc {
        display: inline-block;
    }
}

@media only screen and (min-width:980px) {


    ul.designer li {
        width: 24%;
        margin-right: 1.5%;
        margin-bottom: 20px;
    }

    ul.designer li:nth-child(4n) {
        margin-right: 0%;
    }

    .pc {
        display: inline-block;
    }
}

div#designerWrap {
    text-align: center;
}

div#designerImg {
    margin: 0 auto 50px auto;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 4px;
}

ul.dLinks {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 14px;
}

h6 {

    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}

div#profileWrap {
    background: #fff;
    width: 100%;
    padding: 10px;
    text-align: left;
}

ul.dLinks li {
    margin-right: 15px;
}

ul.dLinks li:last-child {
    margin-right: 0;
}

ul.dLinks li a {
    color: orangered;
    font-weight: bold;
}

a.sozaiList {
    display: block;
    width: 60%;
    background: #000;
    padding: 12px 10px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin: 36px auto;
}

div#dcomment {
    padding: 30px 30px;
    background: #ddd;
}

@media only screen and (min-width:768px) {
    div#designerImg {

        margin-right: 15px;

    }

    div#designerWrap {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

img.tacImg {
    margin: 0 auto;
    display: block;
}

div#joinDesignerSP {
    padding: 15px;
}

div#joinDesignerSP a {
    display: block;
    background: orangered;
    line-height: 1.8em;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    padding: 25px 0;
}

div#joinDesignerSP a:hover {
    background: #000;
}

div#joinDesigner {
    display: none;
}

@media only screen and (min-width:1400px) {
    div#joinDesignerSP {
        display: none;
    }

    div#joinDesigner {
        display: block;
        position: absolute;
        left: 30px;
        top: 300px;
        width: 210px;
    }

    div#joinDesigner a {
        display: block;
        background: orangered;
        line-height: 1.8em;
        color: #fff;
        font-weight: bold;
        font-size: 18px;
        text-decoration: none;
        text-align: center;
        padding: 25px 0;
    }

}
