@charset "UTF-8";

/*------------------------------------------------------------
  common
------------------------------------------------------------*/
#front .cmLineHd{
    background: url(../img/index/labelBg.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    font-weight: 700;
    font-size: 230%;
    color: #FFF;
    padding: 5rem 1rem;
}
#front .cmHd{
    position: relative;
    font-size: 220%;
    text-align: center;
    margin: 2rem 0 3rem 0;
    font-weight: 700;
}
#front .cmHd span{
    color:#1f44ba;
}
#front .cmHd i{
    width: 40px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -40px;
}
#front .cmHd i svg{
    fill: #112256;
    width: 100%;
}

/*------------------------------------------------------------
  mainView
------------------------------------------------------------*/
#front #mainView{
    background: url(../img/index/mainBg.jpg) no-repeat;
    background-position: right 25% center;
    background-size: cover;
    padding: 7rem 1rem;
}
#front #mainView h2{
    text-align: center;
    font-weight: 800;
    color: #FFF;
    font-size: 270%;
    text-shadow: 5px 5px 10px #00000085;
}
#front #mainView h2 .small{
    font-size: 62%;
    padding: 0 1px;
}
#front #mainView ul{
    gap: 2%;
    margin: 1rem 0 0 0;
}
#front #mainView ul li{
    background: #112256;
    color: #FFF;
    flex: 1;
    text-align: center;
    font-weight: 900;
    font-size: 170%;
    line-height: 110%;
    padding: 1rem;
}
#front #mainView ul li .small{
    font-size: 70%;
}

/*------------------------------------------------------------
  menu
------------------------------------------------------------*/
#front #menu{
    padding: 4rem 1rem;
    background:#f6f8f8;
}
#front #menu h3{
    color: #1f44ba;
    text-align: center;
    font-size: 150%;
    font-weight: 600;
    border: 2px solid;
    border-radius: 80px;
    padding: 5px 0;
    width: 60%;
    margin: 0 auto 3rem auto;
}
#front #menu .upperLink{
    gap:2%;
}
#front #menu .upperLink li{
    flex: 1;
}
#front #menu .upperLink li a{
    position: relative;
    text-align: center;
    font-size: 140%;
    font-weight: 600;
    display: block;
    background: #FFF;
    padding: 2rem 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px #1122563b;
    color: #112256;
    padding-left: 0;
}
#front #menu .upperLink li a::after{
    content: '';
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 2px #112256;
    border-right: solid 2px #112256;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
}
#front #menu .pr{
    background: #112256;
    text-align: center;
    color: #FFF;
    font-size: 190%;
    line-height: 130%;
    font-weight: 700;
    padding: 1.5rem;
    margin-top: 3rem;
    margin-bottom: 0;
}
#front #menu  .pointWrapper{
    background: #FFF;
    box-shadow: 0 0 10px #1122563b;
    padding: 2rem;
}
#front #menu  .pointWrapper p{
    text-align: center;
    margin: 0; 
}
#front #menu  .pointWrapper .innerLink{
    flex-wrap: wrap;
    gap: 2%;
    margin: 2rem 0 1rem 0;
}
#front #menu  .pointWrapper .innerLink li{
    width: 49%;
    margin-bottom:1rem;
}
#front #menu  .pointWrapper .innerLink li a{
    display:flex;
    box-shadow: 0 0 10px #1122563b;
    border-radius: 5px;
    overflow: hidden;
}
#front #menu  .pointWrapper .innerLink li a .txt{
    flex: 5;
    background: #FFF;
    padding: 20px;
    color: #112256;
    font-size: 120%;
    font-weight: 700;
}
#front #menu  .pointWrapper .innerLink li a .arrow{
    position:relative;
    flex:1;
    background: #112256;
}
#front #menu  .pointWrapper .innerLink li a .arrow:before{
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
}


/*------------------------------------------------------------
  office
------------------------------------------------------------*/
#front #office{

}
#front #office .contentWrapper{
    padding:4rem 1rem;
}
#front #office .lawyerWrap{
    gap: 7%;
    border-bottom: 1px solid;
    margin: 5rem 0;
    padding-bottom: 2rem;
}
#front #office .lawyerWrap .txtWrap{
    flex: 4;
}
#front #office .lawyerWrap .txtWrap h4{
    color: #112256;
    font-weight: 700;
    font-size: 200%;
    line-height: 140%;
    margin-bottom: 5rem;
    position: relative;
}
#front #office .lawyerWrap .txtWrap h4:after{
    content: "";
    width: 140px;
    height: 4px;
    position: absolute;
    bottom: -20px;
    left: 0;
    background: #112256;
}
#front #office .lawyerWrap .txtWrap p{
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 200%;
}
#front #office .lawyerWrap .imgWrap{
    flex: 1;
}
#front #office .lawyerWrap .imgWrap p.name{
    text-align: center;
    font-weight: 700;
    font-size: 140%;
    line-height: 100%;
}
#front #office .lawyerWrap .imgWrap p.name .small{
    font-size: 70%;
    padding-right: 10px;
}
#front #office .pointrWrap{
    gap: 5%;
    margin-bottom: 2rem;
}
#front #office .pointrWrap.rev{
    flex-direction: row-reverse;
}
#front #office .pointrWrap.botom{
    border-bottom: 1px solid;
    margin-bottom: 5rem;
    padding-bottom: 5rem;
}
#front #office .pointrWrap .txtWrap{
    flex: 2; 
}
#front #office .pointrWrap .txtWrap h4{
    font-size: 190%;
    font-weight: 600;
    border-bottom: 3px solid #3f83f2;
    padding-bottom: 7px;
    margin-bottom: 1rem;
}
#front #office .pointrWrap .imgWrap{
    flex: 1;
}
#front #office .feeWrap{

}
#front #office .feeWrap .leftWrap{
    flex: 1;
}
#front #office .feeWrap .leftWrap p{
    text-align: center;
    font-size: 380%;
    color: #1f44ba;
    font-weight: 800;
    line-height: 80%;
    margin: 0;
}
#front #office .feeWrap .leftWrap p span{
    display: block;
    font-size: 50%;
}
#front #office .feeWrap .rightWrap{
    flex: 2;
}
#front #office .feeWrap .rightWrap p{
    margin: 0;
}
#front #office .feeWrap .rightWrap a{
    box-shadow: 0 0 10px #1122563b;
    border-radius: 5px;
    padding: 1rem 1rem 1rem 1.5rem;
    width: 60%;
    font-weight: 600;
    margin: 1rem 0;
    position: relative;
}
#front #office .feeWrap .rightWrap a:after{
    content: '';
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 2px #112256;
    border-right: solid 2px #112256;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
}
#front #office .bunner{
    width: 60%;
    margin: 2rem auto;
    display: block;
}
#front #office .bunner img{
    width:100%;
}

/*------------------------------------------------------------
  dccs
------------------------------------------------------------*/
#front .dccs time{
    font-size: 100%;
    min-width: 100px;
    margin: 0;
}
#front .dccs .categoly a{
    background: #112256;
    border: none;
    color: #FFF;
    font-size: 85%;
    font-weight: 600;
    padding: 1px 20px 4px 20px;
}
#front .dccs a.title{
    font-weight: 500;
    padding-left: 20px;
}
#front .dccs .acCont{
    background: none;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    margin: 0;
}
#front .dccs .caution{
    text-align:center;
    margin-bottom:4rem 0;
}
#front .dccs .listLink{
    display: block;
    background: #112256;
    position: relative;
    padding: 1rem 2rem;
    color: #FFF;
    font-weight: 600;
    width: 50%;
    text-align: center;
    border-radius: 5px;
    margin: 4rem auto;
}
#front .dccs .listLink:after{
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
}

/*------------------------------------------------------------
  column
------------------------------------------------------------*/
#front #column{
    background: #f6f8f8;
}
#front #column .cmLineHd{
    background: url(../img/index/columnBg.jpg) no-repeat;
    background-size: cover;
}
#front #column .contentWrapper{
    padding:4rem 1rem;
}

/*------------------------------------------------------------
  solveCase
------------------------------------------------------------*/
#front #solveCase{
    background: #f6f8f8;
}
#front #solveCase .contentWrapper{
    padding:4rem 1rem;
}

/*------------------------------------------------------------
  voice
------------------------------------------------------------*/
#front #voice{
    background: #f6f8f8;
}
#front #voice .cmLineHd{
    background: url(../img/index/labelBg2.jpg) no-repeat;
    background-size: cover;
}
#front #voice .contentWrapper{
    padding:4rem 1rem;
}
#front #voice .voiceFlex{
    gap:5%;
}
#front #voice .voiceFlex li{
    width:33%;
    position: relative;
    background: #FFF;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 0 10px #1122563b;
}
#front #voice .voiceFlex li img{
    width: 100px;
    margin: 1rem auto;
}
#front #voice .voiceFlex li .no{
    background: #112256;
    color: #FFF;
    font-weight: 700;
    display: block;
    text-align: center;
    padding: 10px;
    position: absolute;
    width: 84%;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
}
#front #voice .voiceFlex li .title{
    font-weight:600;
    font-size:120%;
}

@media (max-width: 1099px) {
    #front .underlayerWrapper.double{
        padding: 10px;
    }
}

@media (max-width: 850px) {

    #front #mainView{
        padding: 3rem 1rem;
    }
    #front #mainView .tbBreak{
        display:block;
    }
    #front #mainView ul{
        display:block;
    }
    #front #mainView ul li{
        margin-bottom:10px;
    }
    #front #menu h3{
        width:100%;
    }
    #front #menu .upperLink{
        display:block;
    }
    #front #menu .upperLink li{
        margin-bottom:20px;
    }
    #front #menu .pointWrapper .innerLink{
        display:block;
    }
    #front #menu .pointWrapper .innerLink li{
        margin-bottom: 1rem;
        width: 100%;
    }

}

@media (max-width: 630px) {

    #front #mainView h2{
        line-height: 130%;
    }
    #front #office .lawyerWrap{
        display:block;
    }
    #front #office .lawyerWrap .imgWrap{
        width: 40%;
        margin: 4rem auto 0 auto;
    }
    #front #office .pointrWrap{
        display:block;
    }
    #front #office .feeWrap{
        display:block;
    }
    #front #office .feeWrap .leftWrap{
        margin-bottom: 3rem;
    }
    #front #office .feeWrap .rightWrap a{
        width: 100%;
        margin-top: 3rem;
    }
    #front #office .bunner{
        width: 100%;
    }
    #front #voice .voiceFlex{
        display:block;
    }
    #front #voice .voiceFlex li{
        width:100%;
        margin-bottom: 3rem;
    }

}

@media (max-width: 600px) {
    #front .underlayerWrapper.double{
        padding: 10px;
    }
    #front #mainView h2{
        font-size: 230%;
    }
    #front .dccs a.title{
        padding-left: 0;
        padding-top: 10px;
    }
    #front .dccs .listLink{
        width: 80%;
    }

}


@media (max-width: 480px) {

    #front .cmHd{
        font-size: 170%;
        margin: 2rem 0 2rem 0;
    }
    #front .cmLineHd{
        padding: 2rem 1rem;
        font-size: 180%;
    }
    #front .cmHd .break{
        display:block;
    }
    #front #mainView h2{
        font-size: 190%;
    }
    #front #mainView ul li{
        padding: 0 0 10px 0;
    }
    #front #menu .upperLink li a{
        padding: 1rem 10px;
    }
    #front #menu .pr{
        font-size: 140%;
    }
    #front #office .lawyerWrap .txtWrap h4{
        font-size: 170%;
    }
    #front #office .pointrWrap .txtWrap h4{
        font-size: 160%;
    }
    #front #office .lawyerWrap .imgWrap{
        width: 80%;
    }
    #front .dccs .contentWrapper{
        padding:1rem!important;
    }
    #front #voice .voiceFlex li .title{
        font-size: 110%;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 380px) {

    #front #mainView{
        padding: 1.5rem 1rem;
    }
    #front #mainView h2{
        font-size: 150%;
    }
    #front #mainView ul li{
        font-size: 130%;
    }
    #induction .pr{
        font-size: 130%;
        margin: 0 0 1rem 0;
    }
    #front #menu{
        padding: 2rem 0;
    }
    #front #menu h3{
        font-size: 110%;
    }
    #front #menu .upperLink li a{
        font-size: 100%;
    }
    #front #menu .pointWrapper{
        padding:1rem;
    }
    #front #menu .pointWrapper .innerLink li a .txt{
        font-size: 100%;
    }
    #front #menu .pointWrapper .innerLink li a .arrow:before{
        right: 20px;
    }
    #front #office .contentWrapper{
        padding: 2rem 1rem;
    }
    #front #office .lawyerWrap{
        margin: 2rem 0 5rem;
    }
    #front #office .lawyerWrap .txtWrap h4{
        font-size:130%;
        margin-bottom: 3rem;
    }
    #front #office .pointrWrap .txtWrap h4{
        font-size: 120%;
        text-align: center;
    }

}
