@charset 'UTF-8';
@media (max-width:991px){
.logo a {
	width: 100px;
}
}    
@media (min-width:992px){
.logo {
	line-height: 1;
	height: 84px;
	margin: 8px 0;
}    
.logo a {
	padding-top: 84px;
}
       
footer .logo a {
	background: url(/assets/img/common/logo_w.png) no-repeat center center;    
	background-size: auto 70px;
	width: 150px;    
}  

/*==========Plan==========*/

.plan_bg{
   background:url("/assets/img/index/bg_05.jpg") no-repeat center center ; background-size: cover;
}

.plan_wrapper{
   margin-bottom: 50px;
}

.plan_wap_bg{
   background:url("/assets/img/index/plan_text_01.png") no-repeat center right ; background-size: 168px;
}

.plan_title{
    font-size: 16px;
    color: #ffffff;
    background: #646464; 
    padding: 15px 20px;
    border-radius:10px 10px 0 0; /*角の丸み*/
    margin-bottom: 0px;
}

.plan_title_01{
    background: #8cacc4; 
}
.plan_title_02{
    background: #6d93af; 
}
.plan_title_03{
    background: #537c9b; 
}
.plan_title_04{
    background: #306084; 
}
.plan_title_05{
    background: #285170; 
}

.plan_text_wapper{
    padding: 0.5em 0.8em;
    font-weight: normal;
    background: #FFF;
    border-radius: 0 0 10px 10px;/*角の丸み*/
}


.plan_box{
    padding:4px;
}

.plan_box p {
    margin-bottom: 0em;
}
    

.plan_box span{
    font-size: 14px;
    font-weight: normal;
}

.plan_box p strong{
    font-size: 30px;
    font-weight: bold;
    margin: 0 5px;
}

.pval{
   color: red;
}

.pval2{
   color: #0c88cc;
}
.pval3{
   color:red;
   font-size: 20px !important;
}


.plan_text{
   line-height:1.5em;
   padding-top: 10px;
   border-bottom: 1px solid #d3d3d3;
   padding: 18px 0 18px 0;
   line-height: 1.7em;
}

.no-border{
   border-bottom: 0px;
}


@media(max-width:991px){
.plan_wap_bg{background:url("/assets/img/index/plan_text_01.png") no-repeat bottom right ; background-size: 168px;}
}

