/* ----------------------------------------

about

---------------------------------------- */
#about  {
    padding: 6rem 0;
}
#about .secTitle {
    text-align: left;
}
#about .title01 {
    line-height: 1.0;
}
#about .description {
    padding-right: 6rem;
}
#about .secTitle .main {
    margin: 4rem 0;
}
/* about_conts01
------------------------------- */
#about_conts01 {
    display: flex;
    justify-content: space-between;
}
#about_conts01 > .textArea {
    width: 50%;
}
#about_conts01 > .imgArea {
    width: 48%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#about_conts01 > .imgArea img {
    margin-bottom: 2rem;
}

@media only screen and (max-width: 767px){
    #about_conts01 {
        display: block;
    }
    #about_conts01 > .textArea {
        width: auto;
    }
    #about_conts01 > .imgArea {
        width: auto;
    }
    #about .textArea {
        padding-bottom: 5rem;
    }
    #about .description {
        padding-right: 0;
    }
}
/* catBtn_wrap
------------------------------- */
#about .catBtn_wrap {
    text-align: center;
    margin-top: 3rem;
}
#about .catBtn_inner {
    max-width: 72.6rem;
    width: 100%;
    box-sizing: content-box;
    display: inline-block;
    padding: 0 13rem;
    position: relative;
}
#about .catBtn_inner::before {
    content: "";
    width: 9.5rem;
    height: 100%;
    background: url(../img/top/catBtn_img.svg) left center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}
#about .catBtn_wrap .btn01 {
    width: 100%;
    margin: 3rem auto 0;
}
@media only screen and (max-width: 767px){
    /* catBtn_wrap
    ------------------------------- */
    #about .catBtn_inner {
        padding: 100px 0 0;
    }
    #about .catBtn_inner::before {
        width:100%;
        height: 90px;
        background: url(../img/top/catBtn_img.svg) center center no-repeat;
        background-size: contain;
    }
}
/* ----------------------------------------



/* ----------------------------------------

ranking

---------------------------------------- */
#ranking .ranking_conts01 {
    text-align: center;
    border-bottom: solid 3px #002971;
}
#ranking .ranking_conts01 .ranking_img {
    margin-bottom: 3em;
}
#ranking .ranking_conts01 .title02 {
    font-size: 4.5rem;
    font-weight: 500;
    margin-bottom: 6rem;
}
#ranking .ranking_conts02 {
    padding: 7rem 0 14rem;
}
#ranking .ranking_conts02 .bulk_quotation {
    text-align: center;
}
#ranking .ranking_conts02 .bulk_quotation .btn01 {
    font-size: 3rem;
    padding: 2.5rem 6em;
    background: linear-gradient(to right, #FF6221, #FFa300);
}
/* tab_btn
------------------------------- */
#tab_btn {
    display: flex;
    justify-content: space-between;
    margin:	0 auto;
}
#tab_btn a.tab {
    display: flex;
    justify-content: center;
    align-items: center;
}
#tab_btn a.tab {
    background-color: white;
    padding: 2rem 0 1rem;
    border: solid 1px #a6a6a6;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    flex: 1;
    color: #4e4e4e;
    font-weight: bold;
}

#tab_btn a.tab.active {
    color: white;
    background-color: #002971;
    border: solid 1px #002971;
}
#tab_btn a.tab {
    margin: 0 0.3rem;
}
/* tabContent
------------------------------- */
#tabContent {
    margin-bottom: 8rem;
}
#tabContent > * {
    opacity: 0;
    display: none;
    transition: all .5s ease-in-out;
}
#tabContent > .active {
    opacity: 1;
    display: block;
}
/* rankingItem
------------------------------- */
.rankingItem {
    display: flex;
    background-color: white;
    margin-bottom: 2rem;
    padding: 3rem 0;
    border: solid 1px #e5eaf1;
    border-radius: 10px;
    box-shadow: 3px 0 rgba(0, 41, 113, 0.3);
}
.rankingItem.selected {
    background-color: #fffff6;
}
.rankingItem .added_bulk_quotation {
    display: block;
}
.rankingItem.selected .add_bulk_quotation {
    display: none;
}
.rankingItem .added_bulk_quotation {
    display: none;
}
.rankingItem.selected .added_bulk_quotation {
    display: block;
}
.rankingItem .added_bulk_quotation p {
    color: #ff6221;
}
.rankingItem .imgArea {
    flex:2;
    text-align: center;
}
.rankingItem .imgArea .banner {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 15rem;
    padding: 0 3rem;
}
.rankingItem .imgArea .banner img {
    width: 100%;
    max-width: 20rem;
    max-height: 15rem;
}
.rankingItem .feature {
    flex:4;
}
.rankingItem .addBtn, .rankingItem .applyBtn {
    flex:1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rankingItem .imgArea .rank {
    margin: 1rem 0;
    min-height: 5rem;
}
.rankingItem .imgArea .rank .circle span {
    background-color: #8094b8;
    color: white;
    font-size: 1.5rem;
    font-weight: bolder;
    padding: 0.5em;
    border-radius: 20px;
}
.rankingItem .feature .spec{
    display: flex;
}
.rankingItem .feature .spec .specItem{
    flex: 1;
}
.rankingItem .title03 {
    font-size: 2rem;
}
.rankingItem p {
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #4e4e4e;
}
.rankingItem .feature .spec .specItem .specTitle{
    color: #002971;
}
.rankingItem .hr {
    border-bottom: solid 1px #8094b8;
    margin: 1rem 0;
}
.rankingItem .point {
    margin: 0 0 10px;
    line-height: 1.4em;
}
.rankingItem .addBtn img {
    margin-bottom: 1rem;
    cursor: pointer;
}
.rankingItem .applyBtn .btn01 {
    padding: 1.5rem 1.5em;
    background: #ff6221;
    font-size: 1.5rem;
    font-weight: normal;
}
@media only screen and (max-width: 767px) {
    .rankingItem {
        flex-direction: column;
        padding: 3rem;
    }
    .rankingItem .imgArea, .rankingItem .feature, .rankingItem .addBtn, .rankingItem .applyBtn {
        padding : 1rem 0;
    }
    .rankingItem .applyBtn .btn01 {
        padding: 1.5rem 4em;
        font-size: 2rem;
    }
}
/* ----------------------------------------

other_company

---------------------------------------- */
#other_company {
    padding-top: 6rem;
    padding-bottom: 8rem;
}
#other_company .rankingItem .banner {
    margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
    #other_company .rankingItem .banner {
        margin-top: 0rem;
    }
}
/* ----------------------------------------

ranking_list

---------------------------------------- */
#ranking_list  {
    padding: 6rem 0 8rem;
}
#ranking_list .title {
    padding-bottom: 3rem;
}
#ranking_list .title03 {
    margin-left: 4rem;
}
#ranking_list .categoryList {
    margin-left: -2.3rem;
}
#ranking_list li {
    display:inline;
    padding: 0 2.3rem 0 2rem;
    border-right: solid 1px #4e4e4e;
    font-weight: bold;
}
#ranking_list li:last-child {
    border-right: none;
}
@media only screen and (max-width: 767px) {
    #ranking_list .title03 {
        display: block;
        margin: 2rem 0 0 0;
    }
}
/* ----------------------------------------

column

---------------------------------------- */
#column  {
    padding: 6rem 0;
}
