@charset "utf-8";
/*-----------------------------------------------
    main 
-----------------------------------------------*/
main::after{
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../img/notes/bgHero.jpg) center top / cover no-repeat;
    filter: blur(8px);
    z-index: -1;
}
@media only screen and (max-width:767px){
    main::after{
        background: url(../img/notes/bgHeroSp.jpg) center top / cover no-repeat;
    }
}
.secItem {
    padding-top: 290px;
}
@media only screen and (max-width:767px){
    .secItem {
        padding-top: 25px;
    }
    .secItem .itemTit .titImg {
        width: 118px;
    }
}
/*-----------------------------------------------
    secInfo
-----------------------------------------------*/
.secInfo{
    position: relative;
    z-index: 2;
    margin: 80px auto 0;
}
.secInfo .topBox{
    padding: 20px 15px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fcff00;
    color: #fcff00;
    margin-bottom: 50px;
}
.secInfo .topBox .txt{
    font-size: 15px;
    line-height: 32px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    font-weight: bold;
}
.secInfo .topBox .txt a{
    color: inherit;
    display: inline;
    margin: 0 3px;
    font-size: 14px;
}
.secInfo .infoBox{
    border: 1px solid #fff;
}
.secInfo .infoBox + .infoBox{
    margin-top: 30px;
}
.secInfo .infoBox .infoTit{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 75px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 35px;
}
.secInfo .infoBox .infoTxt{
    border-top: 1px solid #fff;
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    padding: 30px 40px;
}
.secInfo .infoBox .infoTxt .txt{
    margin-top: 14px;
}
.secInfo .infoBox .infoTxt .txt:first-child{
    margin-top: 0;
}
.secInfo .infoBox .fYl{
    color: #fcff00;
}
.secInfo .infoBox a.telLink{
    position: relative;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
@media only screen and (max-width:767px){
    .secInfo{
        margin: 25px auto 0;
    }
    .secInfo .topBox{
        width: 100%;
        margin-bottom: 30px;
        padding: 15px;
    }
    .secInfo .topBox .txt{
        font-size: 12px;
        line-height: 22px;
    }
    .secInfo .topBox .txt a{
        font-size: 11px;
    }
    .secInfo .infoBox + .infoBox{
        margin-top: 15px;
    }
    .secInfo .infoBox .infoTit{
        font-size: 14px;
        height: 50px;
        padding-left: 18px;
    }
    .secInfo .infoBox .infoTxt{
        font-size: 12px;
        line-height: 20px;
        padding: 18px 19px 25px;
    }
    .secInfo .infoBox .infoTxt .txt{
        margin-top: 8px;
    }
    .secInfo .infoBox a.telLink::before{
        content:"";
        display:block;
        width:100%;
        height:2px;
        background-color:rgba(255, 255, 255, 0.5);
        position:absolute;
        bottom:-1px;
        left:0;
    }
}