@charset "utf-8";

h1 {
	font-weight:700;
  font-size: 200%;
}
h2 {
  position: relative;
  font-size: 162.6%;
  font-weight:700;
  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%;
	font-weight:700;
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
h3:before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  left: 5px;
  width: 3px;
  height: 18px;
  background: #0088cd;
  border-radius: 2px;
}
h4 {
  font-size: 112.5%;
	font-weight:700;
  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 {
  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: url(../img/popup_b.svg) no-repeat bottom 3px right;
  background-size: 13px;
}
a[href$=".pdf"] {
  padding-right: 20px;
  background: url(../img/icon_pdf.svg) no-repeat bottom 3px right;
}
a[href$=".doc"],
a[href$=".docx"] {
  padding-right: 20px;
  background: url(../img/icon_word.svg) no-repeat bottom 3px right;
}
a[href$=".xls"],
a[href$=".xlsx"] {
  padding-right: 20px;
  background: url(../img/icon_excel.svg) no-repeat bottom 3px right;
}
a[href$=".zip"] {
  padding-right: 20px;
  background: url(../img/icon_zip.svg) no-repeat bottom 3px right;
}
.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  .ol_sub{
	counter-reset: section;
    list-style-type: none;
}
.content_area  .ol_sub li{

}
.content_area  .ol_sub li:before{
	counter-increment: cnt;
    content:  "-" counters(cnt, "-");
}*/
.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-bottom: 20px;*/
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  width: 100%;
  /*height:350px;*/
}
.content_area table th,
.content_area table td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 17px;
}
.content_area table th {
	font-weight:700;
  background: #e4f2f9;
  text-align: left;
}
.table {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-top: 30px;
  margin-bottom: 40px;
}
.table table td {
  text-align: center;
}
.content_area .sp_table_txt {
  display: block;
  padding:5px 0 5px 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;
}
.bg_sb {
  background: #e4f2f9 !important;
}
.bg_sb2 {
  background: #f1f8fc !important;
}

.w13 {
  width: 13%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w50 {
  width: 50%;
}
.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: #0088cd;
  border: 1px solid #0088cd;
  text-decoration: none;
}
.content_area .link_btn a:hover {
  color: #0088cd;
  background: #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 60px 0 0;
}
.content_area .btn_column > div:last-child {
  margin-right: 0;
  margin-left: 60px;
}
/*----------
		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;
  /*justify-content: space-between;*/
  align-items: center;
  padding: 18px 0;
  /*margin-bottom:35px;*/
  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;
  /*margin-bottom:40px;*/
  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;
}
.column_in .column_in_txt {
  width: 65%;
  margin-right: 2.5%;
}
.column_in .column_in_img {
  width: 32.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: 50px 40px 50px 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;
}

@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			*/
  .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%; */
	      width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
	.page_link li:after{
		content:none;
	}
/*   .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 .link_btn a{
		padding:10px 30px;
	}*/
  .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;
  }
  /*----------
		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%;
  }
  /*	青い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;
  }
}

/*----------
	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;
  border-bottom: 1px solid #ccc;
}
.content_area .c_list li {
  position: relative;
  width: 33.333%;
  margin-bottom: -1px;
  border-top: 1px solid #ccc;
  border-bottom: 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 {
  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;
}
.c_list h2: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 {
    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 {
    padding: 15px 10px 15px 35px;
    background-position: left 10px center;
  }
  .c_list a {
    margin: 4px auto;
  }
}

/*----------
	診療科選択リスト  
			---------*/

.department_wrap {
  background: #eef6f7;
  border-radius: 5px;
}

.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;
}

.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;
  }
}

@media screen and (max-width: 767px) {
  .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%;
  }
}


/*----------
	診療受付時間　リンク
			---------*/
.days_link{
	margin-top:60px;
}
.days_link_item{
	margin-bottom:5px;
}
.days_link a{
	position:relative;
	display:inline-block;
	padding-left:25px;
	text-decoration:none;
	color:#333;
}
.days_link a:hover{
	color:#0088CD;
	/*text-decoration:underline;*/
}
.days_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;
}
@media screen and (max-width: 767px) {
	.days_link{
	margin-top:40px;
	}
}