@charset "utf-8";
 
h1, h2 {margin: 0; padding: 0;}
 
section,p, dl, dt, dd, ul, li, a, figcapttion {
    font-family: 'Roboto Condensed', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #212121;
    line-height: 1.8;
    margin: 0;
    padding: 0;
}
 
.campaign_contents_wrap {
    background:url("/campaign/2019_summer/img/bg.png") repeat;
}
 
.campaign_contents_wrap a {
    display: block;
    text-decoration: none;
    transition: all .1s;
}
 
.campaign_contents_wrap img {
    vertical-align: bottom;
    width: 100%;
}
 
.campaign_contents_wrap ::before,.campaign_contents_wrap ::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    box-sizing: border-box;
}
 
.color_box_y {
    margin: 2px 0 0 2px;
    background-color: #feff47;
    font-weight: bold;
}
 
.color_box_b {
    margin: 2px 0 0 2px;
    background-color: #82d4ff;
    font-weight: bold;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
 
.dot {
    background-color: #fff;
    background-image: radial-gradient(#ccc 10%, transparent 20%), radial-gradient(#ccc 10%, transparent 20%);
    background-size: 10px 10px;
    background-position: 0 0, 5px 5px;
}
 
.underline {
    display: inline-block;
    line-height: 20px;
    background: #feff47;
    background: linear-gradient(transparent 60%, #feff47 0%);
}
 
/*cvボタン
------------------------*/
.set_btn_counsel {
    padding: 0 5%;
    box-sizing: border-box;
}
 
.set_btn_counsel p  {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #FC7900;
}
.cv_btn {
    width: 100%;
    max-wdth: 613px;
    text-align: center;
    border-radius: 8px;
    background: #fd8700;
    background: -moz-linear-gradient(top, #fd8700 0%, #fb5c00 100%);
    background: -webkit-linear-gradient(top, #fd8700 0%,#fb5c00 100%);
    background: linear-gradient(to bottom, #fd8700 0%,#fb5c00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8700', endColorstr='#fb5c00',GradientType=0 );
    box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.5) inset;
    -moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.5) inset;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.5) inset;
    border: 1px solid #fb5c00;
    margin-bottom: 10px;
    transition: all .3s;
}
 
.cv_btn a {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    display: block;
    padding: 14px 0;
    position: relative;
}

.cv_btn a:hover {
    background: rgb(251, 92, 0);
    border-radius: 8px;
}
 
.free {
    color: rgb(235, 127, 0);
    background: rgb(255, 255, 255);
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    vertical-align: middle;
    margin: -2px 0px 0px 5px;
    padding: 5px 10px 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    box-sizing: border-box;
}
 
 
/* ----------------------------------------
 smartphone 
------------------------------------------- */
.sp_none {
    display: none;
}
 
h2 {
    font-size: 16px;
    text-align: center;
}
 
 
/*main visual - lead
------------------------*/
.main_visual_box {
    background: url("/campaign/2019_summer/img/sp_main_bg.jpg") no-repeat center;
    background-size: cover;
    padding: 10px 0;
    height: 196px;
    position: relative;
}
 
h1 {
    width: 256px;
    height: 176px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right:0;
    margin: auto;
}

.special_price {
    margin: 20px auto 0;
    padding: 0 3%;
}
 
.campapign_lead {
    padding: 0 5%;
    margin: 20px auto;
    font-size: 13px;
    box-sizing: border-box;
}
 
 
/*PICK UP SCHOOL
------------------------*/
.t_school_area {
    margin: 48px 3% 10px;
    border: 4px solid #212121;
    border-bottom: none;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
    background-image: radial-gradient(#eee 10%, transparent 20%), radial-gradient(#eee 10%, transparent 20%);
    background-size: 8px 8px;
    background-position: 0 0, 4px 4px;
}
 
.sticher {
    position: absolute;
    top: -42px;
    left: -14px;
    width: 79px;
    height: 79px;
}
 
h2.t_school_ttl {
    text-align: center;
    padding: 13px 0 10px;
}
.sub_ttl {
    display: block;
    font-size: 12px;
}
 
.t_school_box {
    border-top: 4px solid #212121;
    border-bottom: 4px solid #212121;
    box-sizing: border-box;
    overflow: hidden
}
 
.t_school_box:nth-of-type(1) {
    margin-bottom: 15px;
}
 
.t_school_box img {
    height: 100%;
}
 
.t_school_name {
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    padding: 20px 12px;
    border-top: 4px solid #212121;
    border-bottom: 4px solid #212121;
    background: #fff;
}
 
.point {
    padding: 5px 20px 3px;
}
 
.point span {
    display: inline-block;
    position: relative;
}
 
.point span::before {
    content: "";
    width: 7px;
    height: 18px;
    background: url("/campaign/2019_summer/img/point.png") no-repeat;
    background-size: cover;
    top: -3px;
    left: -124%;
}
 
.point span::after {
    content: "";
    width: 7px;
    height: 18px;
    background: url("/campaign/2019_summer/img/point.png") no-repeat;
    background-size: cover;
    transform: rotate(180deg);
    top: -3px;
    left: 108%;
}
 
.list {
    padding: 10px 12px 10px 6px;
    border-bottom: 4px solid #212121;
    box-sizing: border-box;
    font-weight: bold;
    background: #fff;
}
 
.list span {
    display: block;
    padding-left: 14px;
    position: relative;
}
 
.list span::before {
    content: "・";
}
 
.attention {
    font-size: 12px;
    padding: 10px 12px;
    border-bottom: 4px solid #212121;
    box-sizing: border-box;
    background: #fff;
}

.t_school_btn {
    background: #fff;
}
 
.t_school_btn a {
    padding: 11px 0;
    text-align: center;
    position: relative;
    font-size: 14px;
    font-weight: bold;
}
 
.t_school_btn a::before {
    content: "";
    width: 24px;
    height: 4px;
    background: #212121;
    margin-right: 12px;
}
 
.t_school_btn a::after {
    content: "";
    width: 14px;
    height: 4px;
    background: #212121;
    margin-right: 11px;
    transform: rotate(45deg);
    top: -8px;
}

.t_school_att_all {
    font-size: 10px;
    line-height: 1.4;
    margin: 0 3% 30px;
}
 
 
/*ACTIVITY
------------------------*/
.activity_area {
    padding: 0 5%;
    margin-bottom: 30px;
}
 
.activity_ttl {
    margin-bottom: 36px;
}
 
.activity_area .main_ttl {
    line-height: 1.4;
    position: relative;
}
 
.activity_area .main_ttl::before {
    content: "";
    background: url("/campaign/2019_summer/img/wave.png") no-repeat;
    background-size: contain;
    width: 60px;
    height: 20px;
    margin-left: -72px;
}
 
.activity_area .main_ttl::after {
    content: "";
    background: url("/campaign/2019_summer/img/shark.png") no-repeat;
    background-size: contain;
    width: 68px;
    height: 41px;
    margin-right: -80px;
}
 
.activity_area .main_ttl::after {}
 
.activity_area .sub_ttl {
    display: block;
    position: relative;
    margin-bottom: 15px;
}
 
.activity_area .sub_ttl::after {
    content: "";
    width: 190px;
    height: 2px;
    background: #212121;
    top: 22px;
}
 
.sub_ttl span {
    position: relative;
}
 
.sub_ttl span::before {
    content: "";
    top: 20px;
    bottom: -8px;
    left: 50%;
    margin-left: -2px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
    z-index: 3;
}
 
.sub_ttl span::after {
    content: "";
    top: 20px;
    bottom: -12px;
    left: 50%;
    margin-left: -4px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: #212121 transparent transparent transparent;
    z-index: 2;
}
 
.activity_img_area {
    position: relative;
}
 
.activity_img_area::before {
    content: "";
    width: 185px;
    height: 71px;
    background: url("/campaign/2019_summer/img/balloon_y.png") no-repeat;
    background-size: cover;
    margin-top: -16px;
    margin-left: 0;
}
 
.activity_img_area::after {
    content: "";
    width: 269px;
    height: 67px;
    background: url("/campaign/2019_summer/img/balloon_b.png") no-repeat;
    background-size: cover;
    margin-bottom: 50px;
    margin-right: 0;
}
 
.activity_img_area figure {
    margin-bottom: 30px;
    text-align: center;
}
 
.activity_img_area figcaption {
    font-size: 14px;
    font-weight: bold;
    color: #2d92b4;
    text-align: center;
}
 
/*details
------------------------*/
.details_area {
    background:repeating-linear-gradient(#212121 0, #212121 6px, #fff 6px, #fff 12px);
    position: relative;
    margin: 0 3% 30px;
}
 
.details_area::after {
    content: "";
    position: absolute;
    top: 0;
    margin-top: 0;
    margin-right: 10px;
    margin-left: 10px;
    height: 10px;
    background:repeating-linear-gradient(90deg, #212121 0, #212121 6px, #fff 6px, #fff 12px);
}
 
.details_area::before {
    content: "";
    position: absolute;
    borrom: 0;
    margin-bottom: 0;
    margin-right: 10px;
    margin-left: 10px;
    height: 10px;
    background:repeating-linear-gradient(90deg, #212121 0, #212121 6px, #fff 6px, #fff 12px);
}
 
.details_area_inner {
    background: #fff;
    margin: 10px;
    padding: 10px 0;
}
 
.details_ttl {
    margin: 20px 0;
    padding: 12px 0;
    background: #feff47;
}
 
.schedule_area {
    padding: 0 3%;
}
 
.schedule_area h3 {
    font-size: 26px;
    line-height: 1;
    border-bottom: 4px solid #212121;
    padding-bottom: 2px;
}
 
.schedule_area h3 span {
    display: inline-block;
    margin-left: 5px;
    font-size: 39px;
    line-height: 1;
    position: relative;
    bottom:-2px;
}
 
.schedule_area dt {
    float: left;
    display: block;
    border: 2px solid #212121;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    padding: 5px;
    width: 55px;
    text-align: center;
    margin-right: 10px;
}
 
.schedule_area dd{
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    overflow: auto;
    padding: 0 0 1px;
}
 
.schedule_area dd span {
    font-size: 28px;
    line-height: 1;
}

.schedule_area dd span.lesson {
    font-size: 14px;
    font-weight: 400;
}

.more_price {
    color: #fa3c3c;
    padding: 5px 0 0;
    display: inline-block;
    font-size: 22px !important;
}
 
.schedule_area dd .term {
    font-size: 14px;
    color: #fff;
    background: #212121;
    display: inline-block;
    padding: 3px 5px;
    margin-left: 5px;
}
 
.schedule_area .capacity + dd span {
    font-size: 16px;
}

.schedule_area .item + dd a {
    color: #212121;
    display: inline;
    text-decoration: underline;
}

.schedule_area .item + dd a:hover {
    text-decoration: none;
}
 
.schedule_table_ttl {
    border: 2px solid #212121;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px;
    margin-right: 10px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
}
 
.schedule_table_ttl span {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    vertical-align: middle;
    height: 24px;
    background: #212121;
    border-radius: 100%;
    float: right;
    position: relative;
    margin: -4px 0;
}
 
.schedule_table_ttl span::before{
    position: absolute;
    content: "";
    width: 12px;
    height: 2px;
    background-color: transparent!important;
    border-bottom: 2px solid #fff;
}
 
.schedule_table_ttl span::after{
    position: absolute;
    content: "";
    height: 12px;
    width: 2px;
    background-color: transparent!important;
    border-bottom: 12px solid #fff;
    transition: all .1s;
}
 
.active span::after {
    transform: rotate(90deg);
}
 
.schedule_table_area {
    border:2px solid #212121;
    border-top: none;
}
 
.schedule_table li {
    padding: 10px;
    font-size: 12px;
    border-bottom: 1px solid #212121;
}
 
 
.schedule_table li:nth-child(2n+1) {
    background: #eee;
    font-weight: bold;
}
 
.schedule_table li:nth-child(2n+1) span {
    display: inline-block;  
}
 
.inn {
    float: right;
}
 
.schedule_table_area p {
    padding: 10px;
}
 
.s_txt {
    font-size: 10px;
    border-bottom: 1px solid #212121;
}
 
.note {
    margin: 20px 3%;
    border: 1px dashed#ccc;
    padding: 10px;
    box-sizing: border-box;
}
 
.attention_box {
    margin: 30px 3%;
    border: 4px solid #212121;
    box-sizing: border-box;  
    background: #fff;
}
 
.attention_box p:first-child {
    display: inline-block;
    border-right: 4px solid #212121;
    border-bottom: 4px solid #212121;
    overflow: hidden;
}
 
.attention_box p .point {
    display: inline-block;
    padding: 3px 20px;
}
 
.attention_txt {
    padding: 12px 12px 22px;
    font-weight: bold;
    color: #178ec0;
}
 
.attention_txt a {
    display: inline;
    text-decoration: underline;
    color: #c01763;
}

.attention_txt a:hover {
    text-decoration: none;
}

/*SNS
------------------------*/
.sns_area {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    width: 310px;
    margin: 0 auto;
    padding: 0 5% 20px;
}

.sns_area li {
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.comment {
    width: 122px;
    margin-right: 15px;
}

.icon_group {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}

.icon_group a {
    width: 42px;
    height:42px;
    margin-right: 15px;
}

/*満員表示
------------------------*/
.full {
    background: #fa3c3c;
    color: #fff;
    font-size: inherit !important;
    padding: 3px 10px;
    margin-left: 5px;
    border-radius: 4px;
}
.full.green {
    background: #4CAF50;
}

/* ---------------------------------------------------------
 smartphone / tablet  480px - 767px
---------------------------------------------------------- */
@media print, screen and (min-width:480px) {}
 
/* ---------------------------------------------------------
 tablet 768px - 1023px
---------------------------------------------------------- */
@media print, screen and (min-width:768px) {
    .sp_none {
        display: block;
    }
     
    .pc_none {
        display: none;
    }
     
    .pc_flex_box {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
    }
     
    /*cvボタン
    ------------------------*/
    .set_btn_counsel {
        width: 613px;
        margin: 0 auto;
    }
     
    /*main visual - lead
    ------------------------*/
    .main_visual_box {
        height: 340px;
        background-size: cover;
        ox-sizing: border-box;
    }
    
    h1 {
        width: 480px;
        height: auto;
        padding: 5px 0; 
    }
    
    .special_price {
        padding: 0 5%;
        max-width: 800px;
    }
     
    .campapign_lead {
        font-size: 16px;
        text-align: center;
    }
     
    /*PICK UP SCHOOL
    ------------------------*/
    .t_school_area {
        margin: 30px 5% 10px;
    }
     
    .sticher {
        width: 130px;
        top: -20px;
        left: -30px;
    }
 
    h2.t_school_ttl {
        font-size: 21px;
    }
     
    .sub_ttl {
        font-size: 14px;
    }
     
    .t_school_img {
        border-right: 4px solid #212121;
        overflow: hidden;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }
    
    .t_school_about {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    }
    
    .t_school_box img {
        width: 407px;
        height: 100%;
        margin-left: -60px;
    }
 
    .t_school_name {
        border-top: none;
    }
     
    .attention {
        border-bottom: none;
        border-right: 4px solid #212121;
        width: 80%;
    }
     
    .t_school_btn {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
     
     
    .t_school_btn a {
        text-align: left;
        padding: 10px 12px;
        line-height: 55px;
        box-sizing: border-box;
        color: #212121;
    }
    
    .t_school_about .t_school_btn a {
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .more_price {
        margin-left: 10px;
    }
    
    .t_school_att_all {
        margin: 0 5% 30px;
    }
     
    /*ACTIVITY
    ------------------------*/
    .activity_img_area figure {
        flex: 1;
    }
    
    .activity_img_area::before {
        margin-top: -26px;
    }
    
    .activity_img_area::after {
        bottom: -100px;
    }
     
    /*details
    ------------------------*/
    .details_area {
        margin: 60px 5% 30px;
    }
    
    .attention_box {
        margin: 30px 5%;
    }
    
    .fair_bnr {
        padding: 0 5% 30px;
        margin: 0 auto;
        box-sizing: border-box;
    }
 
}

/* ---------------------------------------------------------
 tablet 769x - 
---------------------------------------------------------- */
@media print, screen and (min-width:769px) {
    .t_school_about {
        -webkit-box-flex:1;
	    -ms-flex-positive:1;
        flex-grow: 1;
    }
}
/* ---------------------------------------------------------
 desktop 1024x - 
---------------------------------------------------------- */
 
@media print, screen and (min-width:1024px) {
     
    h2 {
        font-size: 32px;
    }
     
    /*cvボタン
    ------------------------*/
    .cv_btn a {
        font-size: 28px;
    }
    .free {
        font-size: 23px;
    }
     
    /*main visual - lead
    ------------------------*/
    .main_visual_box {
        height: 440px;
        background: url("/campaign/2019_summer/img/pc_main_bg.jpg") no-repeat center;
        background-size: cover;
    }
    
    h1 {
        width: 599px;
        height: 412px;
        padding: 0;
    }
    
    .special_price {
        margin: 30px auto 0;
    }
     
    .campapign_lead {
        padding: 0;
        width: 800px;
        margin: 30px auto;
    }
     
    /*PICK UP SCHOOL
    ------------------------*/
    .t_school_area {
        width: 1004px;
        margin: 30px auto 10px;
    }
    .sticher {
        width: 179px;
        top: -35px;
        left: -35px;
    }
 
    h2.t_school_ttl {
        font-size: 32px;
    }
     
    .sub_ttl {
        font-size: 16px;
    }
     
    .t_school_img {
        width: 407px;
        height: auto;
    }
     
    .t_school_about {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
 
    .t_school_box img {
        width: 407px;
        margin-left: 0;
    }
     
 
    .t_school_name {
        font-size: 24px;
        padding: 20px 24px;
    }
     
    .point {
        font-size: 16px;
    }
     
    .list {
        font-size: 16px;
        padding: 20px 24px 20px 18px;
    }
     
    .t_school_btn a {
        font-size: 16px;
        color: inherit;
        cursor: pointer;
    }
    
    .t_school_btn a:hover {
        color: inherit;
        opacity: 0.8;
    }
    
    .t_school_att_all {
        width: 1004px;
        margin: 0 auto 60px;
        font-size: 13px;
        line-height: 1.8;
    }
     
    /*ACTIVITY
    ------------------------*/
    .activity_area {
        padding: 0;
        width: 1004px;
        margin: 0 auto 60px;
    }
     
    .activity_ttl {
        margin-bottom: 83px;
    }
 
    .activity_area .main_ttl {
        font-size: 28px;
    }
 
    .activity_area .main_ttl::before {
        width: 121px;
        height: 43px;
        margin-left: -143px;
    }
 
    .activity_area .main_ttl::after {
        width: 95px;
        height: 58px;
        margin-right: -116px;
    }
 
    .activity_area .sub_ttl {
        display: block;
        position: relative;
        margin-bottom: 15px;
    }
 
    .activity_area .sub_ttl::after {
        width: 256px;
        top: 28px;
    }
 
    .sub_ttl span {
        position: relative;
    }
 
    .sub_ttl span::before {
        top: 26px;
    }
 
    .sub_ttl span::after {
        top: 26px;
    }
 
    .activity_img_area {
        position: relative;
    }
 
    .activity_img_area::before {
        content: "";
        width: 281px;
        height: 107px;
        margin-top: -17px;
        margin-left: 81px;
    }
 
    .activity_img_area::after {
        width: 409px;
        height: 102px;
        margin-bottom: -34px;
        margin-right: 232px;
    }
 
    .activity_img_area figure:first-child {
        position: relative;
        top: 117px;
    }
     
    .activity_img_area figure:last-child {
        position: relative;
        top: 67px;
    }
 
    .activity_img_area figcaption {
        font-size: 20px;
        margin-top: 18px;
    }
     
    .activity_info {
        margin-top: 162px;
        font-size: 13px;
        text-align: right;
    }
     
    /*details
    ------------------------*/
    .details_area {
        width: 890px;
        margin: 0 auto 60px;
    }
     
    .details_area::before, .details_area::after {
        height: 15px;
    }
     
    .details_area_inner {
        margin: 0 15px;
    }
    
    .details_ttl {
        margin: 50px 0 20px;
    }
     
    .schedule_area {
        padding: 0px 50px
    }
     
    .schedule_area h3 {
        font-size: 32px;
    }
 
    .schedule_area h3 span {
        font-size: 47px;
        bottom:-3px;
    }
 
    .schedule_area dt {
        font-size: 16px;
        width: 105px;
        text-align: center;
        margin-right: 24px;
    }
 
    .schedule_area dd{
        font-size: 16px;
    }
     
    .item:first-child + dd {
        font-size: 20px;
    }
 
    .schedule_area dd span {
        font-size: 34px;
    }
    
    .schedule_area dd span.lesson {
        font-size: 16px;
    }
 
    .schedule_area dd .term {
        font-size: 16px;
        padding: 5px 10px 3px;
        margin-left: 10px;
    }
 
    .schedule_area .capacity + dd span {
        font-size: 18px;
    }
 
    .schedule_table_ttl {
        font-size: 16px;
        padding: 12px 24px 10px;
    }
 
    .schedule_table_ttl span {
        width: 30px;
        height: 30px;
        margin: -6px 0;
    }
 
    .schedule_table li {
        padding: 10px 20px;
        font-size: 14px;
    }
 
    .schedule_table_area p {
        padding: 10px 20px;
        font-size: 14px;
    }

    .s_txt {
        padding: 10px 20px;
        font-size: 12px;
    }
 
    .note {
        margin: 20px 50px 50px;
        padding: 10px 20px
    }
 
    .attention_box {
        width: 890px;
        margin: 60px auto;  
    }
 
    .attention_txt {
        padding: 20px 50px 50px;
        font-size: 14px;
    }
    
    /*SNS
    ------------------------*/
    .sns_area {
        width: 460px;
        margin: 0 auto;
        padding: 0 0 60px;
    }

    .comment {
        width: 171px;
        margin-right: 24px;
    }

    .icon_group a {
        width: 62px;
        height: 62px;
        margin-right: 24px;
    }
    
    .fair_bnr {
        width: 1004px;
        margin: 0 auto;
        padding: 0 0 60px;
    }
}