@charset "UTF-8";

/* 一時的にスクロール無効化 */

body.noscroll{
    height:100%;
    overflow: hidden;    
}

/* 明朝体 */

.mincho{
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight:bold;
}

/* ソーシャルボタン */

.social {
    width: 100%;
    display: inline-block;
    /* float: right; */
    text-align: center;
    margin: auto;
}
.social .wp_social_bookmarking_light {
    width: auto;
    /* height: 23px; */
    display: inline-block;
    margin: auto !important;
}


/* 早稲田カード
------------------------------------------------- */

#main {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: left;
    overflow: hidden;
    color: #333;
}

#col-all .article {
    border: none;
    box-shadow: none;
    margin-bottom: 0px; 
}

#main-head {
    overflow: hidden;
    margin-bottom: 0;
}

body {
    text-align: center;
    font-size: 100%;
    background-color: #eee;
    line-height: inherit;
}

html {
    background-color: #ffffff;
    color: #333;
    font-size: 13px;
    font-family: FontAwesome, 'Lato', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    line-height: 1.5;
}

i{
    font-style: normal;
}
li{
    list-style-type: none;
}

div#col-all {
    height: 3200px;
    height: 400vh;
    width: 100%;
}
/*div.article {
    background: url(../images/card/card_bg_pattarn.png) center center;
    height: 800px;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    overflow: hidden;
}*/
div.article {
    background: url(../images/card/card_bg_pattarn.png) center center;
    width: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
}

#footer{
    margin-top: 0;
}

.clear{
    clear:both;
    display: block;
}
.bgcolor01{
    background:#e49837;
}
.bgcolor02{
    background:#5fa33d; 
}
.bgcolor03{
    background:#3d79a3;
}

#page {
    border-top: none;
}


#card_splash{
    width: 100%;
    height: 800px;
    height: 100vh;
    margin: auto;
    position: fixed;
    background:#ffffff;
    z-index: 100;
    transition-duration: 2s;
    opacity:1;
    display:none;
}
#card_splash article {
    width: 10000%;
    height: 800px;
    height: 100vh;
    margin: auto;
    position: absolute;
    display: block;
    text-align: center;
    margin-left: -4950%;
}
#card_splash article h1 {
    display:block;
    margin-top: 42vh;
    vertical-align: middle;
    font-weight: normal;
    text-align: center;
    transition-duration: 0.5s;
    opacity:1;
}
#card_splash article h1 span {
    display: block;
    text-align: center;
    white-space: nowrap;
}
#card_splash article h1 span strong {
    font-size: 600%;
    font-weight: normal;
    display: inline-block;
    padding-left: 24px;
    transition-duration: 1s;
    letter-spacing: 100px;
    opacity:0;
}
#card_splash article h1 i {
    width: 0px;
    height: 1px;
    display: inline-block;
    background-color: #000000;
    margin: 10px auto;
    transition-duration: 1s;
}
.alumni_presents{
    width: 100%;
    text-align: center;
    margin-top: 18px;
    transition-duration: 0.5s;
    opacity:0;
}
.alumni_presents strong{
    display: inline-block;
    vertical-align: middle;
}
.alumni_presents strong img{
    width:72px;
    height:auto;
}

.alumni_presents span{
    display: inline-block;
    text-align: left;
    font-size: 130%;
    vertical-align: middle;
    margin-left: 12px;
    margin-top: 4px;
}

/* 2ページ目以降上固定のメニュー */

#fixedmenu {
    position: fixed;
    top: -60px;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 10;
    text-align: center;
    padding: 6px 0;
    height: 40px;
    transition-duration: 0.5s;
}
#fixedmenu article{
    display:block;
    overflow: hidden;
    width:1010px;
    margin:auto;
}
#fixedmenu article a{
    transition-duration: 0.5s;
}
#fixedmenu article a:hover{
    text-decoration:none;
    opacity:0.7;
}


#fixedmenu article .left{
    float:left;
}
#fixedmenu article .right{
    float:right;
}
#fixedmenu article .btn_alumni {
    background: #ffffff;
    padding: 8px 12px;
    display: inline-block;
    font-size: 110%;
    margin-right: 2px;
    border-radius: 4px;
}
#fixedmenu article .btn_card{
    background: #5fa33d;
    color:#ffffff;
    padding: 8px 20px 8px 12px;
    display:inline-block;
    font-size: 110%;
    border-radius: 4px;
}
#fixedmenu article .left i{
    margin-right: 8px;
    display:inline-block;
}

#fixedmenu article .btn_apply{
    background: #ffd200;
    color: #333333;
    padding: 8px 12px;
    display:inline-block;
    font-size: 120%;
    font-weight:bold;
    border-radius: 4px;
}
#fixedmenu article .btn_apply i {
    width: 16px;
    height: 16px;
    background: url(../images/card/card_link_icon.png) center center no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 10px;
    margin-top: -2px;
    vertical-align: middle;
}
#fixedmenu article .btn_apply strong {
    display: inline-block;
    vertical-align: middle;
    margin-top: 1px;
}



#card_top .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background:url(../images/card/card_top_bg.png) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: -1;
}
/*#card_top .bg:after {
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left:0;
    background: url(../images/card/top_bg_pattern.png) center center;
    z-index: 10000;
}*/

#card_top .bg video {
    width: 1920px;
    height: 1080px;
}


#card_top article {
    width: 1010px;
    height: 800px;
    height: 100vh;
    margin: auto;
    position: relative;
    display:table;
}
#card_top article .toplink a{
    display:inline-block;
}
#card_top article .toplink a:hover{
    opacity:0.7;
}

#card_top article .toptitle {
    text-align: center;
    margin-top: 20vh;
    margin-top: -webkit-calc(34vh - 160px);
    margin-top: calc(28vh - 160px);
}
#card_top article .toptitle p{
    color:#ffffff;
    font-size: 130%;
    margin-top: 30px;
}
#card_top article .pagelink {
    /* position: absolute; */
    bottom: 0;
    text-align: center;
    width: 100%;
    margin-top: 8vh;
}

#card_top article .pagelink a{
/*  width:180px;
    height:120px;
    height: 10vh;
*/  display:inline-block;
    vertical-align: bottom;
    margin:0 12px;
    -moz-transition-duration:0.5s;
    -webkit-transition-duration:0.5s;
    -o-transition-duration:0.5s;
    -ms-transition-duration:0.5s;
}
#card_top article .pagelink a:hover{
/*  height:180px;   
    height: 15vh;
*/
    opacity:0.7;
}


#card_top article .pagelink a i{
    text-align: center;
    margin-top: 40px;
    margin-top: 3vh;
    font-weight:bold;
    font-size:140%;
    color:#ffffff;
    display: inline-block;
}

#card_top article .new_arrivals {
    width: 100%;
    margin: 8vh 0 4vh;
    text-align: center;
}
#card_top article .new_arrivals p {
    color: #ffffff;
    opacity: 1;
    text-align: center;
}
#card_top article .new_arrivals i {
    transition-duration: 0.5s;
    font-size: 180%;
    margin: 20px auto;
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
    opacity: 1;
}

.push .wanted a{
    position: absolute;
    top: 20px;
    right: 20px;
    display: table;
    /* width: 160px; */
    /* height: 160px; */
    /* border-radius: 160px; */
    background: none;
    color: #000000;
    text-align: center;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
}
.push .wanted a:hover{
    text-decoration: none;
    opacity: 0.7;
}

.push .wanted2{
    position: absolute;
    top: 20px;
/*    right: 180px;*/
    right: 20px;
    display: table;
    width: 160px;
    height: 160px;
    border-radius: 160px;
    text-align: center;
    background: #fbda25;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
}
.push .wanted2:hover{
    width:180px;
    height:180px;
    position:absolute;
    top:10px;
/*    right:170px;*/
    right:10px;
    opacity:0.7;
}
.push .wanted2 a {
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    display: table-cell;
    vertical-align: middle;
    color: #333333;
    font-size: 140%;
    line-height: 150%;
    font-weight: bold;
}
.push .wanted2 a:hover{
    text-decoration: none;
}
.push .wanted2 a span{
    font-size:80%;
}


.push.second .wanted{
    margin-top: 60px;
}
.push .wanted a{
    text-align: center;
    font-size:120%;
    display:table-cell;
    vertical-align: middle;
    padding-bottom: 2px;
}
.push .graph{
    position:absolute;
    bottom:0px;
    right:20px;
    display:none;
    width:184px;
    height:244px;
    text-align: center; 
}
/*.push .wanted:hover{
    width:180px;
    height:180px;
    position:absolute;
    top:10px;
    right:10px;
    opacity:0.7;
}*/
.card_01 .push .caution {
    position: absolute;
    bottom: 60px;
    bottom: 8vh;
    right: 40px;
    right: 6vw;
    display: table;
    width: 160px;
    height: 160px;
    border-radius: 160px;
    background: #e49837;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    display: none;
}
.card_01 .push .caution a{
    text-align: center;
    font-size:120%;
    color:#ffffff;
    display:table-cell;
    vertical-align: middle;
    padding-top: 4px;
}
@keyframes flash {
    0% {
        width:160px;
        height:160px;
        opacity:1;
        border:1px solid #e49837;
        position:absolute;
        top:0px;
        right:0px;
    }
    100% {
        width:200px;
        height:200px;
        opacity:0;
        border:4px solid #e49837;
        position:absolute;
        top:-22px;
        right:-22px;
    }
}
.card_01 .push .caution:before{
    position:absolute;
    top:0px;
    right:0px;
    content:'';
    display:inline-block;
    width:160px;
    height:160px;
    opacity:1;
    z-index: -1;
    border-radius: 100%;
    background:transparent;
    border:1px solid #e49837;
    -moz-transition-duration:1s;
    -webkit-transition-duration:1s;
    -o-transition-duration:1s;
    -ms-transition-duration:1s;
    animation-name: flash;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.card_01 .push .caution:hover{
    opacity:0.5;
}




.push02 span {
    position: absolute;
    top: 0px;
    right: 0px;
    display: table;
    width: 180px;
    height: 180px;
    border-radius: 180px;
    background: #fff338;
    color: #000000;
    text-align: center;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
}
.push02 span a{
    text-align: center;
    font-size:110%;
    display:table-cell;
    vertical-align: middle;
    padding-bottom: 8px;
    text-decoration:none;
}
.push02 span:hover{
    width:200px;
    height:200px;
    position:absolute;
    top:-10px;
    right:-10px;
    opacity:0.7;
}

#card_top, .card_01, #card_02, #card_03, #card_04, #card_05{
    display: block;
    width: 100%;
    height: 800px;
    height: 100vh;
    position:relative;
    overflow: hidden;
}

#card_top{
    transition-duration: 0.5s;
    z-index: 6;
}
.card_01 {
/*    background: url(../images/card/bg_01.jpg) center center no-repeat;*/
    background-size: cover;
    z-index: 5;
}
#card_02{
/*  background:url(../images/card/bg_03.jpg) center center no-repeat;*/
    background-size: cover;
    z-index: 4;
}
#card_03{
/*  background:url(../images/card/bg_02.jpg) center center no-repeat;*/
    background-size: cover;
    z-index: 3;
}
#card_04{
/*  background:url(../images/card/bg_senryu_last.jpg) center center no-repeat;*/
    background-size: cover;
    z-index: 2;
}
#card_05{
/*  background:url(../images/card/bg_senryu_last.jpg) center center no-repeat;*/
    background-size: cover;
    z-index: 1;
}

#card_01 {
    background:url(../images/card/card_merit_bg01.jpg) center center no-repeat;
    background-size: cover;    
}
#card_01_2 {
    background:url(../images/card/card_merit_bg02.jpg) center center no-repeat;
    background-size: cover;    
}
#card_01_3 {
    background:url(../images/card/card_merit_bg03.jpg) center center no-repeat;
    background-size: cover;    
}
.special_wrap .ttl_wrap {
    position: relative;
    width: 100%;
    min-height: 200px;
    display: table;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin-bottom: 20px;
    margin-bottom: 2vh;
}
.special_wrap .ttl_wrap h1 {
    width: 200px;
    height: 200px;
    border-radius: 200px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fbda25;
    display: table;
    font-weight:bold;
    text-align: center;
    font-size:170%;
}
.special_wrap .ttl_wrap h1 span {
    display: table-cell;
    vertical-align: middle;
    padding-top: 8px;
}
.special_wrap .ttl_wrap h1 span strong{
    font-size:190%;
    display: block;
}
.special_wrap .ttl_wrap h2 {
    display: table-cell;
    vertical-align: middle;
}
.special_wrap .ttl_wrap h2 span {
    display: block;
    vertical-align: middle;
    padding-left: 200px;
    border-bottom: 4px solid #ffffff;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-left: 40px;
    color: #ffffff;
    font-size: 240%;
}
.special_wrap .txt_wrap {
    display: table;
    width: 850px;
    margin: auto;
    text-align: center;
}
.special_wrap .card_merit_img{
    display: inline-block;
    width:50%;
    vertical-align: top;
}
.special_wrap .card_merit_img img{
    width:100%;
    height:auto;
}
.special_wrap .gakuho_img {
    width: 240px;
    padding-left: 54px;
}
.special_wrap .merit_img02 {
    width: 300px;
    padding-left: 48px;
}
.special_wrap .merit_img03{
    width:360px;
    margin-top: 20px;
}
.special_wrap .lead{
    display: table-cell;
    width: 420px;
    vertical-align: top;
}
.special_wrap .lead .card_link {
    display: block;
    margin-top: 24px;
}
.special_wrap .lead .card_link a {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    padding: 14px 20px 13px 56px;
    background: #fbda25 url(../images/card/card_link_icon.png) 20px center no-repeat;
    color: #333333;
    display: inline-block;
    border-radius: 8px;
    font-weight: bold;
    font-size: 110%;
    transition-duration: 0.5s;
}
.special_wrap .lead .card_link a:hover {
    opacity:0.5;
    text-decoration: none;
}

.cont_wrap{
    width: 1010px;
    margin:auto;
    height: 100%;
    height: 100vh;
    display:table;
    padding: 1px;
}
.cont_wrap .cont{
    display:table-cell;
    vertical-align: middle;
}
#card_03 .prize{
    position:relative;
}
.special_wrap .cont_wrap .cont{
    padding-bottom:40px;
}
.apply_count{
    margin-top: 4vh;
    text-align: center;

}
.apply_count span{
    display:inline-block;
    width:320px;
    line-height: 60px;
    color:#256f00;
    font-size:120%;
    text-align: center;
    background:#ffffff;
}
.apply_count a{
    display:inline-block;
    width:320px;
    line-height: 60px;
    color:#ffffff;
    font-size:120%;
    font-weight:bold;
    background-color:#256f00;
    text-align: center; 
}
.apply_count a:hover{
    opacity:0.7;
    cursor:pointer;
}
.apply_count a i{
    width: 16px;
    height: 16px;
    background: url(../images/card/icon_mini_apply2.png) center center no-repeat;
    display: inline-block;
    margin-right: 10px;
    margin-top: -4px;
    vertical-align: middle; 
}



/*.card_01 h2 {
    text-align: center;
    width: 100%;
    max-width: 1010px;
    margin: 64px auto 32px;
    margin: 0 auto 4vh;
    font-size: 220%;
    font-weight: normal;
    letter-spacing: 2px;
}
.card_01 h2:after{
    content:'';
    width:100%;
    height:8px;
    background:url(../images/card/bar.png) center center no-repeat;
    display:block;
    margin-top: 12px;
}*/

.card_01 .lead {
    margin-bottom: 2vh;
    margin-top: 4vh;
    line-height: 200%;
    font-size: 130%;
    text-align: left;
    color: #ffffff;
}

.quote_wrap {
    max-width: 720px;
    margin: auto;
}
.col3.quote_wrap section article {
    padding: 0;
    background: none;
}
.quote_wrap .quote {
    position: relative;
    background: #ffffff;
    padding: 12px 4px;
    line-height: 160%;
    color: #000000;
    font-size: 130%;
    border-radius: 8px;
    min-height: 0px;
    text-align: center;
}
.quote_wrap .quote i{
    display:block;
    text-align: center;
    line-height: 150%;
}
.quote_wrap .quote i:first-child{
    text-align: left;
}
.quote_wrap .quote i:last-child{
    text-align: right;
}

.quote_wrap .quote:after {
    content: '';
    display: block;
    width: 36px;
    height: 27px;
    position: absolute;
    bottom: -27px;
    right: 24px;
    background: url(../images/card/quote_white.png) center center no-repeat;
    background-size: contain;
}

.quote_wrap .silhouette{
    text-align: center;
    padding:24px;
}






#card_02 h2{
    text-align: center;
    width: 100%;
    max-width: 1010px;
    margin: 64px auto 32px;
    margin: 0 auto 4vh;
    font-size: 240%;
    font-weight: normal;
    letter-spacing: 2px;
}
#card_03 h2 {
    text-align: center;
    width: 100%;
    max-width: 1010px;
    margin: 64px auto 32px;
    margin: 0 auto 4vh;
    font-size: 200%;
    font-weight: normal;
    letter-spacing: 2px;
}
#card_02 h2:after, #card_03 h2:after{
    content:'';
    width:100%;
    height:8px;
    background:url(../images/card/bar.png) center center no-repeat;
    display:block;
    margin-top: 12px;
}

#card_03 {
    position: relative;
}
#card_03 .caution{
    position: absolute;
    bottom:20px;
    right:20px;
    font-size:90%;
    display:inline-block;
}



.senryu_theme{
    width:1010px;
    display:table;
}
.senryu_theme .theme{
    width:280px;
    display:table-cell;
    padding-right: 40px;
    position:relative;
}
.senryu_theme .theme h3 {
    position: absolute;
    top: -48px;
    left: -48px;
    width: 120px;
    height: 120px;
    border-radius: 140px;
    background: #ffffff;
    color: #3d79a3;
    font-weight: bold;
    text-align: center;
    display: table;
    font-size: 145%;
}
.senryu_theme .theme h3 i{
    display:table-cell;
    vertical-align: middle;
}
.senryu_theme .theme p{
    width:100%;
    height: 450px;
    display:table;
    background: rgba(7, 79, 130, 0.7);
    text-align: center;
}
.senryu_theme .theme p strong{
    color:#ffffff;
    font-size:200%;
    display:table-cell;
    vertical-align: middle;
    font-weight: normal;
}
.senryu_theme .detail{
    width:660px;
    display:table-cell;
    clear:both;
    background:#ffffff;
    vertical-align: middle;
}
.senryu_theme .detail p {
    padding: 20px 30px 0;
    font-size: 100%;
    line-height: 160%;
}
.senryu_theme .detail dl{
    padding:0 30px 12px 30px;
    display:table;
}
.senryu_theme .detail dl dt{
    padding:0 16px 0 0;
    display:table-cell;
    vertical-align: middle;
    font-size: 100%;
}
.senryu_theme .detail dl dd {
    padding: 12px 0px 0 30px;
    display: table-cell;
    vertical-align: middle;
}
.senryu_theme .detail dl dd div{
    display:table;
}
.senryu_theme .detail dl dd div span{
    display: table-cell;
    width: 160px;
    padding-right: 20px;
    text-align: center;
}
.senryu_theme .detail dl dd div span img{
    width:100%;
    height:auto;
}
.senryu_theme .detail dl dd div span:last-child{
    padding-right: 0;
}
.senryu_theme .detail dl dd div span i{
    display:block;
    margin-top:6px;
}

.senryu_notice {
    width: 1010px;
    display: block;
    position: relative;
    margin-top: 4vh;
}
.senryu_notice h3{
    position:absolute;
    top:-48px;
    left:-48px;
    width:120px;
    height:120px;
    border-radius: 140px;
    background:#5fa33d;
    color:#ffffff;
    font-weight:bold;
    text-align: center;
    display:table;
    font-size:150%;
}
.senryu_notice h3 i{
    display:table-cell;
    vertical-align: middle;
}

.senryu_notice article{
    background:#ffffff;
    padding:10px 100px;
}
.senryu_notice article ul{
    margin:16px 0;
}
.senryu_notice article ul li{
    margin:6px 0;
    font-size:90%;
}

.senryu_prize{
    display:block;
    margin: 8vh auto 6vh;
}
.senryu_prize article{
    width:485px;
    float:left;
    position:relative;
}
.senryu_prize article:nth-child(2n){
    float:right;
}
.senryu_prize article h3{
    position:absolute;
    top:-12px;
    width:100%;
    text-align: center;
}
.senryu_prize article h3 i{
    padding:6px 16px;
    border:1px solid #5fa33d;
    font-size:120%;
}
.senryu_prize article h3.prize_once i{
    background:#ffffff;
    color:#5fa33d;
}
.senryu_prize article h3.prize_year i{
    background:#5fa33d;
    color:#ffffff;
}
.senryu_prize article div{
    background:#ffffff;
    height:300px;
    display: table;
    width:100%;
}
.senryu_prize article div ul{
    display: table-cell;
    vertical-align: middle;
    padding:30px;
}
.senryu_prize article div ul li{
    margin:20px;
    font-size: 120%;
}

.apply_count a {
    display: inline-block;
    width: 320px;
    line-height: 60px;
    color: #ffffff;
    font-size: 120%;
    font-weight: bold;
    background-color: #256f00;
    text-align: center;
}

/* 審査員 */

.judgement{

}
.judgement span .silhouette{
    background:#f0f0f0;
    display:block;
}
.judgement span .silhouette i{
    padding:20px;
    display:block;
    height:160px;
}
.judgement span:nth-child(1) .silhouette i{
    background:url('../images/card/silhouette_01.png') center center no-repeat;
    background-size:contain;
}
.judgement span:nth-child(2) .silhouette i{
    background:url('../images/card/silhouette_02_detail.png') center center no-repeat;
    background-size:contain;
}
.judgement span:nth-child(3) .silhouette i{
    background:url('../images/card/silhouette_03_detail.png') center center no-repeat;
    background-size:contain;
}


#card_04{
    position:relative;
}


#card_04 h2 {
    text-align: center;
    width: 100%;
    max-width: 1010px;
    margin: 0 auto 32px;
    margin: 0 auto 0vh;
    font-size: 220%;
    font-weight: normal;
    letter-spacing: 2px;
}
#card_04 h2:after{
    content:'';
    width:100%;
    height:8px;
    background:url(../images/card/bar.png) center center no-repeat;
    display:block;
    margin-top: 12px;
}


#card_04 .cont_wrap p{
    font-size:130%;
    line-height:200%;
    margin:auto;
    text-align: center;
}


#card_05 h2 {
    text-align: center;
    width: 100%;
    max-width: 1010px;
    margin: 0 auto 32px;
    margin: 0 auto 4vh;
    font-size: 220%;
    font-weight: normal;
    letter-spacing: 2px;
}
#card_05 h2:after{
    content:'';
    width:100%;
    height:8px;
    background:url(../images/card/bar.png) center center no-repeat;
    display:block;
    margin-top: 12px;
}
#card_05 .cont_wrap p{
    font-size:130%;
    line-height:200%;
    margin:auto;
    text-align: center;
}




#cardlink {
    padding: 1px;
    background: linear-gradient(#dddddd,#ffffff 70%, #dddddd 88%,#dddddd);
    margin: 4vh auto -20px;
    width: 838px;
}

#cardlink div {
    display: table;
    width: 700px;
    margin: 20px auto;
}
#cardlink div i{
    display:table-cell;
    padding-right:40px;
    vertical-align: middle;
}
#cardlink div article {
    display: table-cell;
    vertical-align: middle;
}
#cardlink div article h3{
    font-weight:normal;
    font-size:150%;
    margin-bottom: 10px;
}
#cardlink div article h3 strong{
    font-size:250%;
    font-weight:normal;
    display:block;
}
#cardlink div article a.link_icon01 {
    display: block;
    font-size: 140%;
    color: #ffffff;
    padding-left: 28px;
    background: #880412 url(../images/card/icon_mini_white.png) 12px center no-repeat;
    font-weight: bold;
    padding: 8px 12px 6px 44px;
}



div.btnbox {
    display: block;
    width: 100%;
    margin: 4vh 0 0;
    text-align: center;
}
div.btnbox a.apply_btn {
    display: inline-block;
    width: 600px;
    padding: 20px 0;
    line-height: 30px;
    color: #ffffff;
    font-size: 180%;
    font-weight: bold;
    background: rgba(7, 79, 130, 0.7);
    border:1px solid #ffffff;
    text-align: center;
}
div.btnbox a.apply_btn:hover {
    opacity:0.7;
    text-decoration: none;
    cursor: pointer;
}
div.btnbox a.apply_btn i {
    width: 20px;
    height: 20px;
    background: url(../images/card/icon_mini_apply2.png) center center no-repeat;
    background-size: cover;
    display: inline-block;
    margin-right: 10px;
    margin-top: -4px;
    vertical-align: middle;
}

/*div.btnbox a.apply_btn{
    margin:20px auto;
    background:rgba(137,4,12,0.8);
    color:#ffffff;
    font-size:160%;
    border:1px solid #ffffff;
    width:600px;
    display:inline-block;
    padding:20px 0;
}
*/
div.btnbox a.view_past{
    margin:20px auto;
    background:rgba(45,121,163,0.8);
    color:#ffffff;
    font-size:160%;
    border:1px solid #ffffff;
    width:600px;
    display:inline-block;
    padding:20px 0;
}

.col3{
    width:100%;
    display:table;
}

.col3 section{
    width:310px;
    display:table-cell;
    padding-right: 40px;
}
.col3 section:last-child{
    padding-right: 0px; 
}
.col3 section article{
    background:#ffffff;
    padding:30px;
}
.col3 section article h3{
    text-align: center;
    font-size: 200%;
    font-weight: normal;
    background: url(../images/card/underline_01.png) bottom center no-repeat;
    padding-bottom: 16px;
    margin-bottom: 24px;
}
.col3 section article p{
    line-height: 200%;
    min-height:240px;
    font-size:120%;
}


/* 選考者の作品 */

.card_01{
}
.col3.quote_wrap section{
    width:310px;
    display:table-cell;
    padding-right: 40px;
    position:relative;
    transition-duration: 1s;
    opacity:0;
}

/* 演奏旅行リンク */

.ensou_link {
    display: block;
    margin: 40px auto 0;
    width: 840px;
}
.ensou_link a{
    display: block;
    transition-duration: 0.5s;
}
.ensou_link a:hover{
    opacity: 0.7;
}

/* 注意書き */

.notes{
    font-size:80%;
}




/* 期間限定キャンペーン */
/* 合計3000円分の図書カード */

.card_01{
    width: 100%;
    overflow: hidden;
    margin-left: 0%;
    transition-duration: 0.5s;
}
.card_01 .special_wrap{
    /* text-align: center; */
    width: 100%;
    height: 100%;
    margin: auto;
}
.special_01 .caution, .special_02 .caution, .special_03 .caution{
    position:absolute;
    bottom:30px;
    left:30px;
}
.present_sum {
    color: #ee7000;
    font-weight: bold;
    font-size: 200%;
    margin-top: 10px;
    display: inline-block;
}
.card_01 .lead.left_card_img {
    text-align: left;
    padding-left: 212px;
    background: url(../images/card/card_tosho_card.png) 20px center no-repeat;
    width: 540px;
    margin: 0px auto 4vh;
    display: block;
}


/* 川柳応募ボタンなど */

.card_01 .linkbtn{
    text-align: center;
}
.card_01 .senryu_apply {
    padding: 16px 10px 14px 10px;
    width: 320px;
    display: inline-block;
    vertical-align: middle;
    background: #5fa33d;
    border-radius: 4px;
    font-weight: bold;
    color: #ffffff;
    font-size: 130%;
    margin-right: 24px;
}
.card_01 .senryu_apply i{
    width: 16px;
    height: 16px;
    background: url(../images/card/icon_mini_apply2.png) center center no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 10px;
    margin-top: -4px;
    vertical-align: middle;
}
.linkbtn{
    text-align: center;
}
.howto_card{
    padding: 16px 10px 14px 10px;
    width:320px;
    display:inline-block;
    vertical-align: middle;
    background:#489aa1;
    border-radius: 4px;
    font-weight:bold;
    color:#ffffff;
    font-size:130%;
}
.howto_card, .howto_card:visited {
    background:#489aa1;
    color:#ffffff !important;
    text-align: center;
}

/* 母校応援の仕組み */

.support_pict_wrap {
    width: 960px;
    display: block;
    margin: 4vh auto;
    text-align: center;
    position: relative;
}
.support_pict_wrap .quote_left{
    position:absolute;
    top:35px;
    left:0;
    display:inline-block;
    vertical-align: middle;
    z-index: 10;
}
.support_pict_wrap .quote_right{
    position:absolute;
    top:35px;
    right:0;
    display:inline-block;
    vertical-align: middle;
    z-index: 10;
}
.support_pict_wrap .support_pict {
    width: 400px;
    height: 360px;
    background: #ffffff url(../images/card/card_pict.png) center center no-repeat;
    display: inline-block;
    vertical-align: middle;
    padding: 0 100px;
    position:relative;
}
.support_pict i{
    width:35px;
    height:34px;
    background:url(../images/card/coin.png) center center no-repeat;
    display:inline-block;
}
.support_pict i.coin_top{
    position:absolute;
    top:20%;
    left:35%;
    /* 移動範囲は35％～60％ */
}
.support_pict i.coin_right{
    position:absolute;
    top:36%;
    /* 移動範囲は36％～59％ */
    right:22.5%;
    opacity: 0;
}
.support_pict i.coin_bottom{
    position:absolute;
    right:34%;
    /* 移動範囲は34％～53％ */
    bottom:18%;
    opacity: 0;
}
.support_pict i.coin_left{
    position:absolute;
    top:37%;
    /* 移動範囲は37％～60％ */
    left:27%;
}
.support_pict .thanks{
    font-size:130%;
    position: absolute;
    left:27%;
    bottom:24%;
    color:#666666;
    opacity: 0;
}


/* 特典が盛りだくさん */

.privileges{
    background:url(../images/card/card_center.png) center center no-repeat;
    width:1010px;
    height:540px;
    position:relative;
}
.privileges span{
    opacity: 0;
    transition-duration: 1s;
}
.privileges .quote01{
    background:url(../images/card/merit01.png) center center no-repeat;
    width:299px;
    height:232px;
    background-size: contain;
    position:absolute;
    top:0;
    left:0;
}

.privileges .quote02{
    background:url(../images/card/merit02.png) center center no-repeat;
    width:360px;
    height:141px;
    background-size: contain;
    position:absolute;
    top:0;
    left:31%;   
}
.privileges .quote03{
    background:url(../images/card/merit03.png) center center no-repeat;
    width:316px;
    height:165px;
    background-size: contain;
    position:absolute;
    top:0;
    right:0;
}
.privileges .quote04{
    background:url(../images/card/merit04.png) center center no-repeat;
    width:327px;
    height:260px;
    background-size: contain;
    position:absolute;
    bottom:0;
    left:0;
}
.privileges .quote05{
    background:url(../images/card/merit05.png) center center no-repeat;
    width:317px;
    height:163px;
    background-size: contain;
    position:absolute;
    top:38%;
    right:0;
}
.privileges .quote06 {
    background: url(../images/card/merit06.png) center center no-repeat;
    width: 330px;
    height: 131px;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 33%;
}
.privileges .card_detail_btn{
    display:inline-block;
    position:absolute;
    bottom:0;
    right:0;
    transition-duration: 0.5s;
}
.privileges .card_detail_btn:hover{
    opacity: 0.7;
}

/* フワフワした物体 */

#problems {
    width: 100%;
    height: 300px;
    margin-top: 0vh;
}
.quotebox {
    width: 320px;
    height: 240px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.quotebox canvas {
    position: absolute;
    top: 40px;
    left: -20px;
    transition-duration: 1s;
}
.quotebox#q01 {
}
.quotebox#q02 {
    margin-top: 10vh;
}
.quotebox#q03 {
}


.quotebox .quote {
    position: absolute;
    top: 95px;
    width: 360px;
    text-align: center;
    font-size: 170%;
    transition-duration: 1s;
}
#b01.quote {
    margin-top: 12px;
}
#b03.quote {
    margin-top: 12px;
}
.quotetxt.answer {
    padding: 24px;
    background: #5e99c3;
    color: #ffffff;
    position: relative;
    /* top: 0; */
    font-weight: bold;
    width: 250px;
    min-height: 100px;
    z-index: 200;
    opacity: 0;
    transition-duration: 1s;
    text-align: left !important;
}
.quotebox:hover .quotetxt{
    opacity:1;
}
.quotebox:hover canvas{
    opacity:1;
    top: 140px;
    left: -20px;
}
.quotebox:hover .quote {
    position: absolute;
    top: 195px;
    width: 360px;
    text-align: center;
    font-size: 170%;
}

.quotetxt.answer:after {
    content: '';
    position: absolute;
    bottom: -32px;
    left: 80px;
    border-top: 32px solid #5e99c3;
    border-right: 20px solid transparent;
}

.card_detail_btn02{
    text-align: right;
    margin-right: 4%;
    transition-duration: 0.5s;
    margin-top: 4vh;
}
.card_detail_btn02:hover{
    opacity:0.7;
}

#card_04 .caution {
    position: absolute;
    bottom: 90px;
    left: 30px;
}

.card_btn_last {
    margin: 30px auto;
    text-align: center;
}
.card_btn_last a{
    display:inline-block;
    margin:20px auto;
    transition-duration: 0.5s
}
.card_btn_last a:hover{
    opacity:0.7;
}

/* 190107追加 */

#card_top article .pagelink2 {
    /* position: absolute; */
    bottom: 0;
    text-align: center;
    width: 100%;
    margin-top: 8vh;
    display: table;
}
#card_top article .pagelink2 p {
    display: table-cell;
    width: 33%;
    vertical-align: middle;
    /* text-align: center; */
}
#card_top article .pagelink2 p a{
    vertical-align: bottom;
    margin:0 12px;
    -moz-transition-duration:0.5s;
    -webkit-transition-duration:0.5s;
    -o-transition-duration:0.5s;
    -ms-transition-duration:0.5s;
}
#card_top article .pagelink2 p a:hover{
    opacity:0.7;
    text-decoration: none;
}

a.card_btn01, a.card_btn02, a.card_btn03 {
    color: #ffffff;
    font-weight: bold;
    display: table;
    width: 92%;
    margin: auto !important;
    height: 120px;
    vertical-align: middle;
    border-radius: 12px;
}

.card_btn01 {
    background: #a56743;
    background: linear-gradient(#c57d53,#a56743);
}

.card_btn02{
    background:#5eb1be;
    background:linear-gradient(#5eb1be,#4398a5);    
}

.card_btn03{
    background:#7bbc5a;
    background:linear-gradient(#7bbc5a,#5fa33d);    
}
a.card_btn01 b, a.card_btn02 b, a.card_btn03 b {
    display: table-cell;
    vertical-align: middle;
    padding: 12px;
    font-size: 170%;
    line-height: 160%;
}