@charset "utf-8";


/* レイアウト調整　*/
#bukken .list{ margin: auto; }
#bukken .list .sub{
  width:23%;
}
#bukken .list .sub .detail{
  position: relative;
  margin:0;
}
#bukken .list .pic .pic_box-1{
  position: relative;
  height: 200px;
}
#bukken .list .pic .pic_box-1 a{
  position: relative;
}  
#bukken .sub .pic .pic_box-1 .img002{
  position: absolute;
  width: 100%; 
}
#bukken .sub .pic .pic_box-1 .img003{ z-index: 11; }
#bukken .sub .pic .pic_box-1 .img002{ z-index: 10; }
#bukken .sub .pic .pic_box-1 .img001{ z-index: 0; }


  
  @media only screen and (max-width:768px){
    
    #bukken .list .sub{
       width:47%;
    }

    #bukken .list .pic .pic_box-1{
      height:auto;
    }
    
    #bukken .sub .pic .pic_box-1:before {
      display: none;
      padding: 0;
    }

    .icon_medama{ width: 30%;}
    .cover_medama{}
    #bukken .sub .pic img.icon_sogaku { width:40%; }
    
  }

  
  
.top_medama_ver2 h2{
  background: #c42600;
  padding: 0.8em 1em;
  margin: 1em auto;
  text-align: center;
  color: #FFF;
  border-radius: 10px;
  font-size: 22px;
  /*font-weight: bold;*/
  max-width: 1060px;
}
.top_medama_ver2 h2.kei{
  margin-top: 0.5em;
}
@media only screen and (max-width:768px){
   .top_medama_ver2 h2{   
      margin: 1em 0.5em;
    }
}

  
/* タブ＆タブ切り替えstyle */ 

.medama_list_navi ul {
  display: flex;
  width: 100%;
  max-width: 1100px;
  gap: 10px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  align-content: flex-end;
}

.medama_list_navi li{
   width: 100%;
  margin-top:auto;
}
.medama_list_navi li a {
  display: block;
  padding: 1em 2em 0.9em 2em;
  text-decoration: none;
  background: #5f3602;
  color: #FFF;
  font-size: 20px;
  cursor:pointer;
}
.medama_list_navi li:nth-child(1) a{ background:#BD070A; }
.medama_list_navi li:nth-child(2) a{ background:#9D1700; }
.medama_list_navi li:nth-child(3) a{ background: #994C1E;}
.medama_list_navi li:nth-child(4) a{ background: #764005;}


.medama_list_navi li a.active {
  background:#DC0408;
  font-size: 24px;
  padding: 1.2em 2em 1.1em 2em;
}

.medama_tab{
  background: #FFF;
  padding: 2vw;
  margin-bottom: 2vw;
  border: 10px solid #DC0408;
  } 

  @media only screen and (max-width:768px){
    
    .medama_list_navi ul {
      gap: 5px;
    }
  
    .medama_list_navi li a {
      font-size: 3vw;
      padding: 0.6em 0.5em 0.5em 0.5em;
    }

    .medama_list_navi li a.active {
      background:#DC0408;
      font-size: 3.6vw;
      padding: 0.8em 0.5em 0.7em 0.5em;
    }

    
  }
 

/*　目玉車を強調　*/
#bukken .sub{
	background:#FFF7C6;
	box-sizing: border-box;
	border: 2px #FFD423 solid;
}
#bukken .sub h3,
#bukken .osusume .sub h3{
	background: #FFD423 !important;
	font-weight: bold;
}


/* 目玉車デザイン修正 */
.pNum {
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 32px;
  color: #c00;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin: 0 !important;
  padding: 0 0 0.5em 0;
}

.pNum span {
  display: inline-block;
  font-size: 60%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.pNum span.hontai {
  display: block;
  font-size: 13px;
  line-height: 13px;
}


