@charset "utf-8";
/*-------------------------
Common
-------------------------*/
br.br-sp {
  display: inline-block !important; }
  @media screen and (min-width: 768px) {
    br.br-sp {
      display: none !important; } }

br.br-pc {
  display: none !important; }
  @media screen and (min-width: 768px) {
    br.br-pc {
      display: inline-block !important; } }

/*-------------------------
matter
-------------------------*/
@media screen and (max-width:767px) {

	.matter-header {
		font-size: 22px;
		font-weight: 600;
		line-height: 33px;
		color: #333333;
	}

	.matter-list {
		margin-top: 50px;
	}

	.matter-list__block {
		margin-bottom: 20px;
	}

	.matter-list__subblock {
		margin-top: 20px;
	}

	.matter-list__subblock2 {
		margin-top: 10px;
	}

	.matter-list__title {
		font-size: 18px;
		font-weight: 500;
		line-height: 27px;
		margin: 50px 0 10px 15px;
		padding-left: 1.5em;
		text-indent: -1.5em;
		position: relative;
	}

	.matter-list__title::before {
		content: "";
		position: absolute;
		top: 0;
		left: -15px;
		display: block;
		width: 5px;
		height: 100%;
		border-radius: 3px;
		background-color: #20A2C6;
	}

	.matter-list__title span {
		margin-right: 0.7em;
	}

	.matter-list__subtitle {
		position: relative;
		font-size: 16px;
		font-weight: 500;
		line-height: 26px;
		padding-left: 1.2em;
		margin-bottom: 5px;
	}

	.matter-list__subtitle::before {
		content: "●";
		position: absolute;
		top: 0;
		left: 0;
		color: var(--blue);
		font-size: 0.6em;
	}

	.matter-list__subtitle2 {
		position: relative;
		font-size: 16px;
		font-weight: 500;
		line-height: 26px;
		margin-bottom: 5px;
	}

	.matter-list__txt {
		font-size: 16px;
		line-height: 28px;
		text-align: justify;
		word-break: break-all;
	}

	.matter-list__txt > a {
		position: relative;
		display: block;
		width: auto;
		font-size: 16px;
		line-height: 24px;
		color: var(--blue);
		font-weight: 500;
		padding-left: 16px;
		background-image: url(../images/icon-btn-bl.png);
		background-repeat: no-repeat;
		background-position: left top 10px;
		background-size: 5.72px 10px;
		transition: 0.3s ease;
	}

	.matter-list__txt > a:hover {
		opacity: 0.7;
	}

	.matter-list__link {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
		margin-top: 20px;
	}

	.matter-list__link > a {
		position: relative;
		display: block;
		width: auto;
		font-size: 16px;
		line-height: 24px;
		color: var(--blue);
		font-weight: 500;
		padding-left: 16px;
		background-image: url(../images/icon-btn-bl.png);
		background-repeat: no-repeat;
		background-position: left top 10px;
		background-size: 5.72px 10px;
		transition: 0.3s ease;
	}

	.matter-list__link > a + a {
		margin-top: 10px;
	}

	.matter-list__link > a:hover {
		opacity: 0.7;
	}

	.matter-list__list > li {
		position: relative;
		font-size: 16px;
		line-height: 28px;
		text-align: justify;
		word-break: break-all;
	}

	.matter-list__list > li + li {
		margin-top: 15px;
	}

	ul.matter-list__list li {
		padding-left: 1.2em;
	}

	ul.matter-list__list li::before {
		content: "●";
		position: absolute;
		top: 0.15em;
		left: 0;
		color: var(--blue);
		font-size: 0.8em;
	}

	ol.matter-list__list {
		list-style-type: none;
	}

	ol.matter-list__list li {
		padding-left: 1.2em;
	}

	ol.matter-list__list li::before {
		content: "";
		position: absolute;
		top: 0.05em;
		left: 0;
		color: var(--blue);
		font-weight: 900;
	}

	ol.matter-list__list li:nth-child(1):before {
		content: "\02776";
	}
	ol.matter-list__list li:nth-child(2):before {
		content: "\02777";
	}
	ol.matter-list__list li:nth-child(3):before {
		content: "\02778";
	}
	ol.matter-list__list li:nth-child(4):before {
		content: "\02779";
	}
	ol.matter-list__list li:nth-child(5):before {
		content: "\0277a";
	}
	ol.matter-list__list li:nth-child(6):before {
		content: "\0277b";
	}
	ol.matter-list__list li:nth-child(7):before {
		content: "\0277c";
	}
	ol.matter-list__list li:nth-child(8):before {
		content: "\0277d";
	}
	ol.matter-list__list li:nth-child(9):before {
		content: "\0277e";
	}
	ol.matter-list__list li:nth-child(10):before {
		content: "\0277f";
	}

	.matter-tbl2 {
		width: 960px;
		border-collapse: separate;
		border-spacing: 0;
		overflow: hidden;
	}

	.matter-tbl2 tr th {
		border: 1px solid #D5DCDE;
		background-color: #F4F8FB;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.25;
		text-align: center;
		padding: 10px;
	}

	.matter-tbl2 tr td {
		border: 1px solid #D5DCDE;
		background-color: var(--white);
		font-size: 16px;
		font-weight: 500;
		line-height: 1.25;
		text-align: center;
		padding: 10px;
	}

}





@media screen and (min-width:768px) {

	.matter-header {
		font-size: 36px;
		font-weight: 500;
		line-height: calc(54/36);
		color: #333333;
		transition: 0.3s ease;
	}

	.matter-list {
		margin-top: 50px;
	}

	.matter-list__block {
		margin-bottom: 30px;
	}

	.matter-list__subblock {
		margin-top: 30px;
	}

	.matter-list__subblock2 {
		margin-top: 10px;
	}

	.matter-list__title {
		font-size: 26px;
		font-weight: 500;
		line-height: calc(42/26);
		margin: 50px 0 10px 15px;
		padding-left: 1.5em;
		text-indent: -1.5em;
		transition: 0.3s ease;
		position: relative;
	}

	.matter-list__title::before {
		content: "";
		position: absolute;
		top: 0;
		left: -15px;
		display: block;
		width: 5px;
		height: 100%;
		border-radius: 3px;
		background-color: #20A2C6;
	}

	.matter-list__title span {
		margin-right: 0.7em;
	}

	.matter-list__subtitle {
		position: relative;
		font-size: 22px;
		font-weight: 500;
		line-height: calc(42/22);
		padding-left: 1.1em;
	}

	.matter-list__subtitle::before {
		content: "●";
		position: absolute;
		top: 0.7em;
		left: 0;
		color: var(--blue);
		font-size: 0.6em;
	}

	.matter-list__subtitle2 {
		font-size: 20px;
		font-weight: 500;
		line-height: calc(42/22);
	}

	.matter-list__txt {
		font-size: 17px;
		line-height: 2;
		text-align: justify;
		word-break: break-all;
		transition: 0.3s ease;
	}

	.matter-list__txt > a {
		position: relative;
		font-size: 18px;
		line-height: 26px;
		color: var(--blue);
		font-weight: 500;
	}

	.matter-list__link > a:hover {
		opacity: 0.7;
	}

	.matter-list__link {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
		margin-top: 20px;
	}

	.matter-list__link > a {
		position: relative;
		display: block;
		width: auto;
		font-size: 18px;
		line-height: 26px;
		color: var(--blue);
		font-weight: 500;
		padding-left: 16px;
		background-image: url(../images/icon-btn-bl.png);
		background-repeat: no-repeat;
		background-position: left top 10px;
		background-size: 5.72px 10px;
		transition: 0.3s ease;
	}

	.matter-list__link > a + a {
		margin-top: 10px;
	}

	.matter-list__link > a:hover {
		opacity: 0.7;
	}


	.matter-list__list > li {
		position: relative;
		font-size: 17px;
		line-height: 2;
		text-align: justify;
		word-break: break-all;
		transition: 0.3s ease;
	}

	.matter-list__list > li + li {
		margin-top: 15px;
	}

	ul.matter-list__list li {
		padding-left: 1.2em;
	}

	ul.matter-list__list li::before {
		content: "●";
		position: absolute;
		top: 0.3em;
		left: 0;
		color: var(--blue);
		font-size: 0.8em;
	}

	ol.matter-list__list {
		list-style-type: none;
	}

	ol.matter-list__list li {
		padding-left: 1.2em;
	}

	ol.matter-list__list li::before {
		content: "";
		position: absolute;
		top: 0.05em;
		left: 0;
		color: var(--blue);
		font-weight: 900;
	}

	ol.matter-list__list li:nth-child(1):before {
		content: "\02776";
	}
	ol.matter-list__list li:nth-child(2):before {
		content: "\02777";
	}
	ol.matter-list__list li:nth-child(3):before {
		content: "\02778";
	}
	ol.matter-list__list li:nth-child(4):before {
		content: "\02779";
	}
	ol.matter-list__list li:nth-child(5):before {
		content: "\0277a";
	}
	ol.matter-list__list li:nth-child(6):before {
		content: "\0277b";
	}
	ol.matter-list__list li:nth-child(7):before {
		content: "\0277c";
	}
	ol.matter-list__list li:nth-child(8):before {
		content: "\0277d";
	}
	ol.matter-list__list li:nth-child(9):before {
		content: "\0277e";
	}
	ol.matter-list__list li:nth-child(10):before {
		content: "\0277f";
	}

	.matter-tbl2 {
		width: 100%;
		border-collapse: separate;
		border-spacing: 0;
		overflow: hidden;
	}

	.matter-tbl2 tr th {
		border: 1px solid #D5DCDE;
		background-color: #F4F8FB;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.25;
		padding: 20px 10px;
		text-align: center;
		transition: 0.3s ease;
	}

	.matter-tbl2 tr td {
		border: 1px solid #D5DCDE;
		background-color: var(--white);
		font-size: 16px;
		font-weight: 500;
		line-height: 1.25;
		padding: 20px 10px;
		text-align: center;
		transition: 0.3s ease;
	}

}




@media screen and (min-width:1025px) {
	.page-matter.adjust-font.large .matter-header {
		font-size: 38px;
	}
	.page-matter.adjust-font.small .matter-header {
		font-size: 34px;
	}
	.page-matter.adjust-font.large .matter-list__title {
		font-size: 32px;
	}
	.page-matter.adjust-font.small .matter-list__title {
		font-size: 28px;
	}
	.page-matter.adjust-font.large .matter-list__txt {
		font-size: 19px;
	}
	.page-matter.adjust-font.small .matter-list__txt {
		font-size: 15px;
	}
	.page-matter.adjust-font.large .matter-list__subtitle {
		font-size: 28px;
	}
	.page-matter.adjust-font.small .matter-list__subtitle {
		font-size: 24px;
	}
	.page-matter.adjust-font.large .matter-list__links > a {
		font-size: 20px;
	}
	.page-matter.adjust-font.small .matter-list__links > a {
		font-size: 16px;
	}

	.page-matter.adjust-font.large .matter-list__subtitle {
		font-size: 24px;
	}
	.page-matter.adjust-font.small .matter-list__subtitle {
		font-size: 20px;
	}

	
  .page-matter.adjust-font.large .matter-list__list > li {
    font-size: 19px;
  }
  .page-matter.adjust-font.small .matter-list__list > li {
    font-size: 15px;
  }
}

/*-------------------------
summary
-------------------------*/
p.summary-box__tbl-row__date {
	text-align: right;
	margin-top: 1.0em;
}

/*-------------------------
shinryo-ka
-------------------------*/
.shoukakinaika__schedule-tbl tr td small,
.junkankinaika__schedule-tbl tr td small {
	display: block;
}

.schedule-tbl tr td p,
.shoukakinaika__schedule-tbl tr td p,
.junkankinaika__schedule-tbl tr td p {
	font-weight: 500;
}

.schedule-tbl tr td p + p,
.shoukakinaika__schedule-tbl tr td p + p,
.junkankinaika__schedule-tbl tr td p + p {
	margin-top: 0.5em;
}

/*-------------------------
shinryo-ka:nyuusengeka
-------------------------*/
@media screen and (min-width: 768px) {
    .nyuusengeka-block .doctor-career__tbl p.career-row2 > span:nth-child(1) {
        width: 345px;
    }
    .nyuusengeka-block .doctor-career__tbl p.career-row2 > span:nth-child(2) {
        width: calc(100% - 345px);
    }
}




/*-------------------------
shinryo-ka:shoukakinaika
-------------------------*/

.round-table {
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
	.round-table {
		width: 100%;
	}
}

.round-table table {
	border-collapse: separate;
	border-left: 1px solid #D5DCDE;
	border-top: 1px solid #D5DCDE;
	border-radius: 10px;
	overflow: hidden;
}

.round-table th {
	padding: 20px;
	border-right: 1px solid #D5DCDE;
	border-bottom: 1px solid #D5DCDE;
	white-space: nowrap;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.round-table th {
		white-space: normal;
	}
}

.round-table thead th,
.round-table thead td {
	color: var(--blue);
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
}

.round-table tbody th {
	background-color: #F4F8FB;
	color: var(--blue);
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
	text-align: center;
}

.round-table td {
	padding: 20px;
	border-right: 1px solid #D5DCDE;
	border-bottom: 1px solid #D5DCDE;
	white-space: nowrap;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.round-table td {
		white-space: normal;
	}
}


.round-table tbody th,
.round-table tbody td {
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
}

.round-table .left {
	text-align: left;
}

.round-table .right {
	text-align: right;
}

.round-table .cnter {
	text-align: center;
}

.round-table__tl {
	border-radius: 10px 0 0 0; /* 左上の角だけ10px */
	overflow: hidden;
}
.round-table__tr {
	border-radius: 0 10px 0 0; /* 右上の角だけ10px */
	overflow: hidden;
}
.round-table__br {
	border-radius: 0 0 10px 0; /* 右下の角だけ10px */
	overflow: hidden;
}
.round-table__bl {
	border-radius: 0 0 0 10px; /* 左下の角だけ10px */
	overflow: hidden;
}



@media screen and (max-width: 767px) {
	.shoukakinaika-doctor-research__block + .shoukakinaika-doctor-research__block {
		margin-top: 15px;
	}
}


@media screen and (min-width: 768px) {
	.shoukakinaika-doctor-research__block + .shoukakinaika-doctor-research__block {
		margin-top: 25px;
	}
}

.acdon-header {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.acdon-icon {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	margin-left: 0.5em;
	border: solid 2px var(--blue);
}

.acdon-icon::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 2px;
	background-color: var(--blue);
	transform: translate(-50%, -50%);
	transition: 0.5s ease;
}

.active .acdon-icon::before {
	transform: translate(-50%, -50%) rotate(-180deg);
}

.acdon-icon::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 10px;
	background-color: var(--blue);
	transform: translate(-50%, -50%);
	transition: 0.5s ease;
}

.active .acdon-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.acdon-content {
	display: none;
}


