h3 {
    font-size: 20px;
    width: 40%;
    border-bottom: #2196F3;
    border-bottom-style: inset;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    }
    
    #main_inner > .inner01 > .inner02 {
    text-align: center;
    padding: 0 80px 40px;
    /*background: url(../img/common/frame04_m.png) repeat-y 50% 0;*/
}

.list01 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 440px;
}



.list01 .thum {
    position: relative;
    width: 440px;
    height: 220px;
    margin-bottom: 15px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 2px 1px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 1px 2px 1px;
    background: #fff;
    overflow: hidden;
}

.list01 .thum span {
    display: block;
    width: 440px;
    height: 220px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.list01 a::after, .list01 div::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
}


.list01 a .thum::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
}


img.icon {
    vertical-align: initial;
    margin-bottom: -7px;
}

#special.kansei #main {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    /* font-weight: bold; */}

p.text {
    font-weight: normal;
    text-align: left;
    line-height: 150%;
}

.list01 a .thum::after{
   opacity: 0;
}


.list01 a::after, .list01 div::after{
   border: none;
}



.list02 a .thum::after{
   opacity: 0;
}


.list02 a::after, .list02 div::after{
   border: none;
}


.list02 a::after, .list01 div::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
}


.list02 a .thum::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
}

h3.cdsp {
    font-size: 20px;
    width: 100%;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
  border: none;
}

.list02{
    text-align: center;
}

.list02 li {
    margin: 40px;
    margin-left: 60px;
    float: left;
}


p.daytext {
    font-size: 20px;
    background: #00adec;
    color: white;
    margin: 10px auto;
    width: 200px;
}