@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);

/*ゴシック　"M PLUS Rounded 1c" */
@import url(https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c);



/******************************
　　  共通設定
*******************************/

body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
    background-color: #fff;
}

.clearfix {
    content: "";
    display: block;
    clear: both;
}



/******************************
　　  ヘッダー
*******************************/

header {
    top: 0px;
    left: 0px;
    height: 80px;
    width: 100%;
    background-color: #00BC86;
    position: fixed;
    box-shadow: 0px 1px 5px rgba(0,0,0,.5);
}


div#logo {
    /* padding-top: 20px; */
    position: fixed;
    top: 20px;
    left: calc(15%);
    padding-left:0px;
}
div#logo h1 {
    color: #fff;
    font-size: 1.6em;
    font-family: "M PLUS Rounded 1c";
    letter-spacing: 0.2em;
    line-height: 0.8em;
}

div#logo span {
    font-size: 0.5em;
    letter-spacing: 0;
}

div.mail {
    margin-left: 80%;
    margin-top: 22px;

}

div.mail img {
    height: 45px;
}


div#menu {
    float: right;
    padding-top: 20px;
    padding-right: 10%;
}



@media screen and (min-width: 750px) {
    header div#logo {
        padding-left: 80px;
    }

    div.mail {
        margin-left: 90%;
    }
}
@media screen and (min-width:1092px) {
    header div#logo {
        padding-left: 80px;
    }

    div.mail {
        margin-left: 90%;
    }
}


/******************************
　　  メイン画像部
*******************************/

section#main {
    height: 530px;
    margin-top: 80px;
    color: rgb(73, 73, 73);
}


section#main p.main {
    background: #cacbc5 url(../imgs/main_img.jpg) no-repeat 55%;
    overflow: hidden;
    height: 550px;
    text-align:right;
    font-family: 'Hannari', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.7em;
    font-weight: normal;
    line-height: 45px;
    color: rgb(60, 80, 62);
    padding-top: 30px;
    padding-right: 5%;
}


@media screen and (min-width: 750px) {
    section#main p.main{
        background: #cacbc5 url(../imgs/main_imgpc.jpg) no-repeat 55%;
    }
}

/******************************
　　  センターロゴ部
*******************************/


section#logo img {
    width: 250px;
    margin: 20px auto;

}

/******************************
　　  目的
*******************************/

section#purpose {
    margin-left: 4%;
    margin-bottom: 30px;
}

@media screen and (min-width: 750px) {
    section#purpose{
        margin-left: 30%;
        margin-bottom: 30px;    }
}
@media screen and (min-width: 1092px) {
    section#purpose{
        margin-left: 40%;
        margin-bottom: 30px;    }
}


ul.purpose {
    list-style-type: none;
}
ul.purpose li{
    background: url(../imgs/check.png) left no-repeat;
    font-size: 1.2em;
    line-height: 2em;
    color:rgb(141, 127, 106);
    padding-left: 40px;
    letter-spacing: 1px;
}

div.obi {
    background-color:rgb(250, 248, 244);
    padding: 5px 0;
}
p.obi1 {
    margin: 40px 30px;
    text-align: justify;
    font-size: 1.1em;
}

@media screen and (min-width: 750px) {
    div.obi p.obi1{
        padding: 0 20%;
        font-size: 1.0em;
    }
}

/******************************
　　  JUNSだけの特徴
*******************************/

p.pretokucyo {
    text-align: center;
    margin: 20px 0 10px;
    font-weight: bold;
    color: #999;
    font-size: 1.2em;
}


p.tokucyo1 img {
    margin: 20px auto 10px;
    width: 300px;
}

p.tokucyo2 img {
    margin: 40px auto 10px;
    width: 300px;
}


ul.tokucyo {
    list-style-type:none;
    margin-left: 14px;
}

ul.tokucyo li:before {
    content: '★';
    color:#00BC86;
    margin-left: -14px;
}

ul.tokucyo li {
    font-size: 0.8em;
    padding: 5px 50px 0 10px;
    text-align: justify;
}

img.loginimg {
    margin: 50px;
    width: 300px;
    border: 1px solid #333;
    
}

@media screen and (min-width: 750px) {
    ul.tokucyo {
        margin: 50px 20%;
    }

    ul.tokucyo li {
        font-size: 1em;
        margin: 10px 0;
    }
    img.loginimg {
        margin: 50px auto;
        width: 300px;
    }
}


@media screen and (min-width: 1092px) {


}


/******************************
　　  BOXメニュー
*******************************/
p.linemenu {
    width: 100%;
    margin-top: 30px;
}



p.linemenu img {
    margin: 0 auto;
    width: 280px;
}

p.boxtitle_small {
    text-align: center;
    color:#555;
}

p.boxtitle_big {
    text-align: center;
    font-size: 1.0em;
    font-weight: bold;
    color:#555;
    margin: 20px 0 5px;
}

ul.boxmenu li {
    list-style-type: none;
    border: 1px solid rgb(116, 116, 116);
    border-radius: 0px 0 10px 0;
    padding: 5px 5px 5px 20px;
    margin: 10px 40px 10px 0;

    background: rgb(239, 245, 239);
    background: linear-gradient(0deg, rgba(228,233,228,1) 42%, rgba(254,255,253,1) 69%);
}

ul.boxmenu li.nocontent {
    list-style-type: none;
    border: 1px solid rgb(116, 116, 116);
    border-radius: 0px 0 10px 0;
    padding: 5px;
    margin: 10px 40px 10px 0;
    color: #999;
    background: rgb(228,233,228);
    background: linear-gradient(0deg, rgb(207, 207, 207) 42%, rgb(231, 231, 231) 69%);
}


ul.boxmenu a {
    text-decoration: none;
    color:rgb(53, 53, 53);
}
p.boxtitle_small {
    margin-bottom: 30px;
}

@media screen and (min-width: 750px) {
    ul.boxmenu{
        width: 800px;
        margin: 0 auto;
    }

    ul.boxmenu li{
        float:left;
        width:200px;
        line-height: 50px;
        height: 60px;
    }

    p.boxtitle_big {
        margin-bottom: 20px;
    }

    p.boxtitle_small {
        margin-top: 50px;
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 1092px) {
    ul.boxmenu{
        width: 800px;
        margin: 0 auto;
    }

    ul.boxmenu li{
        float:left;
        
        width:200px;
        line-height: 50px;
        height: 60px;
    }

    p.boxtitle_big {
        margin-bottom: 20px;
    }

    p.boxtitle_small {
        margin-top: 50px;
        margin-bottom: 30px;
    }
}
/******************************
　　  授業風景
*******************************/
p.titlemenu {
    border-bottom: 1px dotted #00BC86;
    color: #00BC86;
    background: rgb(228,233,228);
    background: linear-gradient(0deg, rgb(225, 240, 231) 22%, rgb(255, 255, 255) 69%);

    font-size: 1.1em;
    font-weight: bold;
    margin: 50px 10px 20px;
    padding: 0 0 5px 20px;
}

section.class_contents {
    margin-bottom: 100px;
}
section.class_contents div {
    font-size: 1.1em;
    margin: 0 30px 30px 30px;
    text-align: justify;
    color: #585858;
}
section.class_contents div.small{
    font-size: 0.8em;
    margin: 0 30px 30px 30px;
    text-align: justify;
    color: #585858;
}

section.class_contents ul {
    margin-left: 10px;
}

section.class_contents ul li {
    list-style-type: none;
    background: url(../imgs/list_img.png) no-repeat ;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 15px;
    color:rgb(16, 133, 113);
    font-weight: bold;

}
section.class_contents img {
    width: 100%;
    max-width: 500px;
}

section.class_contents img.kouza_end {
    margin-top: 100px;
}

ul.bosyu {
    margin: 0 0 80px;
}
ul.bosyu li {
    font-size: 0.9em;
    line-height: 25px;
}

div.obi p.obi {
    margin: 80px auto 30px;
    width: 80%;
    font-size: 1.0em;
}

@media screen and (min-width: 750px) {
    section.class_contents{
        width: 100%;
        margin: 0 auto;
    }
    div.obi p.obi {
        margin: 50px auto;
        width: 80%;
        font-size: 1.2em;
    }

    ul.bosyu li {
        width: 90%;
        margin: 5px auto;
        font-size: 1.1em;

    }
    section.class_contents img {
        width: 100%;
        margin: 0 auto;
    }

    section.class_contents div.small {
        width: 500px;
        margin: 0 auto 50px;
        font-size: 0.9em;
    }
}

@media screen and (min-width: 1092px) {
    section.class_contents{
        width: 900px;
        margin: 0 auto;
    }
    div.obi p.obi {
        margin: 50px auto;
        width: 800px;
        font-size: 1.1em;
    }

    ul.bosyu li {
        width: 800px;
        margin: 5px auto;
        font-size: 1.0em;

    }
    section.class_contents img {
        width: 100%;
        margin: 0 auto;
    }

    section.class_contents div.small {
        width: 500px;
        margin: 0 auto 50px;
        font-size: 0.9em;
    }
}


/******************************
　　  ニュース
*******************************/

section#news {
    background: url(../imgs/news_back.jpg) 0/100%;
    height: 180px;
    padding: 10px 0 0 10%;
    color: #555;

}

section#news h1 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

section#news dl {
    font-size: 0.8em;
    color: #999;
}

section#news dd {
    border-bottom: 1px dashed #aaa;
    margin-bottom: 10px;
}



/******************************
　　  学べる内容
*******************************/
section#content {
    background-color: #fff;
    padding: 150px 0;
}

section#content h1 {
    text-align: center;
    font-size: 1.0em;
    font-weight: normal;

}
section#content h2 {
    padding-top: 60px;
    text-align: center;
    font-weight: normal;
}


section#content p.title {
    text-align:center;
    width: 100%;
    height: 100px;
    line-height: 90px;
    margin: 50px auto;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    opacity: 0.5;


}

section#content p#excel {
    background: url(../imgs/line_excel.jpg) no-repeat 50%;
}

section#content p#word {
    background: url(../imgs/line_word.jpg) no-repeat 50%;
}

section#content p#web {
    background: url(../imgs/line_web.jpg) no-repeat 50%;
}


section#content p#illust {
    background: url(../imgs/line_illust.jpg) no-repeat 50%;
}

section#content p#photoshop {
    background: url(../imgs/line_photoshop.jpg) no-repeat 50%;

}

section#content p#program {
    background: url(../imgs/line_program.jpg) no-repeat 50%;

}

section#content p {
    padding: 0 10%;
}

section#content ul {
    list-style-type:square;
    padding: 0 10%;
    color: #555;
}

section#content li {
    line-height: 30px;
}

section#content div.back_excel {
    background: url(../imgs/back_excel.jpg) no-repeat 100px;
    height: 400px;
    margin: 100px auto;
}
section#content div.back_word {
    background: url(../imgs/back_word.jpg) no-repeat 100px;
    height: 400px;
    margin: 100px auto;
}
section#content div.back_program {
    background: url(../imgs/back_program.jpg) no-repeat 50px;
    height: 400px;
    margin: 100px auto;
}

section#content div p.attent {
    font-size: 0.9em;
    color:rgb(241, 75, 75);
    font-weight: bold;
    line-height: 30px;
}

section.class_contents img.mining {
    width: 350px;
    margin: 0 auto 100px;
}



/******************************
　　  学びのスタイル
*******************************/

section#style {
    background-color: #efefef;
    padding: 150px 0;
}

section#style h1 {
    text-align: center;
    font-size: 1.0em;
    font-weight: normal;

}

section#style h2 {
    padding-top: 60px;
    text-align: center;
    font-weight: normal;
}

section#style h3 {
    padding-top: 50px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align:center;
    font-weight: normal;
    border-bottom: 1px solid #333;
}

section#style p {
    margin-left: 10%;
    margin-bottom: 10px;
}


section#style span.timeline_h1 {
    margin-left: -15%;
    color: #ccc;
    margin-bottom: 100px;
}

section#style div.timeline {
    margin-left: 10%;
    border-left: 5px solid #ccc;
}






/******************************
　　  講師紹介
*******************************/

section#introduce {
    background-color: #fff;
    padding: 50px 0;
}

section#introduce h1 {
    text-align: center;
    font-size: 0.9em;
    font-weight: normal;

}

section#introduce h2 {
    padding-top: 30px;
    text-align: center;
    font-weight: normal;
}

section#introduce h3 {
    padding-top: 20px;
    text-align:center;
    font-weight: normal;
}



section#introduce article {
    display: inline-block;
    width: 95%;
    float: right;
    padding-left: 10%;
    border-radius: 30px 0px 0px 30px;
    box-shadow: 1px 1px 5px .1px rgba(0,0,0,.1);
    background-color: rgb(223, 243, 226);
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}


@media screen and (min-width: 750px) {
    section#introduce article{
        width: 80%;
        margin: 70px auto 40px;
    }
}



article.sub {
    margin: 20px 0 0 30px;
}



@media screen and (min-width: 750px) {
    article.sub{
        width: 80%;
        float: right;
        margin: 25px auto;
        padding-left: 50px;
    }
}

@media screen and (min-width: 1092px) {
    article.sub{
        width: 80%;
        float: right;
        margin: 25px auto;
        padding-left: 100px;
    }
}


section#introduce p {
    font-size: 0.9em;
}

p.ultitle {
    margin-bottom: 20px;
    font-size: 1em;
}

section#introduce ul {
    padding-left: 0;
    list-style-type: none;
}
section#introduce ul li {
    font-size: 1.0em;
    line-height: 30px;
}
p.intro_small {
    margin: 30px 30px 0 0;
    color:#555;
}
section#introduce ul li span {
    color: rgb(226, 88, 88)
}

/******************************
　　 フッター
*******************************/

footer {
    margin-top: 100px;
    padding-top: 5px;
    background-color: #00BC86;
    height: 50px;
}

footer h1 {
    color: #fff;
    font-size: 1em;
    text-align: center;
}

footer ul {
    width: 95%;
}

footer ul li {
    list-style-type: none;
    width: 45%;
    height: 60px;
    float: left;
    background-color: #fff;
    margin: 2%;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    color: #555;
    border: 2px solid rgb(194,180,216);
}


