@charset "utf-8";
/* CSS Document */

/*!
 * index Seting
 */
.tp-Item_Des .card-body {
	background-color: #f8f9fa;
}
.tp-Item_Des .card {
	border: #f8f9fa;
}
.tp-Item_Des .card-text {
     display: inherit;
     -webkit-box-orient: inherit;
     -webkit-line-clamp: inherit;
     overflow: inherit;
}
/*!
 * mypage Seting
 */
.my-Trans-Box  .mail-inner, .my-Trans-Box article > a {
    width: 100%;
}
.my-Trans-Box article {
	border-bottom: 1px #EFEFEF solid;
}
.my-Trans-Box .item-text {
	position: relative;
    margin-bottom: 10px;
}
.my-Trans-Box .item-text .fa-angle-right {
	position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
	font-size: 23px;
}
.my-Trans-Box .day, .my-Trans-Box .card-text {
	margin: 0;
}
.my-Trans-Box a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.my-Trans-Box a .card-text, .my-Trans-Box a .item-text .fa-angle-right {
	color: #333333;
}
.my-Trans-Box a .day  {
	color: #888888;
}
.my-Trans-Box a .day .far {
	color: #88888F;
	margin-right: 3px;
}
.my-Trans-Box .btn-gray {
	margin-top: 20px;
	width: 100%;
}
.Info-Box .title-mp {
    line-height: 43px;
    font-size: 28px;
}
.Info-Box .item-title {
	/*margin: 20px auto;*/
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.Info-Box .title-mp {
	    line-height: 30px;
	    font-size: 22px;
	}
}



