/* ページ全体で共有しているcss */
.blue-belt{
    width: 100%;
    color: white;
    background-color: rgb(0,160,233);
    font-weight: bold;
    margin: auto;
    text-align: center;
}
.ABLIC-flex{
    display: flex;
    flex-direction: row;
}


/* MVのcss */
#ABLIC-img-wrap{
    margin: 0px auto;
}
#ABLIC-wrap{
    margin: 0px auto;
    line-height: normal;
}
#ABLIC-logo{
    height: auto;
}
#MV{
    width: 100%;
    height: auto;
}



/* 沿革のcss */
@media screen and (min-width:500px) {
    
#ABLIC-year-list-wrap{
    margin: 50px auto;
    font-weight: bold;
    background-image: url(/image/ad/ABLIC/3.沿革背景.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.ABLIC-year-later{
    color: rgb(0,160,233);
}
.ABLIC-year-earlier{
    color: rgb(0,92,185);
}
.ABLIC-year-wrap-balloon-on{
    font-size: 16px;
    margin: 20px auto;
    text-align: left;
}
.ABLIC-year-wrap-balloon-off{
    font-size: 22px;
    margin: 20px auto;
    text-align: left;
}
.ABLIC-year-wrap-balloon-off span{
    margin-right: 30px;
}
.ABLIC-year-wrap-balloon-on span{
    margin-left: 20px;
    margin-right: 30px;
}
.ABLIC-speech-balloon{
    color: white;
    font-size: 16px;
    display: inline-block;
    padding: 5px;
    background-color: #f39;
    text-align: center;
    border-radius: 10px;
    position: relative;
}
.ABLIC-speech-balloon::before{
    content: "";
    border-color: #f39 transparent currentcolor;
    border-style: solid solid none;
    border-width: 25px 10px medium 5px;
    position: absolute;
    transform: rotate(30deg);
    bottom: -20px;
    left: 0px;
}
#battery-img{
    height: 100%;
    width: auto;
    margin-left: 5px;
    position: relative;
    top: 2.5px;
}
#ABLIC-package-img{
    width: 200px;
    height: auto;
    margin-left: 100px;
}
.ABLIC-list-subcontent{
    margin:0px 0px 0px 100px;
}
#balloon1{
    margin-left: 200px;
}
#balloon2{
    margin-left: 280px;
}
#balloon3{
    margin-left: 260px;
}
#balloon4{
    margin-left: 200px;
}
#balloon5{
    font-size: 12.5px;
    margin-left: 150px;
}

}



/* flex-listのcss */
.ABLIC-flex-list{
    margin: 60px auto;
}
.ABLIC-flex-link{
    height: auto;
    display: block;
}
.ABLIC-img-frame{
    margin: auto 0px;
    border: solid 1.5px rgb(170,170,170);
}
.ABLIC-flex-img{
    width: 100%;
    height: auto;
}



/* 社員紹介のcss */
.ABLIC-right{
    text-align: right;
    margin-right: 80px;
}
.photo-frame{
    margin: auto 0px;
}
.ABLIC-member-wrap{
    margin: 15px 0px;
}
.ABLIC-text-ex{
    margin: 20px auto;
}
.ABLIC-member-h2{
    font-size:21.5px;
    margin: auto auto 30px;
}
.ABLIC-photo{
    height: auto;
}
.member-profile{
    font-size: 19px;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.member-message{
    font-size: 17.6px;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 14px 8px;
    border: solid 2px rgb(170,170,170);
}
#ABLIC-profile-img{
    height: auto;
}
.ABLIC-profile{
    font-size: 21px;
    font-weight: 600;
}
.ABLIC-profile-text{
    font-size: 19px;
    text-indent: 19px;
}
#ABLIC-button-wrap{
    justify-content: center;
}
#ABLIC-intern-button{
    display: block;
    background-color: rgb(0,160,233);
    font-size: 19px;
    font-weight: 600;
    margin: 10px auto;
    justify-content: center;
    border: none;
    border-radius: 20px;
    box-shadow: 10px 10px 15px -8px rgb(70, 70, 70);
    transition: 0.2s;
}
#ABLIC-intern-button:hover{
    background-color: rgb(0,140,213);
    transform: translate(3px,3px);
    box-shadow: none;
    transition: 0.2s;
}
#ABLIC-button-text{
    color: white;
    margin: 20px auto;
    display: block;
    text-decoration: none;
}
#ABLIC-last-message{
    font-weight: 600;
    text-align: center;
    margin: 60px auto;
}
#ABLIC-movie{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
iframe{
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#ABLIC{
    font-weight: 600;
    line-height: 30px;
    margin-top: 80px;
    text-align: center;
}





/* ---------------------------------------------------------------------------------------------------------- */
/* pc版 */
@media screen and (min-width:1015px){
/* ページ全体で共有しているcss */
.ABLIC-text{
    font-size: 18.7px;
    text-indent: 18.7px;
}
.blue-belt{
    font-size: 20.5px;
}
.ABLIC-flex2{
    display: flex;
    flex-direction: row;
}
#ABLIC-wrap{
    width: 970px;
}

/* MVのcss */
#ABLIC-img-wrap{
    width: 990px;
}
#ABLIC-logo{
    width: 290px;
}
#ABLIC-h2{
    font-size: 24px;
}



/* 沿革のcss */
#ABLIC-year-list-wrap{
    width: 600px;
}



/* flex-listのcss */
 .ABLIC-flex-link{
    width: 330px;
}
.ABLIC-flex-h2{
    font-size: 21px;
    margin-left: 40px;
}
.ABLIC-flex-text{
    font-size: 19px;
    text-indent: 19px;
    margin-left: 40px;
}


/* 社員紹介のcss */
.ABLIC-profile-text-wrap{
    margin-left: 50px;
}
.ABLIC-text-ex{
    width: 770px;
    font-size: 18px;
}
.ABLIC-member-h2{
    width: 900px;
}
.ABLIC-photo{
    width: 220px;
}
.member-profile{
    margin-left: 30px;
}
.member-message{
    width: 680px;
    margin-left: 30px;
}
#ABLIC-profile-img{
    width: 190px;
}
#ABLIC-intern-button{
    width: 370px;
}
#ABLIC-last-message{
    font-size: 22.5px;
}
}


/* ---------------------------------------------------------------------------------------------------------- */
/* pc縮小版（大） */
@media screen and (max-width:1014.999px) and (min-width:700px){
 /* ページ全体で共有しているcss */
.ABLIC-text{
    font-size: 18.7px;
    text-indent: 18.7px;
}
.blue-belt{
    font-size: 20.5px;
}
.ABLIC-flex2{
    display: flex;
    flex-direction: column;
}
#ABLIC-wrap{
    width: 95%;
}
    
/* MVのcss */
#ABLIC-img-wrap{
    width: 98%;
}
#ABLIC-logo{
    width: 160px;
}
#ABLIC-h2{
    width: 90%;
    font-size: 24px;
}
    
    
    
/* 沿革のcss */
#ABLIC-year-list-wrap{
    width: 460px;
}
    
    
/* flex-listのcss */
.ABLIC-flex-link{
    width: 170px;
}
.ABLIC-flex-h2{
    font-size: 21px;
    margin-left: 40px;
}
.ABLIC-flex-text{
    font-size: 19px;
    text-indent: 19px;
    margin-left: 40px;
}
    
    
    
/* 社員紹介のcss */
.ABLIC-profile-text-wrap{
    margin-left: 20px;
}
.ABLIC-text-ex{
    width: 92%;
    font-size: 18px;
}
.ABLIC-member-h2{
    width: 100%;
}
.ABLIC-photo{
    width: 30%;
}
.member-profile{
    margin-left: 0px;
}
.member-message{
    width: 90%;
    margin-left: 0px;
}
.ABLIC-profile{
    font-size: 14px;
}
#ABLIC-profile-img{
    width: 70%;
}
.ABLIC-right{
    margin-right: 40px;
}
#ABLIC-intern-button{
    width: 60%;
}
#ABLIC-button-text{
    margin: 15px auto;
}
#ABLIC-last-message{
    font-size: 22.5px;
}
}


/* ---------------------------------------------------------------------------------------------------------- */
/* pc縮小版（小） */
@media screen and (max-width:699.999px) and (min-width:490px){
/* ページ全体で共有しているcss */
.ABLIC-text{
    font-size: 16px;
    text-indent: 16px;
}
.blue-belt{
    font-size: 18px;
}
.ABLIC-flex2{
    display: flex;
    flex-direction: column;
}
#ABLIC-wrap{
    width: 95%;
}

/* MVのcss */
#ABLIC-img-wrap{
    width: 98%;
}
#ABLIC-logo{
    width: 160px;
}
#ABLIC-h2{
    width: 90%;
    font-size: 17.5px;
}



/* 沿革のcss */
#ABLIC-year-list-wrap{
    width: 460px;
}


/* flex-listのcss */
.ABLIC-flex-link{
    width: 170px;
}
.ABLIC-flex-h2{
    font-size: 17px;
    margin-left: 40px;
}
.ABLIC-flex-text{
    font-size: 15px;
    text-indent: 15px;
    margin-left: 40px;
}



/* 社員紹介のcss */
.ABLIC-profile-text-wrap{
    margin-left: 20px;
}
.ABLIC-text-ex{
    width: 92%;
    font-size: 16px;
}
.ABLIC-member-h2{
    width: 100%;
    font-size: 19px;
}
.ABLIC-photo{
    width: 30%;
}
.member-profile{
    margin-left: 0px;
}
.member-message{
    font-size: 16px;
    width: 90%;
    margin-left: 0px;
}
.ABLIC-profile{
    font-size: 16px;
}
#ABLIC-profile-img{
    width: 70%;
}
.member-profile{
    font-size: 16px;
    margin-left: 10px;
}
.ABLIC-profile-text{
    font-size: 16px;
    text-indent: 16px;
}
.ABLIC-right{
    font-size: 14px;
    margin-right: 40px;
}
#ABLIC-intern-button{
    width: 60%;
}
#ABLIC-intern-button{
    font-size: 17px;
}
#ABLIC-button-text{
    margin: 15px auto;
}
#ABLIC-last-message{
    font-size: 17px;
}
}

/* ---------------------------------------------------------------------------------------------------------- */
/* sp版 */
@media screen and (max-width:489.999px) {
.ABLIC-text{
    font-size: 11px;
    text-indent: 11px;
}
.blue-belt{
    font-size: 12px;
}
.ABLIC-flex2{
    display: flex;
    flex-direction: column;
}
    
    
/* MVのcss */
#ABLIC-img-wrap{
    width: 98%;
}
#ABLIC-wrap{
    width: 95%;
}
#ABLIC-logo{
    width: 160px;
}
#ABLIC-h2{
    width: 90%;
    font-size: 13px;
}
    
    
    
/* 沿革のcss */
#ABLIC-year-list-wrap{
    width: 350px;
}
        
#ABLIC-year-list-wrap{
    margin: 50px auto;
    font-weight: bold;
    background-image: url(/image/ad/ABLIC/3.沿革背景.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.ABLIC-year-later{
    color: rgb(0,160,233);
}
.ABLIC-year-earlier{
    color: rgb(0,92,185);
}
.ABLIC-year-wrap-balloon-on{
    font-size: 12px;
    margin: 20px auto;
    text-align: left;
}
.ABLIC-year-wrap-balloon-off{
    font-size: 16px;
    margin: 20px auto;
    text-align: left;
}
.ABLIC-year-wrap-balloon-off span{
    margin-right: 30px;
}
.ABLIC-year-wrap-balloon-on span{
    margin-left: 14px;
    margin-right: 30px;
}
.ABLIC-speech-balloon{
    color: white;
    font-size: 12px;
    display: inline-block;
    padding: 5px;
    background-color: #f39;
    text-align: center;
    border-radius: 10px;
    position: relative;
}
.ABLIC-speech-balloon::before{
    content: "";
    border-color: #f39 transparent currentcolor;
    border-style: solid solid none;
    border-width: 25px 10px medium 5px;
    position: absolute;
    transform: rotate(30deg);
    bottom: -20px;
    left: 0px;
}
#battery-img{
    height: 100%;
    width: auto;
    margin-left: 5px;
    position: relative;
    top: 2.5px;
}
#ABLIC-package-img{
    width: 100px;
    height: auto;
    margin-left: 100px;
}
.ABLIC-list-subcontent{
    margin:0px 0px 0px 85px;
    font-size: 10px;
}
#balloon1{
    margin-left: 100px;
}
#balloon2{
    margin-left: 100px;
}
#balloon3{
    margin-left: 100px;
}
#balloon4{
    margin-left: 100px;
}
#balloon5{
    font-size: 9px;
    margin-left: 100px;
}
#small{
    font-size: 7px;
}
    
/* flex-listのcss */
.ABLIC-flex-link{
    width: 140px;
}
.ABLIC-flex-h2{
    font-size: 12px;
    margin-left: 40px;
}
.ABLIC-flex-text{
    font-size: 10px;
    text-indent: 10px;
    margin-left: 25px;
}
    
    
    
/* 社員紹介のcss */
.ABLIC-profile-text-wrap{
    margin-left: 20px;
}
.ABLIC-text-ex{
    width: 92%;
    font-size: 11px;
}
.ABLIC-member-h2{
    width: 100%;
    font-size: 14px;
}
.ABLIC-photo{
    width: 30%;
}
.member-profile{
    margin-left: 0px;
}
.member-message{
    font-size: 11px;
    width: 90%;
    margin-left: 0px;
}
.ABLIC-profile{
    font-size: 11px;
}
#ABLIC-profile-img{
    width: 70%;
}
.member-profile{
    font-size: 11px;
    margin-left: 10px;
}
.ABLIC-profile-text{
    font-size: 11px;
    text-indent: 11px;
}
.ABLIC-right{
    font-size: 10px;
    margin-right: 40px;
}
#ABLIC-intern-button{
    width: 60%;
}
#ABLIC-intern-button{
    font-size: 14px;
}
#ABLIC-button-text{
    margin: 12px auto;
}
#ABLIC-last-message{
    font-size: 13.5px;
}
}