@charset "utf-8";
/*-------------------
認定看護師のご案内
--------------------*/
.recognition__break {
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 500;
}
@media screen and (max-width:1080px){
.recognition__break {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
}
/*-------------------
看護部理念・方針
--------------------*/
.policy__bold {
    font-size: 20px;
}
.policy__list li{
    position: relative;
    padding-left: 55px;
}
.policy__list li:not(:last-child) {
    margin-bottom: 15px;
}
.policy__list li:before{
    position: absolute;
    width: 35px;
    line-height: 35px;
    content: attr(data-num);
    left: 0;
    top: 0px;
    background-color: var(--c-gr);
    color: #fff;
    text-align:center;
    font-family: var(--f-en);
    font-weight: 700;
    border-radius: 3px;
        
}
@media screen and (max-width:1080px){
.policy__bold {
  font-size: 1.6rem;
}
.policy__list li::before {
  width: 3rem;
  line-height: 3rem;
  top: 0px;
  border-radius: 0.3rem;
}
.policy__list li {
  padding-left: 4rem;
}
}
/*-------------------
看護部長あいさつ
--------------------*/
.greeting__row {
    display: flex;
}
.greeting__img {
    flex-shrink: 0;
    margin-right: 7%;
}
.greeting__img p {
    margin-top: 10px;
    font-weight: 600;
}
.greeting__img p span {
    font-size: 120%;
}
.greeting__txt h2 {
    color: var(--c-gr);
    font-weight: 700;
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.greeting__img img {
    border-radius: 10px;
}
@media screen and (max-width:1080px){
.greeting__row {
  display: block;
}
.greeting__img {
  margin-right: 0%;
    text-align: center;
    margin-bottom: 3rem;
}
.greeting__txt h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
}
/*-------------------
診療科
--------------------*/
.course__doctor {
    line-height: 1.6;
    border: var(--c-line) 1px solid;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
}
.course__doctor-txt {
    flex-shrink: 0;
    width: 220px;
}
.course__doctor h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
}
.course__doctor-pos {
    font-weight: 500;
    font-size: 14px;
    color: var(--c-gr);
}
.course__doctor table {
    font-size: 14px;
    border-top: var(--c-line) 1px solid;
    border-left: var(--c-line) 1px solid;
}
.course__doctor table th {
    border-bottom: var(--c-line) 1px solid;
    border-right: var(--c-line) 1px solid;
    padding: 10px;
    background-color: #f2f7f7;
    font-weight: 500;
    width: 180px;
}
.course__doctor table td {
    border-bottom: var(--c-line) 1px solid;
    border-right: var(--c-line) 1px solid;
    padding: 10px;
}
.course__new-treatment > ul > li {
    border: var(--c-gr) 1px solid;
    border-radius: 10px;
    padding: 30px 30px 0 30px;
		margin-bottom: 30px;
}
.course__new-treatment ul li dt {
		font-size: 18px;
    font-weight: 700;
    color: var(--c-gr);
    margin-bottom: 5px;
}
.course__new-treatment ul li dd .pdf-list {
		margin-top: 20px;
}
@media screen and (max-width:1080px){
.course__doctor {
  border-radius: 1rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.course__doctor-pos {
  font-size: 1.2rem;
}
.course__doctor h3 {
  font-size: 1.9rem;
  margin-bottom: 1.5rem;
}
.course__doctor table {
  font-size: 1.1rem;
}
.course__doctor table th {
  padding: 0.7rem;
  width: 7rem;
}
.course__doctor table td {
  padding: 0.7rem;
}
.course__new-treatment > ul > li {
    padding: 2rem 2rem 0 2rem;
    margin-bottom: 2rem;
}
.course__new-treatment ul li dt {
    font-size: 1.6rem;
    margin-bottom: 0.4rem;
}
.course__new-treatment ul li dd .pdf-list {
    margin-top: 1.5rem;
}
}
/*-------------------
その他部門
--------------------*/
.management__risk-manager dl {
	margin-top: 10px;
  border: var(--c-line) solid 1px;
  border-radius: 10px;
  padding: 30px;
}
.management__risk-manager dl dt {
	font-size: 18px;
	font-weight: 700;
	color: var(--c-gr);
	margin-bottom: 5px;
}
.management__confirmation p strong {
	color: var(--c-gr);
}
.management__confirmation dl {
	padding: 30px;
  border-radius: 10px;
  background-color: #FFF5E4;
}
.management__confirmation dl dt {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}
.cooperation__alignment ul.dot-list {
		border: var(--c-line) solid 1px;
    border-radius: 10px;
    padding: 30px;	
}
.cooperation__alignment h3.third-ttl {
    margin-top: 50px;
}
.cooperation__alignment dl {
    margin-top: 10px;
    border: var(--c-line) solid 1px;
    border-radius: 10px;
    padding: 30px;
}
.cooperation__alignment dl dt {
    font-size: 18px;
    font-weight: 700;
    color: var(--c-gr);
    margin-bottom: 5px;
}
.cooperation__alignment dl a {
    text-decoration: underline;
}
.cooperation__alignment dl a:hover {
    text-decoration: none;
    color: var(--c-gr);
}
.station__fee dl {
		margin-top: 10px;
    border: var(--c-line) solid 1px;
    border-radius: 10px;
    padding: 30px;
}
.station__fee dl dt {
		font-size: 18px;
    font-weight: 700;
    color: var(--c-gr);
    margin-bottom: 5px;
}
.station__contact .tbl-basic th {
	width: 250px; 
}
.station__overview table td span {
	display: block;
	margin-top: 8px;
}
@media screen and (max-width:1080px){
.management__risk-manager dl {
    margin-top: 0.5rem;
    padding: 2rem;
}
.management__risk-manager dl dt {
		font-size: 1.6rem;
	  line-height: 1.5;
		margin-bottom: 0.4rem;
}	
.management__confirmation dl {
    margin-top: 0.5rem;
    padding: 2rem;
}
.management__confirmation dl dt {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}
.cooperation__alignment h3.third-ttl {
    margin-top: 1.5rem;
}
.cooperation__alignment ul.dot-list {
    border-radius: 1rem;
    padding: 2rem;
}
.cooperation__alignment ul.pdf-list {
    margin-top: 1rem;
}
.cooperation__alignment h3.third-ttl {
    margin-top: 4rem;
}
.cooperation__alignment dl {
    margin-top: 1.5rem;
    padding: 2rem;
}
.cooperation__alignment dl dt {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}
.station__fee dl {
    margin-top: 0.5rem;
    padding: 2rem;
}
.station__fee dl dt {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}
.station__fee dl dd ul li + li {
    margin-top: 1rem;
}
.station__contact .tbl-basic th,
.office__contact .tbl-basic th {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}	
.station__contact .tbl-basic td,
.office__contact .tbl-basic td {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.station__overview table td span {
	margin-top: 0.5rem;
}
.office__policy p.txt-mdb {
    margin-bottom: 1.5rem;
}
.office__duties ul.txt-mdb,
.office__service ul.txt-mdb {
    margin-bottom: 1.5rem;
}
}
/*-------------------
コメディカル
--------------------*/
.co-medical__work-item:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: var(--c-line) 1px dashed;
    padding-bottom: 20px;
}
.co-medical__work-item p span {
    display: block;
    color: var(--c-gr);
}
.co-medical__licence {
    line-height: 1.7;
    border-top: var(--c-line) 1px solid;
    border-left: var(--c-line) 1px solid;
}
.co-medical__licence th{
    border-bottom: var(--c-line) 1px solid;
    border-right: var(--c-line) 1px solid;
    padding: 15px;
}
.co-medical__licence td{
    border-bottom: var(--c-line) 1px solid;
    border-right: var(--c-line) 1px solid;
    padding: 15px;
    text-align: center;
    width: 15%;
}
@media screen and (max-width:1080px){
.co-medical__work-item:not(:last-child) {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.co-medical__licence th {
  padding: 1rem;
}
.co-medical__licence td {
  padding: 1rem;
    width: 23%;
}
}


















