

/* #contents
---------------------------------------------------------------- */

#contents{
    border:0;
}

#contents section.imp_sec h2 {
    color: #2e2e2e;
    font-weight: bold;
    padding-top:36px;
    padding-bottom:36px;
    margin:0 auto;
}

/* subpage
---------------------------------------------------------------- */

.imp_text_center{
    text-align: center;
}

#contents section.imp_sec .imp_subpage_text{
    padding: 40px 0;
    border-top: 1px solid #ccc;
}

#contents section.imp_sec .imp_subpage_text.flex{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

#contents section.imp_sec .imp_title_q{
    color: #FE3A47;
    font-weight: bold;
}

#contents section.imp_sec .imp_title_a{
    color: #FE3A47;
    font-weight: bold;
}

#contents section.imp_sec .cmn_l {
	width:48%;
    margin-left: 0;
    margin-right: 2%;
}

#contents section.imp_sec .cmn_r {
	width:48%;
    margin-left: 2%;
    margin-right: 0;
}


@media only screen and (max-width:800px){

    #contents section.imp_sec .cmn_l {
        float:none;
        width:96%;
        margin-left: 0;
        margin-right: 2%;
    }

    #contents section.imp_sec .cmn_r {
        float:none;
        width:96%;
        margin-left: 2%;
        margin-right: 0;
    }

}

/* trial
---------------------------------------------------------------- */

#contents section.imp_sec .imp_trial{
    width: 46%;
    text-align: center;
    background-color: #1a92a1;
    margin: 0 2% 40px ;
}
#contents section.imp_sec .imp_trial_text{
    width: 46%;
    margin: 0 2% 40px ;
}
#contents section.imp_sec .imp_trial_text p{
    font-size: 100%;
}

@media only screen and (max-width:800px){

    #contents section.imp_sec .imp_trial{
        width: 96%;
    }
    #contents section.imp_sec .imp_trial_text{
        width: 96%;
    }

}

.imp_trial h3 {
    padding: 16px 0px;
    margin: 0;
    display: block;
    border-bottom: 2px solid #ffffff;
    color: #ffffff !important;
}

.imp_trial a{
    font-size: 30px;
}

.imp_trial a p{
    margin: 16px 0;
    padding: 10px 20px 11px;
    display: inline-block;
    border-radius: 8px;
    background-color: #ffffff;
    color: #1a92a1 !important;
    font-size: 24px !important;
    font-weight: bold !important;
}

.imp_trial.bg_orange a p{
    color: #FF9B00 !important;
}

@media only screen and (max-width:800px){

    .imp_trial a p{
        font-size: 1.33rem !important;
    }

}



/* company
---------------------------------------------------------------- */

#contents section.imp_sec table{
    width: 100%;
}

#contents section.imp_sec table tr{
    padding: 14px 14px ;
    border-top: 1px solid #ccc;
}

#contents section.imp_sec table td{
    padding: 18px 0 ;
}

#contents section.imp_sec table td.imp_td_left{
    width: 24%;
}


@media only screen and (min-width:800px){

}

/* top_kawasaki
---------------------------------------------------------------- */

.imp_adv{
    width: 624px;
    text-align: center;
}

.imp_adv h2{
    margin: 40px 0;
    text-align: center;
    font-size: 2rem;
    color: #1a92a1;
}
.imp_adv img{
    display: inline;
}
.imp_adv p{
    padding: 40px;
}
.imp_adv p span{
    color: #FE3A47;
}

.fancybox-content{
    padding: 0 !important;
}

@media only screen and (max-width:800px){
    .imp_adv{
        width: 90%;
    }
    .imp_adv h2{
        margin-bottom: 40px;
        text-align: center;
        font-size: 1.667rem;
        color: #1a92a1;
    }
}
