@charset "utf-8";
#outpatient04 {
  box-sizing: border-box;
}

.saidTitle:after {
	background: url(/img/visit/main_icon.png) 0 0 no-repeat;
	width: 22px;
	height: 35px;
	top: 16px;
	left: 18px;
}

.recruit_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.recruit_item {
  display: flex;
  align-items: center;
  width: 290px;
  border: 5px #eee solid;
  padding: 10px;
  position: relative;
  margin-bottom: 20px;
  margin-right: 15px;
}

.recruit_link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.recruit_switch {
  width: 70px;
  height: 70px;
  border-radius: 100vh;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 15px;
}

.recruit_item--on .recruit_switch {
  background-color: #004C00;
}

.recruit_item--off .recruit_switch {
  background-color: #888;
}

.recruit_item::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 3px #004C00 solid;
  border-right: 3px #004C00 solid;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  transition: all;
  transition-duration: .3s;
}

.recruit_item:hover::before {
  right: 15px;
}

.recruit_item--off::before {
  display: none;
}

.recruit_pdf {
  position: relative;
  width: fit-content;
}

.recruit_pdf::after {
  content: "";
  background-image: url(/common/img/pdfDownload.png);
  display: block;
  width: 18px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -30px;
  top: 0;
}

.r-bosyu .articleTable1Td2 {
	width: 25%;
}

.r-bosyu .articleTable1Td3 {
	width: 17%;
}

.r-bosyu .articleTable1Td4 {s
	width: 17%;
}

.r-bosyu .articleTable1Td5 {
text-align: center;
}
.r-bosyu .articleTable1Td5 a{
    display: block;
}

.articleBox1Mes a {
	color: #004C00;
	text-decoration: underline;
}

.articleLink {
	margin-bottom: 10px;
}

.articleLinkPdf span:before {
	background: none;
}

.r-taigu th {
	width: 20%;
}

.testList1 {
	margin: -30px 0 39px;
}

.testList1 dt {
	position: absolute;
	background: #E48C00;
	color: #fff;
	margin-top: 10px;
	padding: 5px 0;
	width: 140px;
	font-size: 93.8%;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.testList1 dd {
	border-bottom: 1px dotted #666;
	padding: 15px 0;
	padding-left: 155px;
}

.testList1 .articleLinkPdf {
	float: right;
	padding: 5px 20px 0;
}

.kigen {
	margin: 0 0 0 20px;
}

.tdborder_T {
	border-top: 1px solid #D5D5D5;
}

/*--message.tpl--*/
.message_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.message_list li {
	width: 47%;
	height: 170px;
	margin-bottom: 30px;
	padding: 10px;
	background-color: #F6F6F6;
	box-sizing: border-box;
}

.message_list_inner {
	display: flex;
	justify-content: space-between;
}

.message_list_inner .list_ttl {
	padding: 10px;
}

.message_list_inner .thumb {
	width: 200px;
	min-width: 200px;
	height: 150px;
}

/*---------------------------------------------------------
 All SP & Tablet
 ---------------------------------------------------------*/
@media screen and (max-width:1200px) {
	.message_list {
		display: block;
	}

	.message_list li {
		width: 100%;
		height: 132px;
		margin-bottom: 20px;
	}

	.message_list_inner .thumb {
		width: 150px;
		min-width: 150px;
		height: 112px;
	}
        .r-bosyu .articleTable1Td5 {
        width: 12%;
}
}


/*---------------------------------------------------------
 All SP
---------------------------------------------------------*/
@media screen and (max-width: 639px) {
  .recruit_list {
    justify-content: space-between;
  }

  .recruit_item {
    width: 100%;
    margin-right: 0;
    padding: 5px;
  }

  .recruit_switch {
    width: 50px;
    height: 50px;
    font-size: 11px;
    line-height: 1.2;
  }

	.testList1 {
		margin: -7px 0 20px;
	}

	.testList1 dt {
		position: relative;
		margin-top: 15px;
	}

	.testList1 dd {
		padding-left: 0;
	}
}

/*---------------------------------------------------------
 Portrait
---------------------------------------------------------*/
@media screen and (max-width:479px) {}
