@charset "utf-8";
/* CSS Document */

/* Table5-------------------------------------- */
.Table5 { width: 100%; border-collapse: collapse;　border-spacing: 0; border: 0px;
}

.Table5 th  { width: 25%; padding: 2% 2% 2% 2%; text-align: left; vertical-align: top;
	          font-size:1.4rem; font-weight: normal; background-color: #ffffff; color: #000000;
	border-bottom: 1px #D5D5D5 solid; border-right: 1px #D5D5D5 dotted;
}

.Table5 td  { width: 75%; padding: 2% 2% 2% 2%; text-align: left; font-size:1.4rem;
	          color: #060606; background-color: #FFFFFF;
              border-bottom: 1px #D5D5D5 solid;
              }

.Table5 td a:visited  { color: #A01197 !important}

.Table5 p {font-size:1.4rem; line-height:1.6; letter-spacing:0.5pt; color: #171717; margin-bottom: 20px}









@media print, screen and ( max-width:769px ){


/* Table5-------------------------------------- */
.Table5 { box-sizing: border-box}

.Table5 th{ text-align: left; width: 100%;
	background-color: #DFDFDF;
    display: block;
    border-top: none;
	font-size: 1.4rem;
	font-weight: normal;
	border-right: 0px;
	border-bottom: 0px;
	padding: 1% 1% 1% 1%; box-sizing: border-box
    }


.Table5 td{ text-align: left;
    width: 100%;
    display: block;
    border-top: none;
	font-size: 1.4rem;
	background-color: #FFFFFF;
	color: #2A2A2A;
	border-bottom: 0px;
	padding: 3% 3% 3% 2%; box-sizing: border-box
    }

.Table5 p {font-size:1.4rem; color: #171717; margin-bottom: 20px}







}
