
h3 {
    font-size: 2rem;
}

.l-inner {
    width:870px;
    margin:0 auto;
    padding-bottom:1px;
}

@media screen and (max-width: 1000px) {
    .l-inner {
        max-width:90%;
        margin:0 auto;
    }
}

@media screen and (max-width: 500px) {
    .l-inner {
        width:96%;
        margin:0 auto;
    }
}

/*
main
-------------------------------------------------- */
.main {
    position: relative;
    background: #fff;
}

article {
    position:relative;
}

header {
    border-bottom: 1px solid #ccc;
}

article .snav {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    padding: 3px 10px;
}

@media screen and (max-width: 768px) {
    article .snav {
        position: relative;
        width: 100%;
        background: #fff;
        text-align: right;
        padding: 0;
        top: 0;
    }
}

/*
hdinfo
-------------------------------------------------- */
.hdinfo {
    position: absolute;
    top: 10px;
    left: 10px;
    display: table;
    z-index: 100;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.hdinfo .logo {
    padding: 0 20px 0 10px;
}

.hdinfo .logo span {
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
    display: inline-block;
    line-height: 2.3rem;
}

.hdinfo p.logo {
    display: table-cell;
    vertical-align: middle;
}

.hdinfo p.logo {
    width: 200px;
    height: auto;
}

.hdBtnBox {
    display: table-cell;
    vertical-align: middle;
}

.hdBtn {
    padding: 0 10px 0 0;
    display: inline-block;
}

.hdBtn a {
    color: #fff;
    padding: 5px 10px;
    display: block;
    transition: 0.5s;
    border: 1px solid #fff;
    font-size: 1.3rem;
}

.hdBtn a:hover {
    background: #fff;
    color: #011135;
}

.hdBtn a em {
    padding-right:17px;
    background:url(/special/meets/img/co_ar_07.png) no-repeat right center;
}

.hdBtn a:hover em {
    background:url(/special/meets/img/co_ar_08.png) no-repeat right center;
}

.hdBtn a i {
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    .hdinfo {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        background: #011135;
        padding: 10px;
    }
}

@media screen and (max-width: 500px) {
    .hdinfo .logo span {
        text-align: center;
        display: inline-block;
        font-size: 2rem;
    }

    .hdBtn {
        padding: 2px 5px;
        width: 100%;
    }

    .hdBtn a {
        font-size: 1.3rem;
        padding: 5px 10px;
        text-align: center;
    }
}

@media screen and (max-width: 420px) {
    .hdinfo p.logo {
        padding: 7px 10px 0 5px;
        width:170px;
    }

    .hdinfo .logo span {
        text-align: center;
        display: inline-block;
    }

    .hdBtn a {
        font-size: 1.2rem;
        padding: 5px 7px;
        text-align: center;
    }
}

@media screen and (max-width: 330px) {
    .hdinfo {
        padding: 7px;
    }
}

/*
articleHeader
-------------------------------------------------- */
/*
articleHeader
-------------------------------------------------- */
.articleHeader {
    width: 100%;
    height: 100vh;
    min-height: 700px;
    backgruond-size: cover;
    background-attachment: fixed;
}

.articleHeader .mainVisual {
    display: table;
    width: 100%;
    height: 100vh;
    min-height: 700px;
    position: relative;
}

.articleHeader .mainVisual .textBox {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.articleHeader .mainVisual .textBox p {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 2em;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}

.articleHeader .mainVisual .textBox h1 {
    font-size: 3.5rem;
    letter-spacing: 0.12em;
    margin-bottom: 30px;
    line-height:1.2em;
}

.articleHeader .mainVisual .textBox h1 span {
    display:inline-block;
}

.articleHeader .mainVisual .scrollBtn {
    width: 50px;
    height: 50px;
    text-shadow: none;
    margin: 30px auto 0;
}

.articleHeader .mainVisual .scrollBtn img {
    width: 100%;
    height: auto;
}

.articleHeader .mainVisual .textBox p {
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.8);
}

.articleHeader .mainVisual .textBox h1 {
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 1000px) {
    .articleHeader .mainVisual .textBox h1 {
        font-size: 3rem;
    }

    .articleHeader {
        min-height: 600px;
        background-size: cover;
        background-attachment: fixed;
    }

    .articleHeader .mainVisual {
        min-height: 600px;
    }
}

@media screen and (max-width: 768px) {
    .articleHeader .mainVisual .textBox h1 {
        font-size: 2.7rem;
    }

    .articleHeader {
        min-height: 600px;
        background-size: cover;
        background-attachment: fixed;
    }

    .articleHeader .mainVisual {
        min-height: 600px;
    }
}

@media screen and (max-width: 480px) {
    .articleHeader {
        min-height: 500px;
    }

    .articleHeader .mainVisual {
        min-height: 500px;
    }

    .articleHeader .mainVisual .textBox h1 {
        font-size: 2.5rem;
        padding: 0 10px;
    }

}

@media screen and (max-width: 480px) {
    .articleHeader .mainVisual .textBox p {
        font-size: 1.7rem;
    }

    .articleHeader .mainVisual .textBox h1 {
        font-size: 2.1rem;
        padding: 0 10px;
        margin-bottom: 3px;
    }
}

/*
main
-------------------------------------------------- */
.main {
    margin-bottom: 0;
}

/*
sec01
-------------------------------------------------- */
#sec01 {
    text-align: center;
    padding: 50px 0;
}

#sec01 .container {
    padding-top: 50px;
    background: url(/special/meets/img/article/co_ic_02.png) no-repeat top center;
}

#sec01 p em {
    display: block;
    color: #e0d12d;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    text-align:center;
}

#sec01 h2 {
    margin:10px 0 20px;
    background-size: 50px 50px;
    font-size: 2.3rem;
    line-height: 1.7em;
}

#sec01 p {
    line-height: 1.8em;
}

@media screen and (max-width: 480px) {
    #sec01 p {
        text-align: left;
    }

    #sec01 h2 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 480px) {
    #sec01 h2 {
        font-size: 1.8rem;
    }
}

/*
sec02
-------------------------------------------------- */
#sec02 {
    background: #efefef;
    position: relative;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#sec02 .container {
    display: table;
    width: 100%;
}

#sec02 .titleBox {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#sec02 .titleBox h2 {
    line-height: 1.3em;
    font-size: 2.5rem;
}

#sec02 .titleBox h2 span {
    display: inline-block;
    color: #e0d12d;
    margin-left: 5px;
}

#sec02 .titleBox h2 em {
    color: #ec6039;
}

#sec02 .studentsBox p.note {
    font-size:1.1rem;
    text-align:center;
    position:absolute;
    top:5px;
    right:0;
}

@media screen and (max-width: 1200px) {
    #sec02 .studentsBox p.note {
        bottom:-40px;
        top:auto;
    }
}

@media screen and (max-width: 768px) {
    #sec02 .studentsBox p.note {
        bottom:-55px;
        top:auto;
    }
}

#sec02 .studentsBox {
    width: 50%;
    display: table-cell;
    position:relative;
}

#sec02 .studentsBox .student {
    width: 44%;
    float: left;
    margin: 0 3%;
    position: relative;
    padding-top: 10px;
}

#sec02 .studentsBox .student .thumb {
    line-height: 0;
}

#sec02 .studentsBox .student img {
    display: inline-block;
    width: 96%;
    height: auto;
    margin: 0 auto;
}

#sec02 .studentsBox .student .txt {
    position: absolute;
    bottom: -20px;
    background: #ffdd11;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

#sec02 .studentsBox .student .txt h3 {
    font-size: 1.5rem;
}

#sec02 .studentsBox .student .txt p {
    font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
    #sec02 {
        padding: 30px 0;
    }

    #sec02 .titleBox {
        width: 100%;
        display: block;
        margin-bottom: 0;
    }

    #sec02 .studentsBox {
        width: 100%;
        display: block;
    }
}

@media screen and (max-width: 480px) {
    #sec02 .titleBox h2 {
        font-size: 2rem;
    }

    #sec02 .studentsBox .student .txt {
        position: relative;
        bottom: 0;
        padding: 5px 10px;
    }

    #sec02 .studentsBox .student .txt p {
        line-height: 1.3em;
    }
}

@media screen and (max-width: 480px) {
    #sec02 .titleBox h2 {
        font-size: 1.8rem;
    }
}

/*
articleSec
-------------------------------------------------- */
.articleSec {
    padding: 50px 0;
}

.articleSec .txt {
    width: 58%;
}

.articleSec .secImg {
    width: 38%;
}

.articleSec .secImg .imgBox {
    line-height: 0;
    margin-bottom: 10px;
}

.articleSec .secImg img {
    width: 100%;
    height: auto;
}

.articleSec .txt h3 {
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: 1.7em;
    padding-left: 15px;
    border-left: 5px solid #333;
}

.articleSec .txt p {
    margin-bottom: 20px;
    line-height: 1.8em;
}

.articleSec .txt p.author {
    text-align: right;
}

@media screen and (max-width: 600px) {
    .articleSec .txt {
        width: 100%;
        float: none !important;
        margin-left:0 !important;
    }

    .articleSec .secImg {
        width: 94%;
        float: none;
        margin: 0 auto;
        float:none !important;
    }
}

@media screen and (max-width: 480px) {
    .articleSec .txt h3 {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 400px) {
    .articleSec .txt h3 {
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 330px) {
    .articleSec .txt p {
        font-size:1.3rem;
        line-height: 1.8em;
    }
}

/*
sec03
-------------------------------------------------- */
#sec03 .secImg {
    float: right;
}

#sec03 .txt {
    float: left;
    margin-right: 4%;
}

/*
sec04
-------------------------------------------------- */
#sec04 .secImg {
    float: left;
}

#sec04 .txt {
    float: right;
    margin-left: 4%;
}

/*
secDesc01
-------------------------------------------------- */
.DescBox {
    background: #efefef;
    padding: 30px 0;
    border-bottom: 1px solid #fff;
}

.DescBox h3 {
    text-align: center;
}

#secDesc01 .container {
    background: #fff;
    box-sizing: border-box;
}

#secDesc01 .container .txt {
    width: 50%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
}

#secDesc01 .container .txt h3 {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#secDesc01 .container .txt p {
    line-height: 1.7em;
}

#secDesc01 .container .imgBox {
    width: 50%;
    float: left;
    line-height: 0;
    padding: 20px;
    box-sizing: border-box;
}

#secDesc01 .container .imgBox img {
    width: 100%;
    height: auto;
    line-height: 0;
}

@media screen and (max-width: 1000px) {
    #secDesc01 .container .txt {
        width: 40%;
    }

    #secDesc01 .container .imgBox {
        width: 60%;
    }
}

@media screen and (max-width: 900px) {
    #secDesc01 .container .txt {
        width: 100%;
        float: none;
    }

    #secDesc01 .container .imgBox {
        padding-bottom: 20px;
        width: 80%;
        float: none;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    #secDesc01 .container .txt {
        width: 100%;
        float: none;
    }

    #secDesc01 .container .imgBox {
        width: 100%;
        padding: 20px;
        padding-top: 0;
        float: none;
        margin: 0 auto;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 480px) {
    #secDesc01 .container .txt h3 {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 400px) {
    #secDesc01 .container .txt h3 {
        font-size: 1.7rem;
    }
}

/*
secDesc02
-------------------------------------------------- */
.secDesc02 {
    width: 49%;
    float: right;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
}

.secDesc02:first-child {
    float: left;
}

.secDesc02 h3 {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.secDesc02 img {
    width: 100%;
    height: auto;
}

p.about {
    text-align: center;
}

p.about em {
    color: #e52d27;
    font-weight: bold;
    font-style: normal;
}

@media screen and (max-width: 768px) {
    .secDesc02 {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .secDesc02:first-child {
        float: none;
    }
}

/*
descBtn
-------------------------------------------------- */
.descBtn {
    margin-top: 10px;
    text-align: center;
}

.descBtn a {
    display: inline-block;
    border: 1px solid #ec6039;
    color: #ec6039;
    background: #fff;
    padding: 5px 40px 5px 20px;
    font-size: 1.3rem;
    position: relative;
    transition: 0.5s;
}

.descBtn a:after {
    content: url(/special/meets/img/co_ar_06.png);
    width: 11px;
    height: 11px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    transition: 0.5s;
}

.descBtn a:hover {
    color: #fff;
    background: #ec6039;
}

.descBtn a:hover:after {
    content: url(/special/meets/img/co_ar_02.png);
}

.topBtn {
    text-align: center;
}

@media screen and (max-width: 400px) {
    .descBtn a {
        padding: 10px 5px;
        width: 100%;
        display: block;
        text-align: center;
    }
}

/*
articleList
-------------------------------------------------- */
/*#articleSec .articleBox li {*/
    /*float: left;*/
/*}*/

#articleSec .articleBox li .txt .content {
    padding-right: 25px;
}

#articleSec .articleBox li.coc .txt .content {
    background:url(/special/meets/img/co_ar_04.png) no-repeat right center;
}

#articleSec .articleBox li.school .txt .content {
    background:url(/special/meets/img/co_ar_05.png) no-repeat right center;
}

#articleSec .articleBox li .txt:after {
    border: 0;
}

.bBtn {
    display:block;
    width:180px;
    margin:25px auto 0;
    background:#fff;
}


/*
mapBox
-------------------------------------------------- */
.mapBox {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
}

.mapBox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*
aside
-------------------------------------------------- */
aside {
    padding:70px 5px;
    border-top:1px dashed #eee;
    border-bottom:1px solid #eee;
}

aside ul:after {
    content:"";
    display:block;
    clear:both;
    margin-bottom:20px;
}

aside li.prev {
    float:left;
}

aside li.next {
    float:right;
}

aside a {
    display:block;
    padding:10px 20px;
    border:2px solid #333;
}

.pc aside a {
    transition:0.5s;
}

.pc aside a:hover {
    background:#e0d12d;
    color:#fff;
    border:2px solid #e0d12d;
}

aside p a {
    display:inline-block;
}

aside p {
    text-align:center;
}

@media screen and (max-width: 500px) {
    aside a {
        padding:10px 15px;
    }
}

@media screen and (max-width: 350px) {
    aside a {
        padding:10px 7px;
        font-size:1.3rem;
    }
}