@charset "shift_jis";
/* CSS Document */

/*見出し*/
#c_4700 h2{
    color: #fff;
    background: #db5f43;
    text-align: center;
    padding: 8px 0;
    font-size: 21px;
    margin-top: 30px;
}
#c_4700 h3{
    color: #db5f43;
    background: #fff;
    border: solid 2px #db5f43;
    border-radius: 5px;
    text-align: center;
    padding: 8px 0;
    font-size: 21px;
    margin-bottom: 30px;
}
#c_4700 h3:hover{
    color: #fff;
    background: #db5f43;
}
/*項目*/
#c_4700 dl{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
#c_4700 dl dt,#c_4700 dl dd{
    padding: 20px 0;
    line-height: 1.5em;
    border-bottom: 1px solid #c7c7c7;
}
#c_4700 dl dt:nth-of-type(1),#c_4700 dl dd:nth-of-type(1){
    border-top: 1px solid #c7c7c7;
}
#c_4700 dl dt{
    width: 16%;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
#c_4700 dl dd{
    width:82%;
    text-align: left;
    padding-left:10px;
}
#c_4700 .pc_none{
    display: none !important;
}
/*アコーディオン*/
#c_4700 .menu a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #000;
}
#c_4700 .accordion__body.is-open {
  display: block;
}

#c_4700 .accordion__body {
  display: none;
}