.info-important
{
	display: none;
    margin: 3rem 2%;
}
.info-important > div
{
    align-items: center;
    border: 2px solid #f00;
    box-sizing: border-box;
    color:#000;
    display: flex;
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 5px;
}
.info-important > div .label
{
    align-items: center;
    align-self: stretch;
    background: #f00;
    color: #fff;
    display: flex;
    margin: 0 10px 0 0;
    padding: 0 10px;
    word-break: keep-all;
}
.p-info__inner .p-infoEntry.item-important
{
    display: none;
}



.p-infoMymenu
{
	box-sizing: border-box;
	padding-right: calc(2% + 60px);
}
.p-info,
.p-topMymenu
{
	box-sizing: border-box;
	/*min-width: 50%;*/
}
/* <ｵｼﾗｾﾎﾞｯｸｽｻｲｽﾞ見直し>
.p-infoEntry__title
{
	flex-wrap: wrap;
}
*/
.p-infoEntry__category
{
	background: #000;
	color: #fff;
	displat: inline-block;
    padding: 1px;
    text-align: center;
    width: 15rem;
}
.p-infoEntry__title a
{
	margin: 3px 0 0 0;
	width: 100%;
}


.p-topMymenu
{
	border: 1px solid #eee;
	padding: 4rem;
}
.p-theme__inner
{
	box-sizing: border-box;
	min-height: 100%;
}
.p-theme__list
{
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	min-height: 100%;
	width : 100%;
}
.p-theme__list > *
{
	background: #f9ecec !important;
	box-sizing: border-box;
	color: #000;
	height: calc(50% - 6rem);
	margin-top: 4rem;
	position: relative;
	width : 100% !important;
}
.p-theme__list > *:first-child
{
	margin-top: 0;
}
.p-theme__transition *::after
{
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	content: '';
	display: block;
	height: 10px;
	position: absolute;
	right: 1rem;
	top: calc(50% - 5px);
	transform: rotate(45deg);
	width: 10px;
	z-index: 99;
}
.p-theme__transition:hover
{
	color: #94002a;
}
.p-theme__transition:hover *::after
{
	border-right: 2px solid #94002a;
	border-top: 2px solid #94002a;
}
.p-theme__icon
{
	align-items: center;
	background: #94002a !important;
	display: flex;
	height: 100%;
	justify-content: center;
	max-width: unset;
	width: 70px;
}
.p-theme__icon::before
{
	display: none;
}
.p-theme__icon img
{
	height: 40px;
	width: auto;
}



@media all and (max-width: 767px)
{
				.p-infoMymenu
				{
					box-sizing: border-box;
					padding-right: 2%;
				}
}
