@charset "UTF-8";

.p-degree_box{}
.p-degree_box + .p-degree_box{
	margin-top: 133px;
}
.p-degree_mes{
    margin: 0 0 56px;
}
.p-degree_data{
	background: #eef3fb;
	padding: 40px 6.4%;
}
.p-degree_data + .p-degree_data{
	margin-top: 30px;
}
.p-degree_data_ttl{
    margin: 0 0 35px;
}
.p-degree_data_list{}
.p-degree_data_list li{
    padding: 0 0 0 18px;
    position: relative;
    z-index: 1;
}
.p-degree_data_list li:before{
	content: "";
	z-index: 1;
	position: absolute;
	background: #333;
	width: 3px;
	height: 3px;
	top: 14px;
	left: 6px;
	border-radius: 10px;
}
.p-degree_data_foot{
	margin-top: 10px;
}


/*-------------------*/
.p-degree_table{}
.p-degree_table_name{
	text-align: right;
	margin: 0 0 8px;
	max-width: 973px;
}
.p-degree_table table{
	width: 100%;
	border-top: 1px solid #cedbef;
	border-left: 1px solid #cedbef;
	max-width: 973px;
}
.p-degree_table td,
.p-degree_table th{
	padding: 4px 0;
	border-bottom: 1px solid #cedbef;
	border-right: 1px solid #cedbef;
	vertical-align: middle;	
	text-align: center;
}
.p-degree_table td{
	font-size: 24px;
	background: #fff;
	font-family: 'Poppins', sans-serif;
}
.p-degree_table th{
	font-size: 15px;

}

.p-degree_table thead th{
	background: #0644bd;
	color: #fff;
	padding: 18px 1px;
	font-weight: bold;
}
.p-degree_table tbody th{
	background: #1877f2;
	color: #fff;
	font-weight: bold;
}


.p-degree_table tfoot th{
	background: #0644bd;
	color: #fff;
	font-weight: bold;
}

.p-degree_table tbody td,
.p-degree_table tbody th,
.p-degree_table tfoot td,
.p-degree_table tfoot th{
	padding: 28px 0;
}


/*---------------------------------------------------------
  ホバー (PCのみ)
---------------------------------------------------------*/

@media screen and (min-width: 768px) {
}


/*---------------------------------------------------------
    スマホ
---------------------------------------------------------*/

@media screen and (max-width: 767px) {

  .p-degree_box{}
  .p-degree_box + .p-degree_box{
    margin-top: 60px;
}
  .p-degree_mes{
    margin: 0 0 38px;
}
  .p-degree_data{
    padding: 20px 6.4%;
}
  .p-degree_data + .p-degree_data{
    margin-top: 15px;
}
  .p-degree_data_ttl{
    margin: 0 0 14px;
}
  .p-degree_data_list{}
  .p-degree_data_list li{
    padding: 0 0 0 14px;
}
  .p-degree_data_list li:before{
    top: 9px;
    left: 5px;
}
  .p-degree_data_foot{
    margin-top: 5px;
}


  /*-------------------*/
  .p-degree_table{}
  .p-degree_table_name{
    margin: 0 0 5px;
}
  .p-degree_table table{}
  .p-degree_table td,
  .p-degree_table th{}
  .p-degree_table td{
    font-size: 18px;
}
  .p-degree_table th{
    font-size: 13px;
}

  .p-degree_table thead th{
    padding: 11px 1px;
    line-height: 1.2;
}
  .p-degree_table tbody th{}


  .p-degree_table tfoot th{}

  .p-degree_table tbody td,
  .p-degree_table tbody th,
  .p-degree_table tfoot td,
  .p-degree_table tfoot th{
    padding: 12px 0;
}

}

