@charset "UTF-8";
/*------------------------------------------------------------
  common
------------------------------------------------------------*/
#front .cmHd{
    color: #002f7b;
    text-align: center;
    font-size: 180%;
    margin: 0 0 2rem 0;
}
#front .cmHd span{
    background: linear-gradient(transparent 55%, #f5ee3f 75%);
    font-weight: bold;
}
#front section{
    padding: 3rem 1rem;
}
#front .menuFlex{
    flex-wrap: wrap;
    justify-content: center;
}
#front .menuFlex a{
    font-size: 110%;
    color: #002f7b;
    position: relative;
    background: #FFF;
    border: 3px solid;
    font-weight: bold;
    padding: 1.5rem;
    margin: 5px;
    text-align: center;
    position: relative;
}
#front .menuFlex a span{
    font-size: 70%;
    display: block;
    position: absolute;
    top: 58%;
}
#front .menuFlex a::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #002f7b;
    border-bottom: 0px solid transparent;
    bottom: 0;
    right: 0;
}

/*------------------------------------------------------------
  mainView
------------------------------------------------------------*/
#front #mainView{
    background: url(../img/index/mainView-bg.jpg) #a1b2cf;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    padding: 0;
}
#front .mainViewWrap{
    width: 60%;
    padding: 3rem 0;
}
#front .mainViewWrap img{
    width: 100%;
}
#front .mainViewWrap .pointBox{
    padding-left: 17px;
    width: 92%;
}
#front .mainViewWrap .pointBox p{
    text-align: center;
    color: #002f7b;
    font-weight: bold;
    background: #FFF;
    margin: 5px;
    border: 2px solid;
    font-size: 140%;
    padding: 9px;
}
#front .mainViewWrap .pointBox p img{
    width: 27px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
#front .mainViewWrap .pointBox .flex{

}
#front .mainViewWrap .pointBox .flex p{
    flex: 1;
}

/*------------------------------------------------------------
  intro
------------------------------------------------------------*/
#front #intro{

}
#front #intro p{
    text-align: center;
    font-weight: bold;
    line-height: 190%;
}
#front #intro .appeal{
    font-size: 160%;
    margin: 1rem 0;
}
#front #intro .appeal span{
    background:linear-gradient(transparent 55%, #f5ee3f 75%);
    font-weight:bold; 
}
#front #intro .menuFlex a{
    width: 24%;
}

/*------------------------------------------------------------
  solveCase
------------------------------------------------------------*/
#front #solveCase{
    background: url(../img/index/solve-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#front #solveCase .solveWrapper{
    background: #FFF;
    padding: 2rem;
    margin: 1rem;
    box-shadow: 0 0 4px #0000000f;
}
#front #solveCase .solveWrapper .categoly{
/*     background: #001e4f;
    color: #FFF;
    font-size: 90%;
    padding: 2px 1rem; */
}
#front #solveCase .solveWrapper h3{
    border-bottom: 1px solid;
    margin: 10px 0;
}

/*------------------------------------------------------------
  merit
------------------------------------------------------------*/
#front #merit{
    background: url(../img/index/meri-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#front #merit .txtWrap{
    flex: 1.5;
    padding: 1rem;
}
#front #merit .txtWrap  p{
    font-size: 110%;
    margin: 0 0 2rem 0;
    line-height: 190%;
}
#front #merit .imgWrap{
    flex: 1;
    padding: 1rem;
}

/*------------------------------------------------------------
  point
------------------------------------------------------------*/
#front #point{
    padding: 0;
}
#front #point h2{
    background: url(../img/index/point-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#front #point h2{
    color: #FFF;
    padding: 3rem 1rem;
}
#front #point .pointWrapper{
    flex: 1;
    margin: 10px;
    padding: 1rem;
}
#front #point .pointWrapper span{
    background: #001e4f;
    color: #FFF;
    font-size: 150%;
    font-weight: bold;
    padding: 7px 13px;
    display: block;
    margin: 0 auto;
    width: 40px;
    border-radius: 3px;
}
#front #point .pointWrapper h3{
    font-size: 110%;
    text-align: center;
    font-weight: bold;
    color: #001e4f;
    margin: 1rem 0;
}
#front #point .pointWrapper img{
    border-radius: 3px;
}
#front #point .pointWrapper .txt{
    margin-top: 20px;
}
#front #point .pointWrapper .txt p{
    font-size: 90%;
    margin: 0 0 1rem 0;
}

/*------------------------------------------------------------
  point
------------------------------------------------------------*/
#front #menu{
    background: url(../img/index/menu-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem 1rem;
}
#front #menu .label{
    font-size: 150%;
    text-align: center;
    margin: 2rem 0;
    background: #001e4f;
    color: #FFF;
    padding: 10px;
}
#front #menu .menuFlex a{
    width: 32%;
}

/*------------------------------------------------------------
  column
------------------------------------------------------------*/
#front #column{

}
#front #column h2{
    text-align: center;
    border-bottom: 3px solid;
    color: #001e4f;
    padding-bottom: 20px;
}
#front #column .left,#front #column .right{
    margin: 10px;
    flex: 1;
}
#front #column h3{
    border-bottom: 1px solid;
    padding: 3px 0;
}
#front #column .txtWrapper{
    padding: 10px 0;
}
#front #column .txtWrapper p{
    font-size: 100%;
}

@media (max-width: 1024px) {

}


@media (max-width: 999px) {
    #front .underlayerWrapper.double{
        padding: 10px;
    }
    #front #intro .menuFlex a,#front #menu .menuFlex a{
        width: 48%;
    }
}

@media (max-width: 480px) {
    #front .underlayerWrapper.double{
        padding: 10px;
    }
    #front section .contentWrapper{
        padding: 1rem;
        margin: 0;
    }
    #front #mainView img{
        width: 100%;
    }
    #front section {
        padding: 1rem 0;
    }
    #front #intro .menuFlex a, #front #menu .menuFlex a{
        width: 95%;
    }
    #front .menuFlex a span{
        position: relative;
        top: auto;
    }
    #front #merit .flex,#front #point .flex{
        display: block;
    }
    #front #menu{
        padding:1rem;
    }
    #front #column .archive h3{
        margin: 0 0 10px 0;
    }
    #front .dccs .categoly a{
        padding: 0 30px;
    }



}