/* common */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');
.pc_only{display: block;}
.sp_only{display: none;}
@media screen and (max-width:980px) {
.pc_only{display: none;}
.sp_only{display: block;}
}
.ot-table-of-contents__list ul li{margin-left: 1em;}
/* unique */
.smr-table{border-top: 1px solid #B2B2B2;border-left: 1px solid #B2B2B2;}
.smr-table td{border-right: 1px solid #B2B2B2;border-bottom: 1px solid #B2B2B2;}
.smr-table h3{font-size: 1rem;line-height: calc(29 / 20); font-weight: 700;color: #fff;text-align: center;padding: 14px;}
.smr-table .mr-table-blue h3{background-color: #044990;}
.smr-table .mr-table-green h3{background-color: #32543B;}
.smr-table .mr-table-red h3{background-color: #DD0011;}
.smr-table ul{padding: 20px 28px 25px;}
.smr-table ul li{position: relative;padding-left: 1em;font-size: 1rem;font-weight: 700;color: #222;margin: 15px 0 0;}
.smr-table ul li:first-of-type{margin-top: 0;}
.smr-table ul li::before{content: '';display: block;position: absolute;top: 9px;left: 0;width: 9px;height: 9px;border-radius: 50%;background-color: #F50F0F;}
.smr-ploblem-occurs{position: relative;border: 1px solid #F50F0F;padding:40px 30px 30px;}
.smr-ploblem-occurs .smr-ploblem-occurs-tag{display: inline-block; font-size: 1.125rem;line-height: calc(29 / 18);font-weight: 500;color: #fff;border-radius: 3px;background-color: #F50F0F;padding: 5px 28px 4px;position: absolute;top: -20px;left: 30px;}
.smr-ploblem-occurs ul li{position: relative;padding-left: 1em;font-size: 1rem;line-height: calc(24 / 16); font-weight: 700;color: #222;margin: 10px 0 0;}
.smr-ploblem-occurs ul li:first-of-type{margin-top: 0;}
.smr-ploblem-occurs ul li::before{content: '';display: block;position: absolute;top: 9px;left: 0;width: 9px;height: 9px;border-radius: 50%;background-color: #F50F0F;}
/* pc */
@media only screen and (min-width:768px){
	.smr-table td{width: calc(100% / 3);}
}
/* sp */
@media only screen and (max-width:767px){
	.smr-table{border-top: none;border-left: none;}
	.smr-table,
	.smr-table tbody,
	.smr-table tr,
	.smr-table td{display: block;}
	.smr-table td{width: 100%;border-top: 1px solid #B2B2B2;border-left: 1px solid #B2B2B2;}
	.smr-table tr td{margin-top: 15px;}
	.smr-table tr td:first-of-type{margin-top: 0;}
	.smr-table h3{font-size: 1rem;text-align: left;}
	.smr-table ul{padding: 15px;}
	.smr-table ul li{font-size: 0.875rem;margin-top: 10px;}
	.smr-table ul li::before{top: 7px;left: 0;width: 7px;height: 7px;}
	.smr-ploblem-occurs{padding: 30px 20px 20px;}
	.smr-ploblem-occurs .smr-ploblem-occurs-tag{left: 20px;font-size: 1rem;padding: 5px 15px 4px;}
	.smr-ploblem-occurs ul li{font-size: 0.875rem;margin-top: 10px;}
	.smr-ploblem-occurs ul li::before{top: 7px;left: 0;width: 7px;height: 7px;}
}