@charset "UTF-8";


/*******************************

mediaCss

*******************************/
.page #hero{
    border-top-color: #9e6d9e;
    border-bottom: none;
    padding-bottom:20px;
    background: url(../images/title_back.jpg) repeat;
}



/*-----------------------------
一覧ページ
-------------------------------*/
.info_list {
    width: 100%;
    overflow: hidden;
}
.info_list > li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dotted #000;
    padding: 50px 0 30px 0;
}

.info_list img {float: left;
width: 233px;
  height: 155px;
  object-fit: cover;
  object-position: 0 0
}

.info_list .txtwrap {
    float: right;
    width: 710px;
}
.info_list .txtwrap h2 {
    font-size: 20px;
    font-weight: bold;
}

.info_list .txtwrap ul {
    width: 100%;
    overflow: hidden;
    list-style-type: disc;
    margin-bottom: 20px;
}
.info_list .txtwrap ul li{
    margin-left: 2em;
}

.info_list .txtwrap a{
   display: block;
    float: right;
    width: 270px;
    border-radius: 10px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: url(../images/icon.png) 85% 45% no-repeat,#9e6d9e;
}

.info_list .txtwrap a:hover{
    background: url(../images/icon.png) 85% 45% no-repeat,#daa8da;
}



@media screen and (max-width: 767px) {

.info_list img {
    float: none;
    width: 100%;
}

.info_list .txtwrap {
    float: none;
    width: 100%;
    margin-top: 20px;
}

.info_list .txtwrap a{
  margin: 0 auto;
    float: none;
}

.info_list .txtwrap h2{
 text-align: center;
}
}
