@charset "utf-8";

h1 {
  font-size: 200%;
}
h2 {
  position: relative;
  font-size: 162.6%;
  padding-top: 15px;
  padding-left: 15px;
  margin-top: 50px;
  margin-bottom: 20px;
}
h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0088cd;
  border-radius: 2px;
}
h3 {
  position: relative;
  font-size: 125%;
  padding-left: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
h3:before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
  width: 3px;
  height: 18px;
  background: #0088cd;
  border-radius: 2px;
}
h4 {
  font-size: 112.5%;
  margin-bottom: 15px;
}
h5 {
  font-size: 112.5%;
}
.left_text {
  margin-left: -1.5em;
}
.font_blue {
  color: #0088cd;
}
.font_orenge,
.font_orange {
  color: #ff4f4b;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  /*width:auto;*/
}
p .img_center{
  margin: auto;
}
p .img_right {
  margin: 0 0 0 auto;
}
p .img_left {
  margin: 0 auto 0 0;
}
.content_area p {
  line-height: 2rem;
  margin-bottom: 15px;
}
.content_area a[href^="tel:"] {
  text-decoration: none;
  color: #333;
}
a[target="_blank"] {
  padding-right: 20px;
  background-image: url(../img/popup_b.svg);
	background-repeat:no-repeat;
	background-position:bottom 3px right 3px;
  background-size: 13px;
}
a[href$=".pdf"] {
  padding-right: 20px;
  /*background-image: url(../img/icon_pdf.svg) no-repeat bottom 3px right;*/
	background-image: url(../img/icon_pdf.svg);
	background-repeat:no-repeat;
	background-position:center right 3px;
}
a[href$=".doc"],
a[href$=".docx"], a[href$=".rtf"]{
  padding-right: 20px;
  background-image: url(../img/icon_word.svg);
	background-repeat:no-repeat;
	background-position:center right 3px;
}
a[href$=".xls"],
a[href$=".xlsx"] {
  padding-right: 20px;
  background-image: url(../img/icon_excel.svg);
	background-repeat:no-repeat;
	background-position:center right 3px;
}
a[href$=".zip"] {
  padding-right: 20px;
  background-image: url(../img/icon_zip.svg);
	background-repeat:no-repeat;
	background-position:center right 3px;
}
.content_area a {
  color: #0088cd;
  text-decoration: underline;
}
.content_area a:hover {
  text-decoration: none;
}
.content_area {
  max-width: 1140px;
  padding: 30px 20px 80px 20px;
  margin: auto;
}
.content_in {
  padding-left: 15px;
  margin-bottom: 60px;
}
/*----------
		ul ol
			---------*/
.content_area ol {
  margin: 0 0 30px 1.5em;
  padding: 0;
}
.content_area ol li {
  margin-bottom: 5px;
}

.content_area ul {
  list-style: disc;
  margin: 0 0 30px 1.5em;
  padding: 0;
}
.content_area ul li {
  margin-bottom: 5px;
}
.content_area ul ul,
.content_area ol ul,
.content_area ol ol {
  margin-bottom: 0;
}
.content_area ul ul li,
.content_area ol ul li {
  position: relative;
  list-style: none;
}
.content_area ul ul li:before,
.content_area ol ul li:before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: -20px;
  width: 15px;
  height: 15px;
  border: 1px solid #222;
  border-radius: 30px;
}

/*----------
		table
			---------*/
.content_area .table {
  overflow-x: auto;
}
.content_area .table::-webkit-scrollbar {
  height: 5px;
}
.content_area .table::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.content_area .table::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}
.content_area table {
  margin: 0 0 20px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  width: 100%;
}
.content_area table th,
.content_area table td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 17px;
}
.content_area table th {
  background: #e4f2f9;
  text-align: left;
}
.table {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin-top: 30px;
}
.table table td {
	text-align:left;
}

.content_area .sp_table_txt {
  display: block;
  padding-left: 60px;
  margin: 0;
  background: url(../img/icon_hand.svg) no-repeat center left;
  font-size: 13px;
  margin-bottom: 15px;
}
.content_area .sp_table_txt p {
  margin-bottom: 0;
  line-height: 2.6;
}

.bg_sb {
  background: #e4f2f9 !important;
}
.bg_sb2 {
  background: #f1f8fc !important;
}

.w13 {
  width: 13%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w30 {
  width: 30%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.txt_nowrap{white-space:nowrap;}
.content_area .head_txt {
  margin-bottom: 10px;
}
.content_area .center {
  text-align: center;
}
.content_area .right {
  text-align: right;
}
.content_area .left {
  text-align: left;
}
/*----------
		パンくず
			---------*/
#breadcrumb {
  max-width: 1140px;
  margin: auto;
  overflow: hidden;
  font-size: 80%;
}
#breadcrumb .breadcrumb_inner {
  overflow: hidden;
}
#breadcrumb .breadcrumb_inner a {
  color: #222;
  background: url(../img/arrow_breadcrumb.svg) no-repeat right top 5px / 7px 8px;
  padding: 0 15px 0 0;
  margin: 0 10px 0 0;
}
/*----------
		link_btn
			---------*/
.content_area .link_btn {
  text-align: center;
  margin: 60px auto;
}
.content_area .link_btn a {
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  border-radius: 30px;
  background-color: #0088cd;
  border: 1px solid #0088cd;
  text-decoration: none;
	transition: background .2s;
}
.content_area .link_btn a:hover {
  color: #0088cd;
  background-color: #fff;
}
.content_area .link_btn span {
  background: url(../img/arrow_right_whitebg.svg) left center no-repeat;
  background-position: left;
  background-size: 16px;
  padding-left: 22px;
  transition: all ease 0.2s;
}
.content_area .link_btn a:hover span {
  background: url(../img/arrow_right_bluebg.svg) left center no-repeat;
  background-position: left;
  background-size: 16px;
  padding-left: 22px;
}

.btn_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px auto;
}
.content_area .btn_column > div {
  margin: 0 2% 15px 0;
	width:49%;
}
.content_area .btn_column > div:nth-child(2n) {
  margin-right: 0;
}
.content_area .btn_column a{
	max-width:430px;
}
.btn_column a[target="_blank"]{
	background-image:none;
}
.btn_column a[href$=".pdf"]{
	background-image:url(../img/icon_pdf.svg);
	background-position:center right 15px;
}


/*----------
		page_title
			---------*/
.page_title {
  margin: 40px auto;
}
.page_title span {
  color: #0088cd;
}

/*----------
		page_link
			---------*/
.page_link {
  display: flex;
  flex-wrap: wrap;
}
.content_area .page_link {
  list-style: none;
  margin: 0;
  margin-bottom: 50px;
}
.page_link a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
  color: #333;
  text-decoration: none;
}
.page_link a:hover {
  color: #0088cd;
}
.page_link a:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  width: 16px;
  height: 16px;
  background: url(../img/arrow_right_blue.svg) left center no-repeat;
  transform: rotate(90deg);
}
.page_link li:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  width: 1px;
  height: 20px;
  background: #ccc;
}
.page_link li {
  position: relative;
  margin-right: 25px;
  padding-right: 25px;
}
.page_link li:last-child:after {
  content: none;
}

/*----------
		table_2カラム
			---------*/
.table_column {
  margin-bottom: 30px;
}
.table_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 18px 0;
  box-sizing: border-box;
  border-top: 1px dashed #ccc;
  position: relative;
}
.table_item:last-child {
  border-bottom: 1px dashed #ccc;
}
.table_lbl {
  width: 20%;
  padding-left: 25px;
}
.table_des {
  width: 80%;
  padding: 0 25px;
  position: relative;
}
.table_des:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #ccc;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
/*----------
		flow
			---------*/
.flow_box {
  position: relative;
  padding-left: 50px;
  padding-bottom: 30px;
}
.flow_box:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 20px;
  background: #0088cd;
}
.flow_box > div {
  margin-bottom: 40px;
}
.flow_box > div:last-child {
  margin-bottom: 0;
}

/*	テキストと画像		*/

.column_in {
  display: flex;
  flex-wrap: wrap;
	margin-bottom:20px;
}
.column_in .column_in_txt {
  width: 65%;
}
.column_in .column_in_img {
  width: 32.5%;
}
.column_in > div:first-child{
	margin-right:2.5%;
}
.column_in .column_in_img p {
  text-align: center;
  margin-bottom: 0;
}
.column_in .column_in_img img {
  width: 100%;
}

/*	青いbox		*/
.blue_box {
  background: #e4f2f9;
  padding: 40px;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.blue_box p:last-child {
  margin-bottom: 0;
}


/*----------
		faq
			---------*/
.faq_acc_box {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  transition: border 0.3s, background 0.3s;
}
.faq_acc_box.open {
  border: 1px solid #0088cd;
}
.faq_acc_box h5 {
  position: relative;
  padding: 15px 20px 15px 50px;
  margin: 0;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.faq_acc_box h5::before {
  content: "Q:";
  position: absolute;
  top: 14px;
  left: 28px;
}
.faq_acc_box h5 span {
  display: block;
  position: relative;
  padding-right: 25px;
}
.faq_acc_box h5 span::before,
.faq_acc_box h5 span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 3px;
  background: #ccc;
}
.faq_acc_box h5 span::after {
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.faq_acc_box h5.open span::after {
  transform: rotate(180deg);
}

.faq_acc_box h5:hover {
  color: #0088cd;
  background: #f1f8fc;
}
.faq_acc_box h5:hover::after {
  color: #0088cd;
}

.faq_acc_txt {
  display: none;
  padding: 10px 60px 15px 30px;
}
.faq_acc_txt *:first-child {
  margin-top: 0;
}
.faq_acc_txt *:last-child {
  margin-bottom: 0;
}
.faq_acc_txt_a {
  position: relative;
  padding-left: 20px;
}
.faq_acc_txt_a::before {
  content: "A:";
  position: absolute;
  top: 3px;
  left: 0;
  color: #0088cd;
}
.faq_acc_txt_a.a_non::before {
  top: 0;
}

/* 外来のご案内・入院のご案内 */
.information_list{
	margin: 18px 0 0 30px !important;
    padding-top: 18px !important;
    border-top: 1px dotted #ccc;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 14px 30px;
}
.information_list li{
    position: relative;
    list-style: none;
}
.information_ttl{
	display: inline-block;
    font-size: 100%;
	color: #333;
	padding:0 0 0 25px;
    margin-top: 0;
    margin-bottom: 0;
    background: url(../img/right_arrow_blue.svg) no-repeat top 9px left 6px / 6px;
	border-top: none;
}
.information_ttl:hover{
	text-decoration: underline;
	color: #0088CD;
}
.information_box a:first-child{margin-right: 20px;}

.information_ttl::before{display: none;}

@media screen and (max-width: 1040px) {
  /*----------
		page_link
			---------*/
  .page_link li {
    width: 49%;
    padding-right: 2%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .page_link li:nth-child(2n) {
    margin-right: 0;
  }
  .page_link li:nth-child(2n):after {
    content: none;
  }

}

@media screen and (max-width: 767px) {
  .column_in .column_in_img img {
    /*width:auto;*/
  }
  h1 {
    font-size: 178.57%;
  }
  h2 {
    font-size: 150%;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-left: 0;
  }
  h3 {
    font-size: 107.14%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
  }
  h3:before {
    left: 0;
  }
  h4 {
    font-size: 114.28%;
  }
  h5 {
    font-size: 114.28%;
  }
  .content_area .page_link {
    margin-bottom: 15px;
  }
  .page_title {
    margin: 20px auto;
  }
  #content_wrap {
    padding-top: 70px;
  }
  .content_area {
    padding: 20px 20px 50px 20px;
  }
  /*
	 		table			*/
	.table {
		margin-top: 15px;
		margin-bottom: 25px;
	}
  .content_area table th,
  .content_area table td {
    padding: 12px;
  }
  .content_area p {
	line-height: 1.6em;
 	margin-bottom: 15px;
  }
  .content_in {
    padding-left: 0;
    margin-bottom: 30px;
  }
  /*----------
		page_link
			---------*/
  .page_link li {
    width: 49%;
    padding-right: 2%;
    margin-right: 2%;
  }
  .page_link li:nth-child(2n) {
    margin-right: 0;
  }
  /*  ol ul  */
  .content_area ol,
  .content_area ul {
    margin: 0 0 20px 1.5em;
  }
  /*----------
		link_btn
			---------*/
  .content_area .link_btn {
    margin: 30px auto;
  }
  .content_area .btn_column > div {
    margin: 0 auto;
    width: 100%;
  }
  .content_area .btn_column .link_btn a {
    margin-bottom: 20px;
  }
  .content_area .btn_column > div:last-child {
    margin-left: auto;
  }
	.content_area .btn_column a{
		max-width:100%;
		width:100%;
	}
  /*----------
		table_2カラム
			---------*/
  .table_column {
    margin-bottom: 20px;
  }
  .table_item {
    padding: 14px 0;
  }
  .table_lbl {
    padding-left: 0;
	width: 30%;
  }
  .table_des {
    padding: 0 0 0 15px;
	width: 70%;
  }
  /*----------
		flow
			---------*/
  .flow_box {
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .flow_box:before {
    left: 7px;
  }

  /*	テキストと画像		*/
  .column_in .column_in_txt {
    width: 100%;
    margin-right: 0;
  }
  .column_in .column_in_img {
    width: 100%;
  }
	.column_in > div:first-child{
		margin-right:0;
		margin-bottom:15px;
	}
  /*	青いbox		*/
  .blue_box {
    padding: 25px 20px 25px 20px;
  }
  /*----------
		faq
			---------*/
  .faq_acc_box h5 {
    padding: 15px 15px 15px 30px;
  }
  .faq_acc_box h5::before {
    left: 10px;
  }
  .faq_acc_txt {
    padding: 10px 30px 15px 30px;
  }
  .faq_acc_txt_a {
    padding-left: 0;
  }
  .faq_acc_txt_a::before {
    left: -18px;
  }
	.content_area .sp_table_txt p {
	  font-size: 84.62%;
	}

	/* 外来のご案内・入院のご案内 */
	.information_list{
		margin-left: 10px !important;
		grid-template-columns: 1fr !important;
		grid-gap: 10px;
	}
}

/*----------
	catch / c_list  
			---------*/
.catch_h_img {
  height: 240px;
  margin-bottom: 40px;
}
.catch_h_img img {
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.content_area .c_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  list-style: none;
}
.content_area .c_list li {
  position: relative;
  width: 33.333%;
  margin-bottom: -1px;
  border-bottom: 1px solid #ccc;
}
.content_area .c_list li:first-child,.content_area .c_list li:nth-child(2),.content_area .c_list li:nth-child(3){
	border-top: 1px solid #ccc;
}
.content_area .c_list li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  width: 1px;
  height: calc(100% - 30px);
  background: #ccc;
}
.content_area .c_list li:nth-child(3n):after {
  content: none;
}
.c_list h2, .c_list h4 {
  width: 100%;
  font-size: 112.5%;
  padding: 35px 10px 35px 55px;
  margin-top: 0;
  margin-bottom: 0;
  background: url(../img/arrow_right_blue.svg) left center no-repeat;
  background-position: left 30px center;
  background-size: 16px;
	border-top:none;
}
.c_list h2:before, .c_list h4:before {
  content: none;
}
.c_list a {
  display: flex;
  align-items: center;
  margin: 4px;
  border-radius: 5px;
  color: #333;
  height: calc(100% - 8px);
  text-decoration: none;
}
.c_list a:hover {
  color: #0088cd;
  background: #e4f2f9;
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
  .c_list h2, .c_list h4 {
    font-size: 100%;
    padding: 25px 10px 25px 35px;
    background-position: left 10px center;
  }
}
@media screen and (max-width: 767px) {
  .catch_h_img {
    height: 200px;
  }
  .catch_h_img img {
    height: 100% !important;
  }
  .content_area .c_list li {
    width: 100%;
  }
  .content_area .c_list li:after {
    content: none;
  }
  .c_list h2, .c_list h4 {
    padding: 15px 10px 15px 35px;
    background-position: left 10px center;
  }
  .c_list a {
    margin: 4px auto;
  }
}

/*----------
	診療科選択リスト  
			---------*/

.department_wrap {
  background: #eef6f7;
  border-radius: 5px;
	margin-bottom:50px;
}

.department_wrap h2 {
  background-color: #0088cd;
  padding: 8px 20px;
  border-radius: 5px 5px 0 0;
  color: #fff;
}

.department_wrap h2::before {
  content: none;
}

.department_wrap h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.department_box {
  padding: 0 30px 30px;
  margin: auto;
}

.department_list {
  max-width: 1040px;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none !important;
  margin: 0 !important;
}

.department_list li {
  width: 25%;
  margin: 0 -1px -1px 0 !important;
}

.department_list li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px 10px 16px 15px;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.3s;
  text-decoration: none;
  color: #333;
}

.department_list li a:hover {
  background: #e5f3fa;
  color: #0088cd;
}

.department_list li a span {
  background: url(../img/arrow_under_blue.svg) left center no-repeat;
  background-position: left;
  background-size: 16px;
  padding-left: 22px;
  font-size: 112.5%;
}

/*----------
	担当医一覧
			---------*/

.doctor_box h2 {
  /*margin-bottom: 0;*/
	margin-top:0;
	margin-bottom:50px;
  	cursor: pointer;
}
.doctor_box h2 span {
  background: url(../img/icon_add.svg) left center no-repeat;
  background-position: left;
  background-size: 16px;
  padding-left: 30px;
}
.doctor_box.open h2 span {
  background: url(../img/icon_pull.svg) left center no-repeat;
  background-position: left;
  background-size: 16px;
  padding-left: 30px;
}

.doctor_box_info {
  display: none;
}

@media screen and (max-width: 1024px) {
  .department_list li {
    width: 33.3333%;
  }
  .department_list li a {
    padding: 15px 5px 15px 10px;
  }
  .department_list li a span {
    padding-left: 20px;
  }

  	/* 外来のご案内・入院のご案内 */
	.information_list{grid-template-columns: repeat(2, 1fr);}
}

@media screen and (max-width: 767px) {
	.department_wrap{
		margin-bottom:25px;
	}
  .department_wrap h2 {
    padding-left: 25px;
  }
  .department_wrap h3 {
    font-size: 107.14%;
    margin-top: 25px;
  }
  .department_box {
    padding: 0 20px 35px 20px;
  }
  .department_list li {
    width: 100%;
  }
  .department_list li a {
    padding: 15px 5px 15px 20px;
  }
  .department_list li a span {
    padding-left: 35px;
    font-size: 107.14%;
  }
  .department_list .tab_item a {
    font-size: 92.85%;
  }
	.doctor_box h2{
		margin-bottom:25px;
	}
}

/*	診療科・部門
  					*/
.single-departments figcaption{
	font-size:110%;
}

h4{
	padding-top:8px;
	margin-top:30px;
	border-top:1px dotted #999999;
}
.content_area.departments .medicine_table td{
	padding:0;
	border:none;
}
.url_btn_area{
	display:flex;
	flex-wrap:wrap;
	    justify-content: center;
}
.departments .url_btn{
	width:49%;
	margin-right:2%;
	margin:30px auto 0 auto;
	text-align:center;
}
.departments .url_btn:nth-child(2n){
	margin-right:0;
}
.departments .url_btn a{
	display:inline-block;
	padding: 15px 30px 15px 50px;
    color: #fff;
    border-radius: 40px;
    background-color: #0088cd;
    border: 1px solid #0088cd;
    text-decoration: none;
	background-image: url(../img/arrow_right_whitebg.svg);
	background-repeat:no-repeat;
	background-position: left 20px center;
	background-size: 16px;
    transition: background .2s;
}
.departments .url_btn a:hover{
	color: #0088cd;
    background-color: #fff;
	background-image:url(../img/arrow_right_bluebg.svg);
	background-repeat:no-repeat;
	background-position: left 20px center;
	background-size: 16px;
}
.departments .url_btn .url_sub_txt{
	display:block;
	font-size:75%;
}
.departments .url_btn .url_txt{
	display:block;
	font-size:112.5%;
}
/*	map */
.map{
    position: relative;
    width: auto;
    height: 0;
    padding-bottom: 56.25%;
    margin: 0 auto 50px auto;
    overflow: hidden;
}
.map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media screen and (max-width: 767px) {
	.single-departments figure{
		margin: 15px auto;
	}

	.departments .url_btn{
		width:100%;
		margin-right:0;
	}
	.departments .url_btn a{
		width:100%;
	}
	.map{
		margin-bottom:30px;
	}
}

/*	フロー ページ内リンク 			*/
.content_area .step_link{
	display:flex;
	border-radius:5px;
	border:1px solid #0088CD;
	margin:0;
	background:#F7FAFF;
	overflow:hidden;
}
.content_area .step_link li{
	width:100%;
	list-style:none;
	margin-bottom:0;
	position:relative;
}
.step_link li a{
	position:relative;
	display:flex;
	align-items: center;
	padding:20px 20px 20px 25px;
	height:100%;
	color:#333;
	font-size:93.75%;
	line-height:1.5;
	text-decoration:none;
}
.step_link li:first-child a{
	padding-left:13px;
}
.step_link li a:hover{
	background:#9ccfff;
}
.step_link li a:before{
	content: "";
  	position: absolute;
  	width: 0;
  	height: 0;
 	 margin: auto;
	top:calc(50% - 60px);
  	right:-15px;
  	border-style: solid;
  	border-color: transparent transparent transparent #0088CD;
  	border-width: 60px 0 60px 15px;
  	z-index: 1;
}

.step_link li a:after{
	content: "";
 	 position: absolute;
  	width: 0;
 	 height: 0;
  	margin: auto;
	top:calc(50% - 60px);
  	right:-14px;
  	border-style: solid;
  	border-color: transparent transparent transparent #f7faff;
  	border-width: 60px 0 60px 15px;
 	 z-index: 1;
	-webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.step_link li a:hover:after{
	border-color: transparent transparent transparent #9ccfff;
}
.step_link li:last-child a:before,.step_link li:last-child a:after{
	content:none;
}
.step_link li a span{
	display:block;
}
.step_link li a span:after{
	content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
    width: 16px;
    height: 16px;
    background: url(../img/arrow_right_blue.svg) left center no-repeat;
    transform: rotate(90deg);
	z-index:2;
}
.step_link li:last-child a span:after{
	right:10px;
}
@media screen and (max-width: 1024px){
	.step_link li a{
		font-size:87.5%;
	}
}
@media screen and (max-width: 767px){
	.content_area .step_link{
		flex-wrap:wrap;
	}
	.content_area .step_link li{
		border-bottom:1px solid #0088CD;
	}
	.content_area .step_link li:last-child{
		border-bottom:none;
	}
	.step_link li a:before,.step_link li a:after{
		content:none;
	}
	.step_link li a,.step_link li:first-child a{
		padding:10px 20px 10px 20px;
	}
	.step_link li a span:after,.step_link li:last-child a span:after{
		right:20px;
	}
}


/*	ビジュアルエディター用 css
  								*/
.aligncenter {
    display: block;
    margin:0 auto 15px auto;
}
.alignright {
	margin-left:auto;
	margin-bottom:15px;
	float:none;
}
.alignleft {
	margin-right:auto;
	margin-bottom:15px;
	float:none;
}
.content_area .aligncenter, .content_area img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 500px){
	/* 外来のご案内・入院のご案内 */
	.information_box{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.information_box a:first-child{margin-right: 0;}
}
