@charset "UTF-8";

/*--------------------------------------
　MV
---------------------------------------*/
.mv_lower {
  background: #E2EDFB; 
	width: 100%;
	height: 500px;
	min-width: 1200px;
	position: relative;
}
     
.mv_lower .mv_inner {
	width: 100%;
	height: 500px;
	max-width: 1200px;
	margin: auto;
	position: relative;
}    

.mv_lower .mv_ttl_box {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	width: 100%;
  padding: 80px 0 0;
	text-align: center;                   
}
      
.mv_lower .mv_ttl {
  color: #3C6AB4;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.4;
}

@media screen and (max-width: 768px) {
	.mv_lower {
		height: auto;
		min-width: 100%;
		padding: 15px 15px;
	}

	.mv_lower .mv_inner {
		width: 100%;
		height: 0;
		max-width: 100%;
		padding-top: calc(100%*450/750);
	}
  
  .mv_lower .mv_ttl_box {
    padding: 55px 0 0;              
  }  

	.mv_lower .mv_ttl {
		font-size: 23px;
	}
}



/*--------------------------------------
　bc-list
---------------------------------------*/
.bc-list {
	max-width: 1200px;
  font-size: 14px;
  margin: 40px auto 0; 
	box-sizing: border-box;
}
.bc-list > span {
  display: inline;
  padding: 0 12px 0 0;
  margin: 0 12px 0 0;
	position: relative;
}
/* .bc-list > span::before,
.bc-list > span::after {
  content: "";
	position: absolute;
  width: 4px;
  height: 4px;
  border-top: 1px solid #11294C;
  border-right: 1px solid #11294C;
  top: 50%;
  margin-top: -2px;
  transform: rotate(45deg);
} */
/* .bc-list > span::before {
	right: 0;
}
.bc-list > span::after {
	right: -3px;
} */
.bc-list > span:last-of-type {
  padding: 0;
  margin: 0;
}
/* .bc-list > span:last-of-type::before,
.bc-list > span:last-of-type::after {
  content: none;
} */
.bc-list a {
	display: inline-block;
  text-decoration: underline;
	line-height: 1.8;
}
.bc-list a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
.bc-list {
  max-width: 100%;
  font-size: 11px;
  margin: 20px auto 0;
  padding: 0 15px;
}
.bc-list > span {
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
}
/* .bc-list > span::before,
.bc-list > span::after {
  width: 4px;
  height: 4px;
  margin-top: -2px;
}  */
}



/*--------------------------------------
　section
---------------------------------------*/
/* ↓↓↓後で消す ↓↓↓*/
.sec_lower .fs_25 {
	font-size: 25px!important;
	font-weight: bold;
	text-align: center;
}
/* ↑↑↑後で消す ↑↑↑*/


.contents_lower {
	width: 100%;
	min-width: 1200px;
	padding: 120px 0 160px;
	box-sizing: border-box;
  position: relative;
  z-index: 0;
}

.sec_lower {
	width: 100%;
	margin: 0 0 150px;
	box-sizing: border-box;
}
.sec_lower:last-child {
	margin: 0 0 0;
}

.sec_lower .sec_inner {
	max-width: 1200px;
	margin: auto;
	box-sizing: border-box;
}

.sec_lower .sec_block {
	margin: 0 0 150px;
}
.sec_lower .sec_block:last-child {
	margin: 0 0 0;
}

.sec_lower .sec_box {
	margin: 80px 0 80px;
}
.sec_lower .sec_box:last-child {
	margin: 80px 0 0;
}

.sec_lower .sec_box_inner {
	margin: 60px 0 60px;
}
.sec_lower .sec_box_inner:last-child {
	margin: 60px 0 0;
}

@media screen and (max-width: 768px) {
	/* ↓↓↓後で消す ↓↓↓*/
  .sec_lower .fs_25 {
    font-size: 18px!important;
  }
  /* ↑↑↑後で消す ↑↑↑*/
	
	.contents_lower {
		min-width: 100%;
		padding: 60px 20px 80px;
	}

	.sec_lower {
		margin: 0 0 80px;
	}
	
	.sec_lower .sec_inner {
		max-width: 100%;
	}

	.sec_lower .sec_block {
		margin: 0 0 60px;
	}

	.sec_lower .sec_box {
		margin: 40px 0 40px;
	}
	.sec_lower .sec_box:last-child {
		margin: 40px 0 0;
	}
	
	.sec_lower .sec_box_inner {
		margin: 30px 0 30px;
	}
	.sec_lower .sec_box_inner:last-child {
		margin: 20px 0 0;
	}
}



/*--------------------------------------
　title
---------------------------------------*/
.lower h2,
.lower h3,
.lower h4,
.lower h5 {
	font-weight: 700;
	line-height: 1.5;
}

.lower .ttl_box01 .ttl {
	margin: 0 0 30px;
  color: #3C6AB4;
	font-size: 32px;
  text-align: center;
  position: relative;
}
.lower .ttl_box01 .ttl::after {
  content: "";
  display: block;
  background: #3C6AB4;
  width: 120px;
  height: 1px;
  margin: 40px auto 0;
  box-sizing: border-box;
}

.lower .ttl_box02 .ttl {
	margin: 0 0 30px;
  padding: 0 0 10px;
  color: #3C6AB4;
	font-size: 25px;
	border-bottom: 1px dashed #3C6AB4;
}

.lower .ttl_box03 .ttl {
  display: inline-block;
  background: #49BABA;
  padding: 12px 20px;
  color: #fff;
	font-size: 20px;
  text-align: center;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .lower .ttl_box01 .ttl {
    margin: 0 0 20px;
    font-size: 22px;
  }
  .lower .ttl_box01 .ttl::after {
    width: 60px;
    margin: 15px auto 0;
  }  
  
  .lower .ttl_box02 .ttl {
    margin: 0 0 20px;
    padding: 0 0 15px;
    font-size: 18px;
  }
  
  .lower .ttl_box03 .ttl {
    padding: 8px 15px;
    font-size: 16px;
    border-radius: 3px;
  }
}



/*--------------------------------------
　text
---------------------------------------*/
.lower p {
	/*margin: 30px 0 0;*/
	font-size: 16px;
	text-align: justify;
	line-height: 2;
}
.lower .name {
  font-weight: bold;
  text-align: right;
}
.lower .name span {
	font-size: 20px;
  font-weight: bold;
}

.lower .txt {
	margin: 30px 0 0;
	font-size: 16px;
	text-align: justify;
	line-height: 2;
}
.lower .txt.mt0 {
	margin: 0 0 0;
}

.lower .note {
	margin: 30px 0 0;
	font-size: 14px;
	text-align: justify;
	line-height: 2;
}

.txt_bold {
  color: #49BABA;
  font-size: 16px;
  font-weight: 700;
}

.lower p.ta-c {
  text-align: center;
}

.fs20 {
  font-size: 20px;
}
.fs28 {
  font-size: 28px;
}

@media screen and (max-width: 768px) {
	.lower p {
		/*margin: 20px 0 0;*/
		font-size: 14px;
		line-height: 1.8;
	}
  
	.lower .txt {
		margin: 20px 0 0;
		font-size: 14px;
		line-height: 1.8;
	}
  
  .lower .lead {
    margin: 30px 0 0;
    font-size: 14px;
    text-align: justify;
    line-height: 1.8;
  }  
  
  .lower .note {
    margin: 20px 0 0;
    font-size: 12px;
    line-height: 1.8;
  }
  
  .txt_bold {
    font-size: 14px;
  }

  .lower p.ta-c {
    text-align: justify;
  }

  .fs20 {
    font-size: 16px;
  }
  .fs28 {
    font-size: 20px;
  }
}



/*--------------------------------------
　margin
---------------------------------------*/
.mt0 {
  margin: 0 0 0;
}
.mt20 {
  margin: 20px 0 0!important;
}

@media screen and (max-width: 768px) {
  .mt20 {
    margin: 15px 0 0!important;
  }
}



/*--------------------------------------
　ul_list
---------------------------------------*/
.ul_list {
	margin: 20px 0 0;
}
.ul_list li {
	padding: 0 0 0 20px;
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.8;
	position: relative;
}
.ul_list li:last-child {
	margin: 0 0 0;
}
.ul_list li:before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	background: #49BABA;
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border-radius: 50%;
}

@media screen and (max-width: 768px) {
	.ul_list {
		margin: 15px 0 0;
	}
	.ul_list li {
		padding: 0 0 0 15px;
		margin: 0 0 10px;
		font-size: 14px;
	}
	.ul_list li:before {
		top: 8px;
		width: 8px;
		height: 8px;
	}
}



/*--------------------------------------
　ol_list
---------------------------------------*/
.ol_list {
	margin: 20px 0 0;
}
.ol_list li {
	padding: 0 0 0 35px;
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.8;
	position: relative;
  counter-increment: count;
}
.ol_list li:last-child {
	margin: 0 0 0;
}
.ol_list li::before{
  content: counter(count)".";
	position: absolute;
	top: -5px;
	left: 0;
	color: #49BABA;
	font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
	.ol_list {
		margin: 15px 0 0;
	}
	.ol_list li {
		padding: 0 0 0 30px;
		margin: 0 0 10px;
		font-size: 14px;
	}
  .ol_list li::before {
    font-size: 18px;
  }
}



/*--------------------------------------
　table_parts
---------------------------------------*/
.lower .table_parts {
  margin: 1em 0 0;
}
.lower .table_parts thead th {
  text-align: center;
  border-left: 1px solid #fff;
}
.lower .table_parts td {
  border-right: 1px solid #F4F4F4;
}
.lower .table_parts tbody td {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .lower .table_parts {
    margin: 2em 0 0;
    padding: 0 0 20px;
    overflow-x: scroll;
  }
  .lower .table_scroll {
    overflow-x: scroll;
  }
  .lower .table_scroll::-webkit-scrollbar{
    height: 3px;
  }
  .lower .table_scroll::-webkit-scrollbar-track{
    background: #f9f9f9;
    border: none;
    border-radius: none;
    box-shadow: none;
  }
  .lower .table_scroll::-webkit-scrollbar-thumb {
    background: #d9d9d9;
    border-radius: none;
    box-shadow: none;
  }
  .lower .table_scroll table {
    min-width: 768px;
  }
  .lower .table_scroll thead th:first-child {
    position: -webkit-sticky;
		position: sticky;
		top: 0;
		left: 0;
		z-index: 1;
    max-width: 100px;
  }
  .lower .table_scroll tbody th {
    position: -webkit-sticky;
		position: sticky;
		top: 0;
		left: 0;
		z-index: 1;
    max-width: 100px;
  }
}



/*--------------------------------------
　imgBox
---------------------------------------*/
.imgBox.w50 {
  width: 50%;
}

.img_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px 0 0;
}
.img_list .img_item {
  width: calc((100% - 60px) / 3);
  margin: 0 0 30px 0;
}
.img_list .img_item:nth-of-type(3n-1):nth-last-of-type(1) {
	margin: 0 auto 30px 30px;
}
.img_list.col2 .img_item {
  width: calc((100% - 60px) / 2);
}
.img_list .caption {
  margin: 15px 0 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .imgBox.w50 {
    width: 100%;
  }
  
  .img_list {
    display: block;
    margin: 30px 0 0;
  }
  .img_list .img_item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .img_list .img_item:nth-of-type(3n-1):nth-last-of-type(1) {
    margin: 0 0 20px 0;
  }
  .img_list .img_item:last-child {
    margin: 0 0 0 0;
  }
  .img_list.col2 .img_item {
    width: 100%;
  }
  .img_list .caption {
    margin: 10px 0 0;
    font-size: 14px;
  }  
}



/*--------------------------------------
　txtimg_parts
---------------------------------------*/
/*----- txtimg_parts01 -----*/
.txtimg_parts01 {
	display: flex;
	justify-content: space-between;
  flex-wrap: wrap;
	margin: 60px 0 0;
}
.txtimg_parts01 .txtBox {
	width: 60%;
	padding: 0 60px 0 0;
}
.txtimg_parts01 .txt {
  margin: 0 0 0;
}
.txtimg_parts01 .imgBox {
	width: 40%;
}
.txtimg_parts01.rev {
  flex-direction: row-reverse
}
.txtimg_parts01.rev .txtBox {
	padding: 0 0 0 60px;
}

/*----- txtimg_parts02 -----*/
.txtimg_parts02 {
	margin: 80px 0 0;
}
.txtimg_parts02 .imgBox {
	float: right;
	width: 35%;
	padding: 0 0 30px 30px;
}

@media screen and (max-width: 768px) {
	/*----- txtimg_parts01 -----*/
	.txtimg_parts01 {
		margin: 30px 0 0;
	}
	.txtimg_parts01 .txtBox {
		width: 100%;
		margin: 20px 0 0;
		padding: 0 0 0 0;
    order: 2;
	}
	.txtimg_parts01 .imgBox {
		width: 100%;
    order: 1;
	}
  .txtimg_parts01.rev .txtBox {
    padding: 0 0 0 0;
  }
  
	/*----- txtimg_parts02 -----*/
	.txtimg_parts02 {
		margin: 40px 0 0;
	}
	.txtimg_parts02 .imgBox {
		float: right;
		width: 40%;
		padding: 0 0 10px 15px;
	}
}



/*--------------------------------------
　flow_parts
---------------------------------------*/
.flow_parts {
  margin: 80px 0 0;
}

.flow_parts .flow_item {
  background: rgba(73,186,186,0.15);
  margin: 0 0 50px;
  padding: 30px 30px;
  border-radius: 10px;
  position: relative;
}
.flow_parts .flow_item:last-child {
  margin: 0 0 0;
}
.flow_parts .flow_item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%,0);
  background: rgba(73,186,186,0.15);
  width: 6px;
  height: 50px;
  margin: auto;
}
.flow_parts .flow_item:last-child::after {
  display: none;
}

.flow_parts .f_ttl {
  background: #49BABA;
  padding: 12px 20px;
  color: #fff;
	font-size: 20px;
  text-align: center;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .flow_parts {
    margin: 40px 0 0;
  }

  .flow_parts .flow_item {
    margin: 0 0 30px;
    padding: 15px 15px;
    border-radius: 5px;
  }
  .flow_parts .flow_item::after {
    width: 3px;
    height: 30px;
  }

  .flow_parts .f_ttl {
    padding: 8px 15px;
    font-size: 16px;
    border-radius: 3px;
  }
}

/*--------------------------------------
　form_parts
---------------------------------------*/
input,
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
	box-sizing: border-box;
}

.form_parts {
  margin: 80px 0 0;
}

.form_parts .form_parts_block {
  margin: 0 0 120px;
}
.form_parts .form_parts_block:last-child {
  margin: 0 0 0;
}

.form_parts table {
	width: 100%;
	box-sizing: border-box;
}

.form_parts tr {
	width: 100%;
	box-sizing: border-box;
	border-bottom: solid 1px #dedede;
}

.form_parts th {
	width: 30%;
	padding: 30px 0 30px 20px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
.form_parts th .req {
	background: #d43c47;
	padding: 8px 10px;
	color: #fff;
	font-size: 11px;
	line-height: 1;
	float: right;
}

.form_parts td {
	width: 70%;
	padding: 30px 0 30px 50px;
	box-sizing: border-box;
	font-size: 15px;
}
.form_parts td input {
	width: 100%;
	height: 50px;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 15px;
	border: solid 1px #dedede;
}

/* radioBox */
.radioBox li {
	float: left;
	margin: 0 40px 0 0;
	box-sizing: border-box;
}
.radioBox li:last-child {
	margin: 0 0 0 0;
}
.radio-input {
  display: none;
}
.radio-input + .radio-parts {
	display: block;
  padding-left: 25px;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1.4;
  position: relative;
}
.radio-input + .radio-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
	box-sizing: border-box;
  border: 1px solid #dedede;
  border-radius: 50%;
}
.radio-input:checked + .radio-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
	background: #49BABA;
	width: 10px;
  height: 10px;
	box-sizing: border-box;
  border-radius: 50%;
}
.radio-input:checked + .radio-parts {
  color: #49BABA;
}

/* radio box WP編集するとき追加 */
span.wpcf7-form-control {
	width: 100%;
	box-sizing: border-box;
	font-size: 0;
}
span.wpcf7-list-item {
	display: inline-block;
	width:  20%;
	box-sizing: border-box;
	font-size: 15px;
	margin: 0 0 0 0!important;
	padding: 0!important;
}
span.wpcf7-list-item:last-child {
	margin-right: 0;
}
span.wpcf7-list-item input {
	display: none;
}
span.wpcf7-list-item-label {
  padding-left: 25px;
	box-sizing: border-box;
  position: relative;
}

/* 1番ここに入れる */
span.wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 18px;
  height: 18px;
	box-sizing: border-box;
  border: 1px solid #dedede;
  border-radius: 50%;
}
span.wpcf7-list-item input:checked + span.wpcf7-list-item-label {
  color: #49BABA;
}

/* 2番ここに入れる */
span.wpcf7-list-item input:checked + span.wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
	background: #49BABA;
	width: 10px;
  height: 10px;
	box-sizing: border-box;
  border-radius: 50%;
}
/* 追加内容ここまで */

/* textarea*/
.form_parts textarea {
	padding: 10px 10px;
	width: 100%;
	box-sizing: border-box;
	font-size: 15px;
	border: solid 1px #dedede;
	resize: vertical;
}

/* 送信ボタン */
.send_btn {
	display: block;
	background: #49BABA;
	width: 520px;
	margin: 50px auto 0;
	padding: 30px 20px;
	box-sizing: border-box;
	border: none;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
}
.send_btn:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

@media screen and (max-width: 768px) {
  .form_parts {
    margin: 20px 0 0;
  }

  .form_parts .form_parts_block {
    margin: 0 0 60px;
  }

  .form_parts th {
    display: block;
    width: 100%;
    padding: 20px 0 0 0;
    font-size: 14px;
  }
  .form_parts th .req {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    padding: 4px 5px;
    font-size: 10px;
    float: inherit;
  }

  .form_parts td {
    display: block;
    width: 100%;
    margin: 10px 0 0;
    padding: 0 0 20px 0;
    font-size: 14px;
  }
  .form_parts td input {
    height: 45px;
    padding: 0 5px;
    font-size: 14px;
  }

  /* radioBox */
  .radioBox li {
    float: inherit;
    margin: 0 0 20px 0;
  }
  .radio-input + .radio-parts {
    padding-left: 25px;
    font-size: 14px;
  }
  .radio-input + .radio-parts::before {
    top: 3px;
    width: 16px;
    height: 16px;
  }
  .radio-input:checked + .radio-parts::after{
    top: 6px;
    left: 3px;
  }
  
  /* radio box WP編集するとき追加 */
  span.wpcf7-form-control {
    width: 100%;
    box-sizing: border-box;
    font-size: 0;
  }
  span.wpcf7-list-item {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    margin: 0 0 5px!important;
    padding: 0!important;
  }
  span.wpcf7-list-item:nth-of-type(3n) {
    margin: 0 0 15px 0;
  }
  span.wpcf7-list-item:last-child {
    margin: 0 0 0!important;
  }
  span.wpcf7-list-item input {
    display: none;
  }
  span.wpcf7-list-item-label {
    padding-left: 25px;
    position: relative;
  }

  /* 1番ここに入れる */
  span.wpcf7-list-item-label::before {
    top: -1px;
    width: 16px;
    height: 16px;
  }
  span.wpcf7-list-item input:checked + span.wpcf7-list-item-label {
    color: #49BABA;
  }

  /* 2番ここに入れる */
  span.wpcf7-list-item input:checked + span.wpcf7-list-item-label::after {
    top: 2px;
    left: 3px;
  }
  /* 追加内容ここまで */

  /* textarea*/
  .form_parts textarea {
    padding: 5px 5px;
    font-size: 14px;
  }

  /* 送信ボタン */
  .send_btn {
    width: 90%;
    margin: 40px auto 0;
    padding: 20px 15px;
    font-size: 16px;
  }
}

/*--------------------------------------
　tabArea
---------------------------------------*/

/* tabArea */
.news_block .tabArea li {
  padding: 0 5px 15px;
  margin: 0 30px 0 0;
}

@media screen and (max-width: 768px) {
.news_block .tabArea li {
  padding: 0 5px 10px;
  margin: 0 20px 0 0;
}
}



/*--------------------------------------
　news
---------------------------------------*/
.post .all_block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.post .news_block {
	width: 70%;
	box-sizing: border-box;
}
.post .news_list li {
  border-bottom: 1px solid #e7e7e7;
	padding: 20px 0 20px;
	box-sizing: border-box;
}
.post .news_list li:first-child {
  padding: 0 0 20px;
}

/* news */
.post .news_list .date_box {
	width: 100%;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
}
.post .news_list .date {
  font-size: 15px;
  margin: 0 15px 0 0;
}
.post .news_list .custom span {
  width: 180px;
  font-size: 12px;
  border-radius: 100px;
  text-align: center;
  padding: 5px 5px 4px;
  box-sizing: border-box;
  display: inline-block;
}
.post .news_list .cate span {
  color: #3C6AB4;
  background: #E2EDFB;
}
/*.post .news_list .tag span {
  color: #6a1b9a;
  background: #f3e5f5;
  margin: 0 10px 0 0;
}
.post .news_list .tag {
  margin: 0 0 0 10px;
}*/
.post .news_list .news_ttl {
  width: 100%;
  font-size: 16px;
  text-align: justify;
  line-height: 1.5;
}

/*----- info-top -----*/
.single .info-top {
	margin: 0 0 60px;
	/*position: relative;*/
}
/*.single .info-top::before {
  content: "";
	display: block;
  position: absolute;
  width: 100%;
  height: 2px;
	background: #ccc;
	bottom: -25px;
  left: 0;
}*/
.single .deta_box {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
}
.single .deta_box .day {
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	margin: 0 20px 0 0;
}
.single .deta_box .cate {
	margin: 0 1.5% 0 0;
}
.single .deta_box .cate:last-child {
	margin: 0 0 0 0;
}
.single .deta_box .cate span {
	width: 200px;
	color: #3C6AB4;
	font-size: 13px;
	font-weight: bold;
	background: #E2EDFB;
	border-radius: 100px;
	text-align: center;
	margin: 0 10px 0 0;
	padding: 5px 0;
	box-sizing: border-box;
	display: inline-block;
}
.single h4.n_ttl {
	font-size: 20px;
	font-weight: bold;
  text-align: justify;
	line-height: 1.5em;
  position: relative;
}
.single h4.n_ttl::before {
  content: "";
	display: block;
  position: absolute;
  width: 100%;
  height: 2px;
	background: #ccc;
	bottom: -20px;
  left: 0;
}
.single .tag_box .tag {
  text-align: right;
  margin: 25px 0 0;
}
.single .tag_box .tag span {
  color: #49BABA;
	font-size: 13px;
	font-weight: bold;
  margin: 0 0 0 10px;
}

/*----- info-area -----*/
.single .info-area p {
	text-align: justify;
	line-height: 1.8em;
	margin: 0 0 30px;
}
.info-txt img {
	width: inherit;
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	margin: 0 0 30px;
}
.info-txt h1,.info-txt h2,.info-txt h3,.info-txt h4,.info-txt h5,.info-txt h6 {
	font-weight: bold;
}
.info-txt h1 {
	color: #fff;
	font-size: 34px;
	background: #3C6AB4;
	border-radius: 10px;
	text-align: justify;
	line-height: 1.5em;
	margin: 0 0 30px;
	padding: 8px 20px 6px;
	display: inline-block;
}
.info-txt h2 {
	font-size: 28px;
	background: #E0F9F9;
	border-left: 5px solid #49BABA;
	border-radius: 0 100px 100px 0;
	text-align: justify;
	line-height: 1.5em;
	margin: 0 0 30px;
	padding: 10px 10px 10px 20px;
	box-sizing: border-box;
}
.info-txt h3 {
	font-size: 24px;
	border-bottom: 2px solid #3C6AB4;
	text-align: justify;
	line-height: 1.5em;
	margin: 0 0 30px;
	padding: 0 10px;
	box-sizing: border-box;
}
.info-txt h4 {
	color: #fff;
	font-size: 18px;
	background: #49BABA;
	line-height: 1.5em;
	margin: 0 0 20px;
	padding: 5px 15px 5px;
	box-sizing: border-box;
	display: inline-block;
}
.info-txt h5 {
	font-size: 18px;
	line-height: 1.5em;
	margin: 0 0 20px;
}
.info-txt h6 {
	font-size: 16px;
	line-height: 1.3em;
	margin: 0 0 20px;
}
.info-txt a {
	text-decoration: underline;
	display: inline-block;
}
.info-txt strong {
	font-weight: bold;
	text-align: justify;
	margin: 0 0 30px;
}

/* ul list */
.info-txt ul {
	margin: 0 0 40px;
}
.info-txt ul li {
	text-align: justify;
	line-height: 1.8em;
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	position: relative;
}
.info-txt ul li:last-child {
	margin: 0 0 0;
}
.info-txt ul li::before {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	background: #49BABA;
	border-radius: 100px;
	box-sizing: border-box;
	top: 8px;
	left: 0;
}

/* ol list */
.info-txt ol {
  margin: 0 0 40px;
	list-style-type: none;
	counter-reset: count;
}
.info-txt ol li {
	text-align: justify;
	line-height: 1.8em;
	margin: 0 0 10px;
	padding: 0 0 0 33px;
	box-sizing: border-box;
	position: relative;
	counter-increment: count;
}
.info-txt ol li:last-child {
  margin: 0 0 0;
}
.info-txt ol li::before{
	content: counter(count)".";
	position: absolute;
	color: #49BABA;
	font-size: 18px;
  font-weight: bold;
	top: 0;
	left: 0;
	/*content: counter(count,decimal-leading-zero);*/
}

/*----- btn -----*/
.single .btn01 {
  margin: 70px auto 0;
}
.single .btn01 a {
	text-align: center;
	margin: auto;
}

/*----- side -----*/
.post .side {
	width: 20%;
	box-sizing: border-box;
}
.post .side .side_box {
	margin: 0 0 50px;
}
.post .side .side_box:last-child {
	margin: 0 0 0;
}
.post .side .side_ttl {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #3C6AB4;
	border-radius: 10px;
	text-align: center;
	padding: 15px 15px;
	box-sizing: border-box;
}
.post .side ul {
	margin: 10px 0 0;
}
.post .side ul li {
	font-size: 15px;
	border-bottom: 1px solid #e7e7e7;
	padding: 20px 0;
}
.post .side ul li a {
	display: inline;
}

/*----- pagination -----*/
.post .pagination {
	text-align: center;
	margin: 80px auto 0;
}
.post .pagination ul {
	position: relative;     
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.post .pagination li {
	display: inline-block;
}
.post .pagination a {
	display: inline-block;
	line-height: 40px;
	font-size: 16px;
	text-decoration: none;
	margin: 0 5px;
}
.post .pagination span {
	display: inline-block;
	line-height: 40px;
	font-size: 16px;
	padding: 0 15px;
}
.post .pagination span.current {
	background: #3C6AB4;
	color: #fff;
}

@media screen and (max-width: 768px) {
/*.post .sec_block {
	display: block;
}
.post .news_area {
	width: 100%;
}
.post .news_area .news_list li {
	margin: 0 0 20px;
}
.post .news_area .news_list li a {
	display: block;
	border-radius: 10px;
	padding: 15px 45px 15px 20px;
}
.post .news_area .news_list li a::before {
	width: 22px;
	height: 22px;
	background: url("../images/arrow_02.png") center center no-repeat;
	background-size: 100% auto;
	top: inherit;
	bottom: 15px;
	right: 15px;
	transform: translate(0,0);
}	
.post .deta_box {
	width: 100%;
	margin: 0 0 13px;
}
.post .deta_box .day {
	width: 100px;
	font-size: 12px;
	margin: 0 0 0 0;
}
.post .deta_box .cate span {
	width: 95px;
	font-size: 11px;
	padding: 5px 0;
}
.post .news_area .news_ttl {
	width: 100%;
}
.post .news_area .news_ttl p {
	font-size: 15px;
}*/
  
.post .all_block {
	display: block;
}
.post .news_block {
	width: 100%;
}
.post .news_list li {
	padding: 20px 0 20px;
}
.post .news_list li:first-child {
  padding: 0 0 20px;
}

/* news */
.post .news_list .date_box {
	width: 100%;
  margin: 0 0 10px;
}
.post .news_list .date {
  font-size: 12px;
  margin: 0 15px 0 0;
}
.post .news_list .custom span {
  width: 150px;
  font-size: 11px;
  padding: 4px 0 3px;
}
/*.post .news_list .cate span {
  color: #3C6AB4;
  background: #E2EDFB;
}
.post .news_list .tag span {
  color: #6a1b9a;
  background: #f3e5f5;
  margin: 0 10px 0 0;
}
.post .news_list .tag {
  margin: 0 0 0 10px;
}*/
.post .news_list .news_ttl {
  font-size: 15px;
}  
	
/*----- info-top -----*/
.single .info-top {
	margin: 0 0 40px;
}
/*.single .info-top::before {
  height: 2px;
	bottom: -20px;
}*/
.single .deta_box {
	margin: 0 0 10px;
}
.single .deta_box .day {
	font-size: 13px;
	margin: 0 15px 0 0;
}
.single .deta_box .cate span {
	width: inherit;
	font-size: 10px;
	margin: 0 5px 0 0;
	padding: 4px 13px 3px;
	display: inline-block;
}
.single h4.n_ttl {
	font-size: 15px;
	line-height: 1.5em;
}
.single h4.n_ttl::before {
	bottom: -15px;
}
.single .tag_box .tag {
  text-align: right;
  margin: 18px 0 0;
}
.single .tag_box .tag span {
	font-size: 11px;
  margin: 0 0 0 5px;
}  
	
/*----- info-area -----*/
.single .info-area p {
	text-align: justify;
	line-height: 1.8em;
	margin: 0 0 20px;
}
.info-txt img {
	width: inherit;
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	margin: 0 0 30px;
}
.info-txt h1 {
	font-size: 28px;
	border-radius: 5px;
	margin: 0 0 25px;
	padding: 5px 15px 5px;
}	
.info-txt h2 {
	font-size: 24px;
	border-left: 3px solid #49BABA;
	border-radius: 0 5px 5px 0;
	margin: 0 0 25px;
	padding: 5px 10px 5px 15px;
}	
.info-txt h3 {
	font-size: 18px;
	border-bottom: 1px solid #3C6AB4;
	margin: 0 0 25px;
	padding: 0 5px;
}	
.info-txt h4 {
	font-size: 16px;
	padding: 5px 10px 5px;
}
.info-txt h5 {
	font-size: 16px;
}
.info-txt h6 {
	font-size: 14px;
}
	
/* list */
.info-txt ul {
	margin: 0 0 30px;
}
.info-txt ul li {
	margin: 0 0 8px;
	padding: 0 0 0 15px;
}
.info-txt ul li::before {
	width: 8px;
	height: 8px;
	top: 7px;
}
	
/* ol list */
.info-txt ol {
  margin: 0 0 30px;
}
.info-txt ol li {
	margin: 0 0 8px;
	padding: 0 0 0 25px;
}
.info-txt ol li::before{
	font-size: 16px;
	top: 0;
	left: 0;
}	

/*----- btn -----*/
.single .btn01 {
  margin: 30px auto 0;
}
  
/*----- side -----*/
.post .side {
	width: 100%;
	margin: 80px 0 0;
}
.post .side .side_box {
	margin: 0 0 30px;
}
.post .side .side_ttl {
	font-size: 15px;
	padding: 15px 10px;
}
.post .side ul {
	margin: 5px 0 0;
}
.post .side ul li {
	font-size: 14px;
	padding: 15px 0;
}  

/*----- pagination -----*/
.post .pagination {
	margin: 30px auto 0;
}
.post .pagination a {
	line-height: 30px;
	font-size: 13px;
}
.post .pagination span {
	line-height: 30px;
	font-size: 13px;
	padding: 0 10px;
}	
}



/*--------------------------------------
　column
---------------------------------------*/
.column3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	margin: 60px 0 0;
}
.column3 .item {
  width: calc((100% - 60px) / 3);
  margin: 0 0 60px 0;
}
.column3 .item:nth-of-type(3n-1):nth-last-of-type(1) {
	margin: 0 auto 60px 30px;
}
.column3 .imgBox {
  margin: 0 0 30px;
}
.column3 p.txt {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .column3 {
    display: block;
    margin: 30px 0 0;
  }
  .column3 .item {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .column3 .item:nth-of-type(3n-1):nth-last-of-type(1) {
    margin: 0 0 30px 0;
  }
  .column3 .imgBox {
    margin: 0 0 20px;
  }
  .column3 p.txt {
    margin: 15px 0 0;
  }
}







/*--------------------------------------
　medical 診療案内
---------------------------------------*/
.medical .reserve .flexBox .flex_item {
  background: rgba(73,186,186,0.15);
  width: calc(50% - 40px);
  margin: 0 20px 40px;
  padding: 40px 40px;
  border-radius: 10px;
}
.medical .reserve .ttl_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.medical .reserve .ttl_wrap .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #49BABA;
  width: 90px;
  height: 90px;
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
  border-radius: 50%;
}
.medical .reserve .ttl_wrap .ttl {
  width: calc(100% - 110px);
  font-size: 24px;
}

.medical .consul .flex_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(73,186,186,0.15);
  width: calc(25% - 10px);
  margin: 0 0 15px;
  padding: 15px 20px;
  border-radius: 10px;
}
.medical .consul .icon {
  width: 70px;
}
.medical .consul .icon img {
  border-radius: 50%;
}
.medical .consul .cc {
  width: calc(100% - 80px);
}

@media screen and (max-width: 768px) {
  .medical .reserve .flexBox .flex_item {
    background: rgba(73,186,186,0.15);
    width: 100%;
    margin: 0 0 20px;
    padding: 20px 20px;
    border-radius: 5px;
  }
  .medical .reserve .flexBox .flex_item:last-child {
    margin: 0 0 0;
  }
  .medical .reserve .ttl_wrap {
    display: block;
  }
  .medical .reserve .ttl_wrap .icon {
    width: 80px;
    height: 80px;
    margin: auto;
    font-size: 15px;
  }
  .medical .reserve .ttl_wrap .ttl {
    width: 100%;
    margin: 15px 0 0;
    font-size: 20px;
  }

  .medical .consul .flex_item {
    width: 100%;
    margin: 0 0 10px;
    padding: 12px 15px;
    border-radius: 5px;
  }
  .medical .consul .flex_item:last-child {
    margin: 0 0 0;
  }
  .medical .consul .icon {
    width: 60px;
  }
  .medical .consul .cc {
    width: calc(100% - 70px);
  }  
}



/*--------------------------------------
　contact 病院お問い合わせフォーム
  form-case 症例紹介お申し込みフォーム
---------------------------------------*/
.contact .tab_ttl,
.form-case .tab_ttl {
  margin: 60px 0 0;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .contact .tab_ttl,
  .form-case .tab_ttl {
    margin: 30px 0 0;
    font-size: 20px;
  }
}



/*--------------------------------------
　staff スタッフ紹介
---------------------------------------*/
.staff .btn_navi {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.staff .btn_navi li {
	width: calc(25% - 20px);
}
.staff .btn_navi li a {
  display: flex;
  align-items: center;
  justify-content: center;
	width: 100%;
	text-align: center;
	color: #fff;
	background: #0045B4;
	font-size: 20px;
	padding:15px 20px;
}

.accordion-header {
  background-color: #FFF;
  padding: 20px 45px 20px 30px;
  margin: 40px 0 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
	border: 1px solid #243553;
	font-size: 18px;
	line-height: 1;
}
.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:#151E2F;
}
.accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion-header.active::after{
  transform:rotate(0deg);
}
.accordion-content {
  background-color: #FFF;
  padding: 12px 20px 10px;
	display: none;
}
.accordion-header span,
.accordion-content span{
  padding-left: 25px;
  position: relative;
}

/* hover */
.accordion-header:hover {
  background-color: #E0F9F9;
}


.staff .staff_ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.staff .staff_ul > li {
	width: 47%;
	margin-bottom: 100px;
	position: relative;
}
.staff .staff_ul .large {
	width: 100%;
}
.staff .large .upper,.staff .large .under{
	display: flex;
	justify-content: space-between;
}
.staff .large .upper > div,.staff .large .under > div{
	width: 48%;
}
.staff .staff_ul .photo {
	margin-bottom: 20px;
}
.staff .large .photo {
	margin-bottom:0;
}
.staff .job {
	margin-bottom: 10px;
}
.staff .name {
	font-size: 32px;
}
.staff .cate {
	display: flex;
	margin-top: 20px;
}
.staff .cate li  {
	display: table;
	background: #3C6AB4;
	color: #fff;
	padding: 13px 10px;
	margin-right: 10px;
	line-height: 1;
}
.staff .s_box .txt_01 {
	font-size: 17px;
	font-weight: bold;
	margin-top: 20px;
	color: #0045B4;
	background: #E2EDFB;
	padding: 6px 14px;
}
.staff .s_box dl  {
	display: flex;
	margin: 14px 0 0 0 ;
}
.staff .s_box p {
	font-size: 14px;
	margin: 14px 0 0 0 ;
}
.staff .s_box dl dt {
	width: 33%;
	font-size: 14px;
}
.staff .s_box dl dd  {
	width: 67%;
	font-size: 14px;
	text-align: justify;
}

.scroll {
  overflow: hidden;
  margin: 20px 0;
}
.scroll .slick-track {
  display: flex !important;
}
.scroll .slick-slide {
  width: 2000px !important; /* ←ここで明示的に幅指定 */
  flex-shrink: 0;           /* 横並び強制 */
}
.scroll img {
  width: 2000px;
  height: auto;
  display: block;
}

.staff .lead {
	margin-bottom: 30px;
}
.staff .lead a {
	display: inline;
	text-decoration: underline
}
.staff .fx_wrap {
	display: flex;
	justify-content: space-between;
}
.staff .fx_wrap {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.staff .fx_wrap .staff_box {
	width: 76%;
	overflow: visible;
}
.staff .fx_wrap .side {
	width: 18%;
	position: sticky;
	display: inline;
	top:120px;
	height: 100%;
}
.staff .fx_wrap .side .search_item {
	background: #fff;
	border: 1px solid #11294C;
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}
.staff .fx_wrap .side .search_item.is-active {
  color: white;
  background-color:#11294C;
}
.is-hide {
  display: none;
}
.group-label {
	font-size: 13px;
	background: #fff;
	border-radius: 100px;
	padding: 6px 20px;
	border: 1px solid #11294C;
	display: table;
	position: absolute;
	left: 10px;
	top: -14px;
	line-height: 1;
}

@media screen and (max-width: 768px) {
  .staff .btn_navi {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  .staff .btn_navi li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .staff .btn_navi li a {
    width: 100%;
    font-size: 15px;
    padding: 15px 10px;
  }

  .accordion-header {
    padding: 15px 20px 15px 20px;
    margin: 20px 0 0;
    font-size: 16px;
  }
  .accordion-header::before,
  .accordion-header::after{
    position:absolute;
    content:'';
    top:1px;
    right:20px;
    bottom:0;
    width:12px;
    height:2px;
    margin:auto;
    background:#151E2F;
  }
  .accordion-header::after{
    transform:rotate(-90deg);
    transition:transform 0.3s;
  }
  .accordion-header.active::after{
    transform:rotate(0deg);
  }
  .accordion-content {
    background-color: #FFF;
    padding: 12px 10px 10px;
    display: none;
  }
  .accordion-header span,
  .accordion-content span{
    padding-left: 25px;
    position: relative;
  }

  .staff .staff_ul {
    display: block;
  }
  .staff .staff_ul > li {
    width: 100%;
    margin-bottom: 60px;
  }
  .staff .staff_ul .large {
    width: 100%;
  }
  .staff .large .upper,.staff .large .under{
    display: block;
    justify-content: space-between;
  }
  .staff .large .upper > div,.staff .large .under > div{
    width: 100%;
  }
  .staff .staff_ul .photo {
    margin-bottom: 20px;
  }
  .staff .large .photo {
    margin-bottom: 20px;
  }
  .staff .job {
		font-size: 12px;
    margin-bottom: 5px;
  }
  .staff .name {
    font-size: 20px;
  }
  .staff .cate {
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .staff .cate li  {
    font-size: 11px;
    padding: 5px 8px;
    margin-right: 6px;
  }
  .staff .s_box .txt_01 {
		font-size: 15px;
    margin-top: 15px;
    padding: 8px 10px;
  }
  .staff .s_box dl  {
    margin: 14px 0 0 0 ;
  }
  .staff .s_box p {
		font-size: 13px;
    margin: 14px 0 0 0 ;
  }
  .staff .s_box dl dt {
    width: 30%;
    font-size: 12px;
  }
  .staff .s_box dl dd {
    width: 70%;
    font-size: 12px;
  }

  .scroll {
    margin: 20px 0;
  }
  .scroll .slick-slide {
    width: 1000px !important; /* ←ここで明示的に幅指定 */
    flex-shrink: 0;           /* 横並び強制 */
  }
  .scroll img {
    width: 1000px;
    height: auto;
    display: block;
  }

  .staff .lead {
    margin-bottom: 20px;
  }
  .staff .fx_wrap {
    display: block;
  }
  .staff .fx_wrap .staff_box {
    width: 100%;
  }
  .staff .fx_wrap .side {
    width:100%;
    position:relative;
    top:inherit;
    height:100%;
    margin-bottom: 40px;
  }
  .staff .fx_wrap .side .search {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
		margin: 0 0 50px;
  }
  .staff .fx_wrap .side .search_item {
    font-size: 12px;
    width: 48%;
  }
}



/*--------------------------------------
　faq よくあるご質問
---------------------------------------*/
.lower.faq p {
	margin: 0 0 0;
}
.qa-box {
	margin: 0 0 50px;
}
.q-box {
	background: #e2f9f9;
	border-radius: 10px;
	padding: 15px 20px;
	box-sizing: border-box;
}
.q-txt {
	font-size: 18px!important;
	font-weight: bold;
	text-align: justify;
	padding: 0 0 0 50px;
	box-sizing: border-box;
	position: relative;
}
.q-txt::before{
	content: "Q";
	position: absolute;
	width: 34px;
	height: 34px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background: #31c8c8;
	border-radius: 100px;
	text-align: center;
	line-height: 34px;
	padding: 0 0 0 2px;
	box-sizing: border-box;
	left: 0;
	top: 1px;	
}
.a-box {
	text-align: justify;
	margin: 15px 0 0;
	padding: 0 20px;
	box-sizing: border-box;
}
.a-txt {
	font-size: 15px!important;
	padding: 0 0 0 50px;
	box-sizing: border-box;
	position: relative;
}
.a-txt::before{
	content: "A";
	position: absolute;
	width: 34px;
	height: 34px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background: #e985c0;
	border-radius: 100px;
	text-align: center;
	line-height: 34px;
	padding: 0 0 0 3px;
	box-sizing: border-box;
	left: 0;
	top: 1px;
}

@media screen and (max-width: 768px) {
.qa-box {
	margin: 0 0 30px;
}
.q-box {
	border-radius: 5px;
	padding: 12px 20px 15px;
}
.q-txt {
	font-size: 16px!important;
	padding: 4px 0 0 45px;
}
.q-txt::before{
	width: 32px;
	height: 32px;
	font-size: 18px;
	line-height: 32px;
	padding: 0 0 0 2px;
	top: 1px;	
}
.a-box {
	margin: 15px 0 0;
	padding: 0 20px;
}
.a-txt {
	font-size: 14px!important;
	padding: 5px 0 0 45px;
}
.a-txt::before{
	width: 32px;
	height: 32px;
	font-size: 18px;
	line-height: 32px;
	padding: 0 0 0 3px;
	top: 1px;
}
}



/*--------------------------------------
　about-each グループ病院紹介 当院について
---------------------------------------*/
.bg_wrap {
  position: relative;
  z-index: 0;
}
.bg_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: url("../images/group/bg01.jpg") center top no-repeat;
  background-size: 100% 1600px;
  width: 100%;
  height: 1600px;
  z-index: -1;
}

.lower .main_ttl {
  text-align: center;
	z-index: 100!important;
	position: relative;
}
.lower .main_ttl .eng_ttl {
  margin: 0 0 30px;
  font-size: 30px;
}
.lower .main_ttl .cc {
  font-size: 25px;
}
.lower .main_ttl .cc .large {
  font-size: 32px;
}

/*---------- ul_01 ----------*/
.about-each .ul_01 {
	display: flex;
	justify-content: space-between;
  flex-wrap: wrap;
}
.about-each .ul_01 li {
	width: 48.5%;
  color: #fff;
  font-weight: bold;
	background: #49BABA;
  border-radius: 24px;
  margin: 0 0 35px;
	padding: 30px;
  box-sizing: border-box;
}
.about-each .ul_01 img {
  border-radius: 12px;
	margin-bottom: 20px;
}
.about-each .ul_01 h3 {
  font-size: 22px;
  text-align: center;
  margin: 0 0 10px;
}

/*---------- slide_img ----------*/
/*.about-each .img_wrap {
	margin: 100px auto 0;
}*/
.about-each .img_wrap .slide_img {
  background: url("../images/group/about-each_06.png") repeat-x;
  background-size: 2700px auto;
  width: 100%;
  height: 510px;
  -webkit-animation: imgSlide 125s linear infinite;
  animation: imgSlide 125s linear infinite;
}

/*---------- name_box ----------*/
.about-each .name_box p {
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}
.about-each .name_box p.txt02 {
  line-height: 1.5em;
  margin: 0 0 10px;
}
.about-each .name_box p span {
	font-size: 28px;
	font-weight: bold;
}

@keyframes imgSlide {
  from {
    background-position:0 0
  }
  to {
    background-position:-432vw 0
  }
}

@media screen and (max-width: 768px) {
  .bg_wrap::after {
    width: 100vw;
  }

  .lower .main_ttl .eng_ttl {
    margin: 0 0 30px;
    font-size: 30px;
  }
  .lower .main_ttl .cc {
    font-size: 20px;
  }
  .lower .main_ttl .cc .large {
    font-size: 28px;
  }
  
/*---------- ul_01 ----------*/  
.about-each .ul_01 {
  display: block;
} 
.about-each .ul_01 li {
	width: 100%;
  border-radius: 12px;
  margin: 0 0 30px;
	padding: 20px;
}
.about-each .ul_01 img {
  border-radius: 6px;
	margin-bottom: 20px;
}
.about-each .ul_01 h3 {
  font-size: 20px;
  margin: 0 0 10px;
}  
  
  
  /*---------- slide_img ----------*/
.about-each .img_wrap {
  width: calc(100% + 40px);
  margin: 0 20px 0 -20px;
}  
.about-each .img_wrap .slide_img {
  background: url("../images/group/about-each_06.png") repeat-x;
  background-size: 1350px auto;
  width: 100%;
  height: 255px;
  -webkit-animation: imgSlide 62s linear infinite;
  animation: imgSlide 62s linear infinite;
}
  
/*---------- sec01 ----------*/
.about-each .name_box p {
	font-size: 14px;
}
.about-each .name_box p span {
	font-size: 20px;
}
}



/*--------------------------------------
　medical-each グループ病院紹介 診療案内
---------------------------------------*/
.lower .sec-outline {
  margin: -40px 0 0;
  padding: 40px 0 140px;
}

.lower .sec-outline .outline_block {
  background: #fff;
  margin:0 0 0;
  padding: 10px 50px 60px;
  border-radius: 16px;
  box-shadow: 0 0 24px rgba(154,154,154,0.16);
}

.lower .sec-outline .boxL {
  width: 40%;
}

.lower .sec-outline .btn_box {
  display: flex;
  align-items: center;
  margin: 20px 0 0;
}
.lower .sec-outline .btn-line {
  width: 190px;
  margin: 0 30px 0 0;
}
.lower .sec-outline .btn-line a {
  max-width: 100%;
  margin: 0 0 0;
}
.lower .sec-outline .link01 a {
  margin: 0 0 0;
}
.sec-outline .hours {
  background: #FDF4F0;
  margin: 30px 0 0;
  padding: 20px 30px;
  border-radius: 10px;
}
.lower .sec-outline .hours_txt {
  margin: 0 0 10px;
  font-size: 18px;
}
.lower .sec-outline .hours_txt:last-child {
  margin: 0 0 0;
}
.lower .sec-outline .hours_txt .large {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 20px;
  font-size: 32px;
}
.lower .sec-outline .boxR {
  width: 55%;
}
.lower .sec-outline .table_parts th {
  width: 30%;
}
.lower .sec-outline  p {
	margin: 0;
}
.medical-each .flow_parts .txt_01 {
	font-size: 26px;
	line-height: 1;
	text-align: center;
	margin-bottom: 20px;
	color: #49BABA;
}
.medical-each .flow_parts .txt {
	text-align: center;
}
.btn-line.center a{
	margin:40px auto 0;
	min-width: 550px!important;
}
.medical-each .table_parts {
	margin: 20px 0 0;
}
.medical-each .linkbox01 {
	display: flex;
	flex-wrap: wrap;
}
.medical-each .linkbox01 >div  {
	margin-right: 40px;
}
.medical-each .tablebox   {
	display: flex;
	justify-content: space-between;
}
.medical-each .tablebox >div  {
	width: 48%;
}
.medical-each .tablebox .txt  {
	text-align: right;
}

@media screen and (max-width: 768px) {
  .sec-outline {
    padding: 40px 0 40px;
  }

  .sec-outline .outline_block {
    margin: 30px 0 0;
    padding: 25px 20px 25px;
    border-radius: 8px;
  }

  .sec-outline .boxL {
    width: 100%;
  }

  .sec-outline .txt {
    text-align: center;
  }

  .sec-outline .btn_box {
    display: block;
    margin: 15px 0 0;
  }
  .sec-outline .btn-line {
    width: 100%;
    margin: 0 0 0 0;
  }
  .sec-outline .btn-line a {
    max-width: 80%;
    margin: 0 auto 0;
  }
  .sec-outline .link01 a {
    margin: 15px 0 0;
  }

  .sec-outline .hours {
    margin: 20px 0 0;
    padding: 20px 20px;
    border-radius: 5px;
  }
  .sec-outline .hours_txt {
    margin: 0 0 10px;
    font-size: 16px;
    text-align: center;
  }
  .sec-outline .hours_txt .large {
    display: block;
    margin: 0 0 0 0;
    font-size: 28px;
  }

  .sec-outline .boxR {
    width: 100%;
    margin: 30px 0 0;
  }

  .sec-outline .table_parts th {
    width: 35%;
  }
  .medical-each .table_parts table{
    min-width: 100%!important;
  }
  .medical-each .flow_parts .txt_01 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .medical-each .flow_parts .txt {
    text-align: left;
  }
  .btn-line.center a{
    margin:20px auto 0;
    min-width: 100%!important;
  }
  .medical-each .table_parts {
    margin: 20px 0 0;
  }
  .medical-each .linkbox01 {
    display: block;
  }
  .medical-each .linkbox01 >div  {
    margin-right: 40px;
    text-align: left;
  }
  .medical-each .tablebox   {
    display:block;
  }
  .medical-each .tablebox >div  {
    width: 100%;
  }
  .medical-each .tablebox .txt  {
    text-align: right;
  }
}



/*--------------------------------------
　second-opinion セカンドオピニオン
---------------------------------------*/
.second-opinion .use .flexBox .flex_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(73,186,186,0.15);
  width: calc(50% - 20px);
  margin: 0 0 40px;
  padding: 40px 40px;
  border-radius: 10px;
}
.second-opinion .use .flexBox .icon {
  width: 150px;
}
.second-opinion .use .flexBox .icon img {
  border-radius: 10px;
}
.second-opinion .use .flexBox .txt {
  width: calc(100% - 170px);
  margin: 0 0 0;
}

.second-opinion .group .link01 a {
	font-size: 18px;
}

.second-opinion .state .img_list .img_item {
  width: calc((100% - 60px) / 2);
}

@media screen and (max-width: 768px) {
  .second-opinion .use .flexBox .flex_item {
    width: 100%;
    margin: 0 0 20px;
    padding: 20px 20px;
    border-radius: 5px;
  }
  .second-opinion .use .flexBox .icon {
    width: 100px;
  }
  .second-opinion .use .flexBox .icon img {
    border-radius: 5px;
  }
  .second-opinion .use .flexBox .txt {
    width: calc(100% - 110px);
  }

  .second-opinion .group .link01 a {
    font-size: 14px;
  }

  .second-opinion .state .img_list .img_item {
    width: 100%;
  }
}