@charset "UTF-8";


.m-head {
	padding-left: 30px;
	border-left: solid #930E67 1px;
	margin-bottom: 60px;
}
.m-head:nth-child(n+2) {
	margin-top: 130px;
}
.m-head .jp {
	color:#930E67;
	font-weight: bold;
	display: block;
	line-height: 1;
	padding-top: 15px;
}
.p-news .content {
	max-width: 1056px;
	margin: 0 auto 70px;
	padding: 225px 30px 0;
}


.tab-area {
  cursor: pointer;/* カーソルポインターに */
  margin-bottom: 140px;
}
.tab {
  background: #f3f3f3;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  min-height: 95px;
  padding: 28px 0;
  transition: .3s;
}


.tab.active {
  background-color: #000;
  color: #fff;
}

.panel {
  display: none;
}
.panel.active {
  display: block;
}


.p-table {
    width: 100%;
		font-size: 1.5rem;
}

.p-table th {
    text-align: left;
    vertical-align: top;
}

.p-category {
	padding: 5px 5px 4px;
	color: #fff;
	font-size: 1.3rem;
	min-width: 70px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	min-height: 20px;
	margin-left: 25px;
	background-color: #B60081;
}

.p-table td {
	padding: 25px 25px 25px 0;
	display: inline-block;
}

.p-table td a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.04em;
}

.p-table tr {
	border-bottom: solid 1px #E1DEDE;
}

.p-single .p-category {
	font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .l-header {
    background: #323232;
	}
	.tab-area {
    display: flex;
  }

  .tab {
    width: calc(100%/4);
  }

  .tab:hover {
    background: #000;
    color: #fff;
  }

  .tab:nth-child(n+2) {
    border-left: 2px solid #fff;
  }
  .p-table th {
  padding: 25px 25px 25px 20px;
  display: inline-block;
  }

  .p-table td a:hover {
      text-decoration: underline;
  }
}

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

	.p-news .content {
		padding: 120px 20px 0;
	}
	.m-head {
		margin-bottom: 30px;
	    padding-left: 15px;
	}
	.m-head:nth-child(n+2) {
		margin-top: 90px;
	}
	.m-head .jp {
		font-size: 1.2rem;
	}

	.m-head .en img {
		height: 36px;
	}

	  .tab-area {
	      max-width: 275px;
	      margin: 0 auto 30px;
	  }

	  .tab {
	      font-size: 1.4rem;
	      letter-spacing: 0;
	      min-height: 50px;
	      padding: 11px 0;
	  }

	  .tab:nth-child(n+2) {
	      margin-top: 10px;
	  }

		.p-table {
			font-size: 1.3rem;
		}


		.p-table th {
			display: block;
			width: 100%;
			padding: 15px 0 5px;
			line-height: 1;
		}

		.p-table td {
			display: block;
			width: 100%;
			padding: 0 0 15px;
			line-height: 1.7;
		}

		.p-table td a {
	    letter-spacing: 0.02em;
		}

		.p-category {
	    font-size: 1rem;
	    line-height: 1;
	    min-height: inherit;
	    min-width: 60px;
	    margin-left: 15px;
		}

		.p-single .p-category {
		    font-size: 1.1rem;
		}
		
}
