@charset "utf-8";

/* CSS Document */
.system-migration-completion_wrap.u-next .LScam_summary{
	display: inline-block;
	width: 100%;
	font-family: 'BIZ UDPMincho', serif;
	line-height: 1.6;
	background-color: #555555;
	color: #ffffff;
	padding: 10px;
}
.system-migration-completion_wrap.u-next .LScam_summary h2 {
	text-align: left;
	color: #fce6be;
	font-size: 1.5em;
	margin: 30px 0 0;
}
.system-migration-completion_wrap.u-next .LScam_summary section {
	margin: 50px auto;
}
.system-migration-completion_wrap.u-next .LScam_summary .center h2, .system-migration-completion_wrap.u-next .LScam_summary .center p {
	text-align: center;
	margin: 30px 0 0;
}

.u-next_itemlist {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	gap: 30px;
}
.attention ul{
	margin: 20px 0 0;
}
.attention li{
	list-style-type: none;
	padding: 0 30px;
}
.u-next_item {
	background-color: #333;
	border: 3px solid #fff;
	border-radius: 10px;
	border-radius: 10px;
}
.u-next_item ol {
	justify-content: center;
	padding: 0;
	margin: 0 0 40px;
}


.u-next_itemlist li {
	max-width: 250px;
	
}
.u-next_itemlist li a{
	color: #ffffff;
	text-decoration: none;
}
.u-next_itemlist li img{
	max-width: 100%;
}

.system-migration-completion_wrap.u-next .LScam_summary .u-next_deadline {
	display: flex;
	max-width: 550px;
	background-color: #fff;
	border-radius: 10px;
	color: #333;
	margin: 20px auto;
}
.system-migration-completion_wrap.u-next .LScam_summary .u-next_deadline h2 {
	font-size: 1.5em;
	color: #333!important;
	border-right: 3px solid #333;
	padding: 0 30px 0 100px;
	margin: 32px 0;
}
.system-migration-completion_wrap.u-next .LScam_summary .u-next_deadline p {
	font-weight: bold;
	font-size: 2.5rem;
	color: #7e1501;
	padding: 0 30px;
	margin: 20px 0;
}

.u-next_line {
	display: block;
	max-width: 600px;
}

.u-next_line h2 {
	border-left: 3px solid #fce6be;
	padding: 0 0 0 10px ;
	margin: 20px 30px;
}

.u-next_line p {
	padding: 0 30px;
	margin: 20px 0;
}


/*@media screen and (max-width: 767px) {
.system-migration-completion_wrap.u-next .LScam_summary .u-next_deadline h2 {
    font-size: 1.5em;
    color: #333!important;
    border-right: 3px solid #333;
    padding: 0 0px 0 25px;
    margin: 30px 0;
}
.system-migration-completion_wrap.u-next .LScam_summary .u-next_deadline p {
    font-weight: bold;
    font-size: 2.2rem;
    color: #7e1501;
    padding: 0px 0 0 15px;
    margin: 22px 0;
}
.u-next_item ol {
    justify-content: center;
    padding: 0;
    margin: 0 0 20px;
}
.u-next_itemlist {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    gap: 10px;
}

}

*/







