@charset "utf-8";


h2.r001h2{  text-align: left !important;
  padding: 5px 20px !important;
  line-height: 2rem !important;
  color: white;}
h2.r002h2{  text-align: left !important;
  padding: 5px 20px !important;
  line-height: 2rem !important;
  color: white;}
h2.r003h2{  text-align: left !important;
  padding: 5px 20px !important;
  line-height: 2rem !important;
  color: white;}
h2.r004h2{  text-align: left !important;
  padding: 5px 20px !important;
  line-height: 2rem !important;
  color: white;}

h3{
  font-weight: bold;
  text-align: left;
  line-height: 2.0rem;
  margin-top: 20px;
  
  }

h4{
font-weight: bold;
text-align: left;
margin-top: 20px;
}



p{ 
  text-align: left;
  margin: 10px 0 15px;
}

.jumplink{
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0;
}


.color_r001 {
 background-color: #209289;
}

.color_r001 dd {
  border: 5px solid #209289;
 }

.color_r002 {
  background-color: #DBBC24;
}

.color_r002 dd {
  border: 5px solid #DBBC24;
}

.color_r003 {
  background-color: #8888FF;
}

.color_r003 dd{
  border: 5px solid #8888FF;
}

.color_r004 {
  background-color: #E30031;
}

.color_r004 dd{
  border: 5px solid #E30031;
}

.jumplink dl{
  width : 223px;
 border-radius: 10px;
 margin-bottom: 20px;
  
}

.jumplink dt{
  color:white;
  padding: 20px 0 12px;
  font-size: 1.5rem;
}

.jumplink dd{
  background-color: white;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  line-height: 2rem;
}

.r001h2{
  background-color: #209289;
}
.r002h2{
  background-color: #DBBC24;
}
.r003h2{
  background-color: #8888FF;
}
.r004h2{
  background-color: #E30031;
}

div.voiceword dl {
  text-align: left;
  padding: 30px 0;
  border-bottom: 1px solid #CCCCCC;

}

div.voiceword dt {
    line-height: 3rem;
    font-size: 1.2rem;
    background: url(../../images/men.png) no-repeat left center;
    background-position: 0% 30%;
    padding-left: 40px;

}

div.voiceword dd {
    line-height: 1.6rem;
}










/* ---------------------------------
メディアクエリー
--------------------------------- */
@media screen and (max-width: 767px) {

.jumplink{
width: 100%;


}


.jumplink a{
  width: 47%;

  
  }

  .jumplink dl{

     width : 100%;
     border-radius: 10px;
     margin-bottom: 20px;
     font-size: 1.1rem;
      


    
  }
  
}
