@media screen and (min-width: 601px) {

.mypage-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding: 10px;
	margin-bottom: 30px;
	background-color: #FBEECE;
	box-sizing: border-box;
	border-radius: 10px;
}
.mypage-info__title {
	width: 120px;
	padding-right: 10px;
	box-sizing: border-box;
	text-align: center;
	color: #7D654E;
	font-size: 15px;
	letter-spacing: 0;
}
.mypage-info__content {
	background-color: #fff;
	width: calc(100% - 120px);
	padding: 14px 18px;
	box-sizing: border-box;
}
.mypage-info-list {
	font-size: 14px;
	margin-bottom: 0;
}
.mypage-info-list-item {
	line-height: 1.4;
	margin-bottom: 6px;
}
.mypage-info-list-item:last-child {
	margin-bottom: 0;
}
.mypage-info-list-item a {
	color: #333;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
}
.mypage-info-list-item__date {
	font-size: 11px;
	color: #fff;
	background-color: #f80;
	display: inline-block;
	padding: 0.5px 0;
	border-radius: 4px;
	width: 42px;
	text-align: center;
	box-sizing: border-box;
}
.mypage-info-list-item__date--pr {
	letter-spacing: 2px;
	padding-left: 2px;
}
.mypage-info-list-item__title {
	width: calc(100% - 42px);
	padding-left: 8px;
	box-sizing: border-box;
}
.mypage-navi-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.mypage-navi-list-item {
    width: calc((100% / 3) - 8px);
    margin-bottom: 12px;
    box-sizing: border-box;
}
.mypage-navi-list::after {
	display: block;
	content:"";
    width: calc((100% / 3) - 8px);
}
.mypage-navi-list-item a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding: 8px 20px;
	height: 80px;
	box-sizing: border-box;
	line-height: 1.45;
	letter-spacing: 0;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #f80;
}
.mypage-navi-list-item a:hover {
	text-decoration: none;
	color: inherit;
	background-color: #fffdf0;
}
.mypage-navi-list-item__title {
	display: block;
	width: 100%;
	color: #f80;
	font-weight: bold;
	font-size: 15px;
}
.mypage-navi-list-item__content {
	display: block;
	width: 100%;
	font-size: 11.5px;
	color: #333;
	margin-top: 2px;
}
.mypage-navi-list .unread-count-box {
	position: relative;
}
.mypage-navi-list .unread-count-box .title {
}
.mypage-navi-list .unread-count-box .unread-count {
	position: relative;
	width: 17px;
	height: 17px;
	box-sizing: border-box;
	font-size: 9px;
	line-height: 1;
	display: inline-block;
	border-radius: 50%;
	margin-right: 5px;
	padding-top: 3px;
	text-align: center;
	color: #fff;
	background-color: #f80;
	top: -2px;
}
.mypage-navi-list > li.active .unread-count-box .unread-count {
	color: #f80;
	background-color: #fff;
}
.mypage-navi-cat-heading {
	color: #444;
	background: none;
	font-size: 18px;
	border-bottom: solid 1px #f80;
	border-radius: 0;
	padding: 10px;
	margin: 2px 0 15px;
}
.mypage-navi-cat-heading--top {
	margin-top: 15px;
}

}



@media screen and (max-width: 600px) {

.mypage-info {
	padding: 4px 8px 8px;
	margin-bottom: 25px;
	background-color: #FBEECE;
	box-sizing: border-box;
	border-radius: 8px;
}
.mypage-info__title {
	padding-bottom: 4px;
	text-align: center;
	color: #7D654E;
	font-size: 15px;
	letter-spacing: 0;
}
.mypage-info__content {
	background-color: #fff;
	padding: 12px 8px;
	box-sizing: border-box;
}
.mypage-info-list {
	font-size: 13px;
	margin-bottom: 0;
}
.mypage-info-list-item {
	line-height: 1.4;
	margin-bottom: 8px;
}
.mypage-info-list-item:last-child {
	margin-bottom: 0;
}
.mypage-info-list-item a {
	color: #333;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
}
.mypage-info-list-item__date {
	font-size: 10px;
	color: #fff;
	background-color: #f80;
	display: inline-block;
	padding: 1px 0;
	width: 35px;
	border-radius: 4px;
	text-align: center;
	box-sizing: border-box;
}
.mypage-info-list-item__date--pr {
	letter-spacing: 2px;
	padding-left: 2px;
}
.mypage-info-list-item__title {
	width: calc(100% - 35px);
	padding-left: 6px;
	box-sizing: border-box;
	letter-spacing: 0;
}
.mypage-navi-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.mypage-navi-list-item {
    width: calc((100% / 2) - 5px);
    margin-bottom: 10px;
    box-sizing: border-box;
}
.mypage-navi-list-item a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding: 8px 12px;
	height: 76px;
	box-sizing: border-box;
	line-height: 1.45;
	letter-spacing: 0;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #f80;
}
.mypage-navi-list-item a:hover {
	text-decoration: none;
	color: inherit;
	background-color: #fffdf0;
}
.mypage-navi-list-item__title {
	display: block;
	width: 100%;
	color: #f80;
	font-weight: bold;
	font-size: 13.5px;
}
.mypage-navi-list-item__content {
	display: block;
	width: 100%;
	font-size: 10px;
	color: #333;
	margin-top: 2px;
}
.mypage-navi-list .unread-count-box {
	position: relative;
}
.mypage-navi-list .unread-count-box .unread-count {
	position: relative;
	width: 17px;
	height: 17px;
	box-sizing: border-box;
	font-size: 9px;
	line-height: 1;
	display: inline-block;
	border-radius: 50%;
	margin-right: 4px;
	padding-top: 3px;
	text-align: center;
	color: #fff;
	background-color: #f80;
	top: -2px;
}
.mypage-navi-list > li.active .unread-count-box .unread-count {
	color: #f80;
	background-color: #fff;
}
.mypage-navi-cat-heading {
	color: #444;
	background: none;
	font-size: 17px;
	border-bottom: solid 1px #f80;
	border-radius: 0;
	padding: 10px;
	margin: 2px 0 15px;
}
.mypage-navi-cat-heading--top {
	margin-top: 15px;
}

}

/* マイページ／寄付：定額寄付解除完了（全画面幅で表示） */
.mypage-donation-stop-notice::backdrop {
	background: rgba(0, 0, 0, .45);
}
.mypage-donation-stop-notice {
	max-width: 22rem;
	width: calc(100% - 2rem);
	margin: auto;
	padding: 1.5rem 1.25rem;
	border: 0;
	border-radius: 0.5rem;
	box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, .2);
	box-sizing: border-box;
}
/* p に変更（サイト共通 h2 の帯・余白が当たらないようダイアログ内で完結） */
.mypage-donation-stop-notice .mypage-donation-stop-notice__title {
	margin: 0 0 1rem;
	padding: 0;
	font-size: 1.0625rem;
	line-height: 1.4;
	font-weight: 700;
	color: #333;
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	letter-spacing: 0;
}
.mypage-donation-stop-notice__text {
	margin: 0 0 1.25rem;
	font-size: 0.875rem;
	line-height: 1.65;
	color: #444;
}
.mypage-donation-stop-notice__actions {
	margin: 0;
	text-align: center;
}