/* ======================

 [brake-point]
 min-width:768px
 max-width:767px

====================== */
/* ----- news ----- */
.news {
	padding: 30px 3%;
	background-color: #fff;
}

.news p {
	margin-top: 1.5em;
}

.news p:first-child {
	margin-top: 0;
}

.top03__heading {
	width: 25.4717%;
	padding: 22px 0;
	border-bottom: 1px solid #fff;
	color: #5c5c5c;
	font-size: 1rem;
	text-align: center;
	vertical-align: top;
	background-color: #f4f4f4;
}
.top03__heading-td{
	padding: 10pt;
	border-width: thin;
	border-style: solid;
	border-color: #f4f4f4; 
	text-align: left; 
	vertical-align: middle;
}
.inner--pc{
	border: solid 1px #f4f4f4;
}
.top03-02__btn {
	position: relative;
    display: block;
    width: 270px;
    margin: 10px auto;
    padding: 8px 0;
    border: 1px solid #d4c2d9;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;

    background-size: 12px 10px;
}
.top03-02__btn::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 12px;
	height: 10px;
	margin: auto;
	content: '';
	overflow: hidden;
	background: url(../../common/img/icon--window_pc.png) left top no-repeat;
}
.top03-02__btn:hover {
	border-color: #80408d;
	color: #fff;
	background-color: #80408d;
}

.top03-02__btn:hover::after {
	background-position: left bottom;
}



.top03__table td picture, .top03__table td img:nth-child(2) {
    margin: 10px  auto;
  }

.top03__table img {
    margin: 0 auto;
}

.news__table-dt{
	font-weight: bold;
}
