@charset "UTF-8";

/* hover */
#bunki a:hover {
  text-decoration: none;
  transition: 0.3s;
  opacity: 0.6;
}

/*
** ヘッダー
* ---------------------------------------- */
#bunki #stage{
    border: none;
    min-width: 950px;
}
#bunki .h_top{
    background-color: #2AABE4;
    width: 100%;
    min-width: 950px;
}

#bunki .h_top p{
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    width: 950px;
    margin: 0 auto;
    padding: 0;
    line-height: 26px;
    text-align: left;
}
#bunki header #logo img{
    width: 192px;
}
#bunki header #recruit{
    top: 9px;
}

@media screen and (max-width: 767px){
#bunki .h_top {
    min-width: inherit;
}

#bunki .h_top p{
    min-width: inherit;
    padding: 0 5%;
    width: 100%;
    box-sizing: border-box;
}
#bunki #stage{
    min-width: inherit;
}

}


#bunki header a:hover{
  transition: 0.3s;
  opacity: 0.6;
}

@media screen and (max-width: 767px){
#bunki header {
    width: 100%;
    padding: 15px 5%;
    height: 100%;
    box-sizing: border-box;
}

#bunki #logo{
    position: static;
    width: 30%;
    height: auto;
    min-width: 180px;
}

#bunki #logo img{
    width: 100%;
    height: auto;
}

#bunki #description,
#bunki #recruit{
    display: none;
}

}

/*
** h1　lead　レスポンシブ
* ---------------------------------------- */
#bunki #contentsBox #lead{
    padding: 0 100px;
}
#bunki #contentsBox #lead p{
    text-align: center;
    padding: 0;
}
#bunki #contentsBox #lead p span{
    padding: 0 40px;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
}
#bunki #contentsBox #lead p span:before{
    position: absolute;
    content: "";
    width: 23px;
    height: 38px;
    background-image: url(../img/sura_l.png);
    background-repeat: no-repeat;
    top: 50%;
    left: 0;
    margin-top: -18px;
}
#bunki #contentsBox #lead p span:after{
    position: absolute;
    content: "";
    width: 23px;
    height: 38px;
    background-image: url(../img/sura_r.png);
    background-repeat: no-repeat;
    top: 50%;
    right: 0;
    margin-top: -18px;
}

@media screen and (max-width: 767px){
#bunki #contentsBox h1{
    text-align: left;
}

#bunki #contentsBox #lead{
    margin-bottom: 15px;
    padding: 0;
}
#bunki #contentsBox #lead p span{
    padding: 0 5px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    display: block;
    letter-spacing: -1px;
}
#bunki #contentsBox #lead p span:before{
    position: absolute;
    content: "";
    width: 3px;
    height: 50px;
    background-image: none;
    background-color: #de0000;
	transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    left: 10px;
    margin-top: -25px;
}
#bunki #contentsBox #lead p span:after{
    position: absolute;
    content: "";
    width: 3px;
    height: 50px;
    background-image: none;
    background-color: #de0000;
	transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    right: 10px;
    margin-top: -25px;
}


}

/*
** 分岐ページ設定
* ---------------------------------------- */
#bunki {

}



/* コンテンツ */
#bunki #contentsBox{
	padding: 50px 0;
}

#bunki #lead{
    margin-bottom: 70px;
}

#bunki #yearsBlock{
    background: none;
}

#bunki .col{
    overflow: hidden;
    padding-bottom: 70px;
}

#bunki #lbox{
    width: 475px;
    box-sizing: border-box;
    padding: 0 50px;
    margin-left: 0;
    border-right: 1px solid #dfdfdf;
}

#bunki #rbox{
    width: 475px;
    box-sizing: border-box;
    padding: 0 50px;
    margin-right: 0;
}

#bunki #contentsBox .yearLogo{
    margin-bottom: 50px;
}
#bunki #contentsBox .yearLogo img{
    width: 375px;
}

#bunki .btn_area{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

#bunki .btn_area li{
    width: 178px;
}

#bunki .btn_area li a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    padding: 16px 0;
}

#bunki .btn_area li:nth-child(1) a{
    background-color: #f79145;
    color: #fff;
    border: 2px solid #f79145;
}

#bunki #contentsBox .btn_area li:nth-child(1) a:hover{
    background-color: #fff;
    color: #f79145;
    border: 2px solid #f79145;
    opacity: 1;
    box-sizing: border-box;
}

#bunki .btn_area li:nth-child(1) a span{
    background-image: url(../img/icon_registration.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px auto;
    padding-left: 25px;
}

#bunki .btn_area li:nth-child(1) a:hover span{
    background-image: url(../img/icon_registration_orange.png);
}

#bunki .btn_area li:nth-child(2) a{
    border: 2px solid #d4d4d4;
    color: #2aabe4;
}

#bunki #contentsBox .btn_area li:nth-child(2) a:hover{
    border: 2px solid #2aabe4;
    color: #fff;
    opacity: 1;
    box-sizing: border-box;
    background-color: #2aabe4;
}

#bunki .btn_area li:nth-child(2) a span{
    background-image: url(../img/icon_login.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px auto;
    padding-left: 25px;
}

#bunki .btn_area li:nth-child(2) a:hover span{
    background-image: url(../img/icon_login_white.png);
}

#bunki #contentsBox .yearlead {
    padding: 0;
    font-size: 16px;
    margin-bottom: 50px;
    line-height: 1.6;
}

#bunki .app_area {
    padding: 20px 15px 20px;
    margin-bottom: 25px;
    background: -webkit-repeating-linear-gradient(-45deg, #fbf4f4, #fbf4f4 3px,#ffe9e9 3px, #ffe9e9 6px);
    background: repeating-linear-gradient(-45deg, #fbf4f4, #fbf4f4 3px,#ffe9e9 3px, #ffe9e9 6px);
}

#bunki .app_area ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
#bunki .app_area ul li img{
    width: 165px;
}

#bunki .app_area h3{
    font-size: 18px;
    color: #de0000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

#bunki .sns_area{
    padding: 20px 15px 20px;
    border: 2px solid #2aabe4;
}

#bunki .sns_area ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

#bunki .sns_area h3{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

#bunki .sns_area ul li{
    margin-right: 15px;
}

#bunki .sns_area ul li:last-child{
    margin-right: 0px;
}

#bunki .sns_area ul li img{
    width: 50px;
}

@media screen and (max-width: 767px){
#bunki #contentsBox{
	width: 90%;
    padding: 25px 0;
}

#bunki #lead{
    margin-bottom: 25px;
}
#bunki #lead img{
    width: 100%;
    height: auto;
}

#bunki .col{
    overflow: hidden;
    padding-bottom: 20px;
}

#bunki #lbox{
    width: 100%;
    padding: 0;
    border-right: none;
    padding-bottom: 40px;
    margin-bottom: 35px;
    border-bottom: 1px solid #dfdfdf;
}

#bunki #rbox{
    width: 100%;
    padding: 0;
}
#bunki #contentsBox .yearLogo{
    width: 100%;
    margin-bottom: 20px;
}
#bunki #contentsBox .yearLogo img{
    width: 100%;
}

#bunki .btn_area{
    display: block;
}

#bunki .btn_area li{
    width: 100%;
    margin-bottom: 10px;
}

#bunki .btn_area li a{
    padding: 10px 0;
}

#bunki #contentsBox .yearlead{
    margin-bottom: 30px;
}

#bunki .app_area{
    padding: 20px;
    margin-bottom: 20px;
}

#bunki .app_area ul{
    display: block;
}

#bunki .app_area ul li{
    width: 100%;
    text-align: center;
}
#bunki .app_area ul li:first-child{
    margin-bottom: 10px;
}
#bunki .app_area ul li img{
    width: 165px;
}

#bunki .app_area h3{
    font-size: 16px;
    color: #de0000;
    margin-bottom: 10px;
    line-height: 1.3;
}

#bunki .sns_area{
    padding: 20px;
}


#bunki .sns_area h3{
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

#bunki .sns_area ul li{
    margin-right: 30px;
}

#bunki .sns_area ul li:last-child{
    margin-right: 0px;
}

}




/* btmContents */
#bunki #btmContents {
    padding: 0px 50px 100px;
    background: none;
    margin-bottom: 0;
}

#bunki #btmContents h2{
    font-size: 28px;
    text-align: center;
    color: #de0000;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.2;
}

#bunki #btmContents .card_list {
    background: none;
    background-color: #eeeeee;
    padding: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
#bunki #btmContents .card_list li{
    width: 387px;
    border-top: none;
    float: none;
}

#bunki #btmContents .card_list li a{
    display: block;
    width: 100%;
    height: 100%;
    border-top: 2px solid #2aabe4;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    color: #000;
}

#bunki #btmContents .card_list li a dl{
    float: left;
    width: 163px;
}

#bunki #btmContents .card_list li a dl dt{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

#bunki #btmContents .card_list li a dl dd{
    font-size: 13px;
    line-height: 1.6;
}

#bunki #btmContents .card_list li a .photo{
    padding: 0;
    float: right;
}

#bunki #btmContents .card_list li a img{
    width: 163px;
}

@media screen and (max-width: 767px){

#bunki #btmContents {
    padding: 20px 0px 40px;
}

#bunki #btmContents h2{
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.2;
}

#bunki #btmContents .card_list {
    background: none;
    background-color: #eeeeee;
    padding: 20px;
    display: block;
}
#bunki #btmContents .card_list li{
    width: 100%;
    border-top: none;
    float: none;
}

#bunki #btmContents .card_list li:first-child{
    margin-bottom: 5%;
}

#bunki #btmContents .card_list li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-decoration: none;
}

#bunki #btmContents .card_list li a dl{
    float: none;
    width: 100%;
}

#bunki #btmContents .card_list li a dl dt{
    margin-bottom: 10px;
}

#bunki #btmContents .card_list li a dl dd{
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 0px;
}
#bunki #btmContents .card_list li a .photo{
    padding: 0;
    float: none;
    text-align: center;
    margin-bottom: 20px;
}
#bunki #btmContents .card_list li a .photo img{
    width: auto;
}

}




/*
** recruitstaff　privacy
* ---------------------------------------- */
/* 共通 */
#bunki .under_contents{
    padding: 0;
    margin: 0 50px;
    border: none;
}
#bunki .under_contents h3{
    font-size: 26px;
    border-bottom: 1px solid #909090;
    line-height: 1;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
#bunki .under_contents .col{
    overflow: hidden;
    padding-bottom: 0;
}
#bunki .under_contents .col img{
    float: right;
    width: 250px;
}
#bunki .under_contents .col .txt_box{
    float: left;
    width: 580px;
}
#bunki .under_contents .txt_box p{
    font-size: 14px;
    padding: 0;
    margin-bottom: 30px;
    line-height: 1.8;
}
#bunki .under_contents .txt_box .btn_area{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
#bunki .under_contents .txt_box .btn_area li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-align: center;
    border: 1px solid #2aabe4;
    border-radius: 0;
    background-color: inherit;
    color: #2aabe4;
    font-weight: bold;
    text-decoration: none;
    box-sizing: border-box;
    padding: 14px 0;
    background-image: url(../img/arrow_aqua.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 10px auto;
}
#bunki #contentsBox .under_contents .txt_box .btn_area li a:hover{
    border: 1px solid #2aabe4;
    background-color: #2aabe4;
    color: #fff;
    background-image: url(../img/arrow_white.png);

}
/* recruitstaff */
#bunki .recruitstaff{
    margin-bottom: 50px;
}
#bunki .recruitstaff .txt_box .btn_area li{
    width: 400px;
}

/* privacy */
#bunki .privacy{
    background: none;
    margin-bottom: 50px;
}

#bunki .privacy .txt_box .btn_area li{
    width: 280px;
}

@media screen and (max-width: 767px){
#bunki .under_contents{
    margin: 0 auto;
    width: 100%;
}
#bunki .under_contents h3{
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#bunki .under_contents .col{
    overflow: hidden;
    padding-bottom: 0;
}
#bunki .under_contents .col img{
    display: none;
}
#bunki .under_contents .col .txt_box{
    float: none;
    width: 100%;
}
#bunki .under_contents .txt_box p{
    font-size: 14px;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1.8;
}
#bunki .under_contents .txt_box .btn_area{
    display: block;
}
#bunki .under_contents .txt_box .btn_area li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-align: center;
    border: 1px solid #2aabe4;
    border-radius: 0;
    background-color: inherit;
    color: #2aabe4;
    font-weight: bold;
    text-decoration: none;
    box-sizing: border-box;
    padding: 10px 0;
    background-image: url(../img/arrow_aqua.png);
    background-repeat: no-repeat;
    background-position: 20px center;
}
#bunki #contentsBox .under_contents .txt_box .btn_area li a:hover{
    border: 1px solid #2aabe4;
    background-color: #2aabe4;
    color: #fff;
    background-image: url(../img/arrow_white.png);

}
/* recruitstaff */
#bunki .recruitstaff{
    margin-bottom: 30px;
}
#bunki .recruitstaff .txt_box .btn_area li{
    width: 100%;
}

/* privacy */
#bunki .privacy{
    background: none;
    margin-bottom: 0px;
}

#bunki .privacy .txt_box .btn_area li{
    width: 100%;
}


}
/*
** top_btn
* ---------------------------------------- */
#bunki .top_btn{}

#bunki .top_btn .inner{
    width: 950px;
    margin: 0 auto;
    text-align: right;
}

#bunki .top_btn .inner p{
    width: 50px;
    height: 50px;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    padding: 0;
    display: inline-block;
    box-sizing: border-box;
}
#bunki .top_btn .inner p a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    text-align: center;
}
#bunki .top_btn .inner p a:hover{
  transition: 0.3s;
  opacity: 0.6;

}
#bunki .top_btn .inner p a img{
    padding-top: 18px;
    width: 20px;
}
@media screen and (max-width: 767px) {
#bunki .top_btn .inner{
    width: 100%;
    margin: 0 auto;
    text-align: right;
}
#bunki .top_btn .inner p{
    width: 100%;
    height: 50px;
    border-top: 1px solid #e4e4e4;
    border-left: none;
    border-right: none;
}
#bunki .top_btn .inner p a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    text-align: center;
}

}


/*
** フッター
* ---------------------------------------- */
#bunki footer{
    padding: 0;
}

#bunki footer h4{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    padding: 20px 0;
    position: relative;
    width: 950px;
    margin: 0 auto;
}
#bunki footer h4:hover{
    transition: 0.3s;
    opacity: 0.6;
    cursor: pointer;
}

#bunki footer h4  span{
	position: absolute;
    right: 290px;
    width: 24px;
	height: 2px;
    background-color: #000;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

#bunki footer h4 span:nth-of-type(1){
    top: 30px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: 0.3s;
}

#bunki footer h4 span:nth-of-type(2){
    top: 30px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transition: 0.3s;
}
/* ＋、－切り替え */
#bunki footer h4 span.active:nth-of-type(1){
	display:none;
    transition: 0.3s;
}

#bunki footer h4 span.active:nth-of-type(2){
    top: 30px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: 0.3s;
}

#bunki footer .inner{
    width: 950px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
}

#bunki footer .inner > .f_link_box{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    }

#bunki footer .inner > .f_link_box li{
    width: 220px;
}

#bunki footer .inner > .f_link_box li dl dt{
    border-bottom: 1px dotted #909090;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    padding: 0 5px 5px 0;
    margin-bottom: 15px;
}

#bunki footer .inner > .f_link_box li dl dd ul li{
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 10px;
    box-sizing: border-box;
    background-image: url(../img/icon_dot_aqua.png);
    background-repeat: no-repeat;
    background-position: left 6px;
    background-size: 5px auto;
    padding-left: 13px;
}
#bunki footer .inner > .f_link_box li dl dd ul li:last-child{
    margin-bottom: 0px;
}

#bunki footer .inner > .f_link_box li dl dd ul li a{
    color: #000;
    
}

/* f_under_box */
#bunki footer .f_under_box{
    background: #fff;
    padding: 30px 0 50px;
    border-top: 1px solid #e4e4e4;
}
#bunki footer .f_under_box > .inner{
    overflow: hidden;
    width: 950px;
    margin: 0 auto;
    display: block;
}
#bunki footer .f_under_box .link_box{
    float: left;
    display: table;
}

#bunki footer .f_under_box .link_box li{
    display: table-cell;
    vertical-align: bottom;
}
#bunki footer .f_under_box .link_box li img{
    vertical-align: bottom;
}
#bunki footer .f_under_box .link_box li:nth-child(1) img{
    width: 80px;
}

#bunki footer .f_under_box .link_box li:nth-child(2) img{
    margin-left: 30px;
}
#bunki footer .f_under_box .link_box li:nth-child(3) img{
    margin-left: 30px;
    position: relative;
}
#bunki footer .f_under_box .link_box li:nth-child(3){
    position: relative;
}
#bunki footer .f_under_box .link_box li:nth-child(3):before{
    content: "／";
    position: absolute;
    top: 34px;
    left: 8px;
}

#bunki footer .f_under_box .copy{
    float: right;
    font-size: 14px;
    color: #404040;
    padding :25px 0 0 0;
}


@media screen and (max-width: 767px) {

#bunki footer {
    width: 100%;
    margin: 0 auto;
}
#bunki footer h4{
    font-size: 18px;
    padding: 20px 0;
    width: 100%;
}


#bunki footer h4 span{
    right: 5%;
    width: 20px;
}
#bunki footer h4 span:nth-of-type(1){
    top: 28px;
}

#bunki footer h4 span:nth-of-type(2){
    top: 28px;
}

#bunki footer .inner{
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
}

#bunki footer .inner > .f_link_box{
    display: block;
    }

#bunki footer .inner > .f_link_box li{
    width: 100%;
    margin-bottom: 40px;
}
#bunki footer .inner > .f_link_box li:last-child{
    margin-bottom: 0px;
}

#bunki footer .inner > .f_link_box li dl dt{
    border-bottom: 1px dotted #909090;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    padding: 0 5px 5px 0;
    margin-bottom: 12px;
}

#bunki footer .inner > .f_link_box li dl dd ul li{
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 15px;
    box-sizing: border-box;
    background-image: url(../img/icon_dot_aqua.png);
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 13px;
}

#bunki footer .f_under_box .link_box{
    float: none;
    display: block;
    text-align: center;
}
#bunki footer .f_under_box .link_box li:nth-child(2){
    display: none;
}
#bunki footer .f_under_box .link_box li:nth-child(3){
    display: none;
}
#bunki footer .f_under_box .copy{
    float: none;
    font-size: 14px;
    color: #404040;
    padding-top: 10px;
    text-align: center;
}


/* f_under_box */
#bunki footer .f_under_box{
    background: #fff;
    padding: 0px;
    border-top: 1px solid #e4e4e4;
}
#bunki footer .f_under_box > .inner{
    width: 90%;
    display: block;
}
#bunki footer .f_under_box .link_box{
    float: none;
    display: block;
}

#bunki footer .f_under_box .link_box li{
    display: block;
}

#bunki footer .f_under_box .link_box li:nth-child(2){
    display: none;
}
#bunki footer .f_under_box .link_box li:nth-child(3) {
    display: none;
}

#bunki footer .f_under_box .copy{
    float: none;
    font-size: 14px;
    color: #404040;
    padding :25px 0 0 0;
    text-align: center;
}

}


/*
** PC or SP
* ---------------------------------------- */
.pc{
	display: block;
}
.sp{
	display: none;
}
@media screen and (max-width: 767px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}

/*
** gray out
* ---------------------------------------- */
.gray_out{
    height: auto;
    position: relative;
}
.gray_out_under{
    width: 375px;
    position: relative;
    z-index: 5;
}
.gray_out_under:after{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: 5;
    background-color: rgba(0,0,0,0.60);
}
.cover{
    width: 100%;
    height:auto;
    display: block;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 0%;
    margin-left: 0px;
    margin-top: -45px;
}
.cover p{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .gray_out{
        height: 100%;
        position: relative;
    }
    .gray_out_under{
        width: 100%;
        position: relative;
        z-index: 2;
    }
    .gray_out_under:after{
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        content: "";
        z-index: 5;
        background-color: rgba(0,0,0,0.60);
    }
    .cover{
        width: 100%;
        height:auto;
        display: block;
        z-index: 10;
        position: absolute;
        top: 50%;
        left: 0%;
        margin-top: -30px;
    }
    .cover p{
        font-size: 24px;
    }
}
