/* ******* section ****** */

.intro_tittle {
	position: relative;
    width: 900px;
    margin-right: auto;
    margin-left: 280px;
    margin-top: ;
	margin-bottom: 4em;
	text-align: center;
}
.intro_tittle:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 30%;
	height: 7px;
	left: 450px;
	transform: translateX(-50%);
	background-color: #F06292;
	border-radius: 2px;
}


.intro_tittle02 {
	position: relative;
    width: 900px;
    margin-right: auto;
    margin-left: 0px;
    margin-top: 5em;
	margin-bottom: 1.5em;
	text-align: center;
}
.intro_tittle02:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 10%;
	height: 5px;
	left: 450px;
	transform: translateX(-50%);
	background-color: #F06292;
	border-radius: 2px;
}

.intro_tittle03 {
	position: relative;
    width: 900px;
    margin-right: auto;
    margin-left: 280px;;
    margin-top: 3em;
	margin-bottom: 1.5em;
	text-align: center;
}
.intro_tittle03:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 30%;
	height: 5px;
	left: 450px;
	transform: translateX(-50%);
	background-color: #F06292;
    border-radius: 2px;
}

.font09{
   width: 900px;
    margin-right: auto;
    margin-left: 280px;
    text-align: center;
}
.font10{
    width: 900px;
    margin-right: auto;
    margin-left: 280px;
    text-align: center;
}
.font11{
    width: 900px;
    margin-right: auto;
    margin-left: 280px;
    text-align: center;
    margin-bottom: 0%;
}

/* table */
.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 1020px;
    margin-right: auto;
    margin-left: 220px;
    text-align: center;
    margin-bottom: 3%;
	border-collapse: collapse;
}
.cp_table th, .cp_table  td {
	padding: 7px;
	border: 2px solid #FF6884;
}
.cp_table th {
	width: 15%;
	text-align: center;
	background: #FFC0CB;
}

.cp_table td {
	text-align: left;
	background: #FFF4F6;
}

#table01{
    background-color: #FFC0CB;
    font-weight: 800;
}

@media only screen and (max-width:480px) {
	.cp_table {
		margin: 0;
	}
	.cp_table th, .cp_table td {
		width: 100%;
		display: block;
		border-top: none;
	}
	.cp_table tr:first-child th {
		border-top: 1px solid #FF6884;
	}
}