/*/////////////////////////////////////////////////////////////////////////////////////////////////

 Section Layout

/////////////////////////////////////////////////////////////////////////////////////////////////*/

.left { float:left;}
.right { float:right;}

/*** セクション内容 ***/

section {
  padding:0 0 50px;
}

section .inner {
  width:100%;
  max-width:1000px;
  margin:0 auto;
}
section .inner h2 {
  padding-bottom:30px;
  font-size:42px;
  line-height:120%;
  letter-spacing:-0.05em;
}

section .inner h3 {
  padding-bottom:20px;
  position:relative;
  z-index:0;
  font-size:32px;
  letter-spacing:-0.05em;
}
section .inner h3 span {
  position: absolute;
  top: -40px;
  z-index: -1;
  color: #CCCCCC;
  letter-spacing:normal;
  white-space: nowrap;
  opacity:0.4;
}

section .inner h3.icon_set {
  padding-left:35px;
  background-repeat:no-repeat;
  background-size:28px auto;
}

section .inner p {
  padding-bottom:20px;
  font-size:16px;
  line-height:180%;
}
section .inner p:last-child {
  padding-bottom:0;
}


section .clinicArea > p {
  padding:60px 0 40px;
  font-size:22px;
}

section .clinic_list {
  width:100%;
  max-width:1000px;
  margin:0 auto;
  letter-spacing: -.40em;
}
section .clinic_list li {
  display:inline-block;
  letter-spacing:normal;
  width:20%;
  padding:10px;
  position:relative;
}
/*
section .clinic_list li:after {
  content:"";
  display:none;
  width:18px;
  height:13px;
  position:absolute;
  bottom:-33px;
  left:0;
  right:0;
  margin:0 auto;
  background-repeat:no-repeat;
  background-size:18px 13px;
}
.ua-ie section .clinic_list li:after {
  bottom:-35px;
}
*/

section .clinic_list li a {
  display:block;
  width:100%;
  /*height:100%;*/
  height:130px;
  position:relative;
  overflow:hidden;
}
section .clinic_list li p {
  display:flex;
  width:100%;
  padding:8px 20px 6px;
  position:absolute;
  bottom:0;
  left:0;
  background:url(../img/thumb_back_off.png);
  font-size:15px;
  text-align:center;
  color:#fff;
  line-height:130%;
  min-height: 3.6em;
  align-items: center;
  justify-content: center;
}
section .clinic_list li p:after {
  content:"";
  width:12px;
  height:12px;
  margin:auto;
  position:absolute;
  top:0;
  right:5px;
  bottom:0;
  background:url(../img/thumb_icon_list.png) no-repeat;
  background-position:0 0;
  background-size: cover;
}

section .clinic_list li.open:after {
  display:block;
}
section .clinic_list li.open p {
  background:url(../img/thumb_back_on.png);
  color:#333;
}
section .clinic_list li.open p:after {
  display:none;
  /*background-position:0 -18px;*/
}
section .clinic_list li img {
  display:block;
  width:100%;
  height:auto;
  margin-top:-20px;
}


/*** Detail Box ***/

section .detailArea {
  /*display:none;*/
  width:100%;
  margin:30px 0;
}
section .detailArea .inner {
  padding:40px 10px;
}
section .detailArea .sub_sec {
  margin-bottom:40px;
  position:relative;
}
section .detailArea .ttl_text {
  padding-bottom:30px;
  font-size:26px;
}

/* 募集要項 */
section .detailArea table {
  width:100%;
  border-collapse:collapse;
  font-size:16px;
  line-height:180%;
}
section .detailArea th {
  width:280px;
  padding:20px 30px;
  border-bottom:#fff 1px solid;
}
section .detailArea td {
  padding:20px 30px;
  background-color:#fff;
  border-bottom:#eee 1px solid;
}
section .detailArea tr:last-child th,
section .detailArea tr:last-child td {
  border-bottom:none;
}

/* 医院情報 */
section .clinic_data .clinic_info {
  display:none;
}
section .clinic_data .left {
  width:635px;
}
section .clinic_data dl {
  line-height:180%;
}
section .clinic_data dt {
  float:left;
  padding-bottom:5px;
}
section .clinic_data dd {
  padding:0 40px 5px 130px;
}
section .clinic_data img {
  display:block;
  width:345px;
  height:auto;
}

/* 医院 MAP */
#clinicMap {
  height:380px;
}


/*** Contact ***/

section.sec_last {
  padding-bottom:0;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
}
section.sec_last .inner {
  padding:60px 0;
  text-align:center;
  color:#fff;
}

section.sec_last .contact_area {
  display:table;
  width:100%;
}
section.sec_last .contact_area a {
  display:table-cell;
  vertical-align:middle;
  width:100%;
  height:70px;
  background-color:#222;
  font-size:24px;
  text-align:center;
  color:#fff;
}
section.sec_last .contact_area a:hover {
  background-color:#AF9574;
}
section.sec_last .contact_area a span:after {
  content:"";
  display:inline-block;
  width:12px;
  height:18px;
  margin-left:15px;
  background:url(../../common/img/detail_arrow.png) no-repeat;
  background-size:12px 18px;
}

/*** リンク用アイコン ***/

a.icon_link {
  text-decoration: underline;
}
a.icon_link:hover {
  text-decoration: none;
}
a.icon_link:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
	background-repeat:no-repeat;
  background-size: 12px 12px;
  padding-left: 14px;
  margin-left: 8px;
}


/* sPhone */
@media screen and (max-width: 767px) {

section {
  padding:0 0 20px;
}
section .inner h2 {
  font-size:18px !important;
  line-height:140%;
  padding-bottom:15px;
}
section .inner h3 {
  padding-bottom:10px;
  font-size:18px;
}
section .inner h3.icon_set {
  padding-left:23px;
  background-size:18px auto;
}
section .inner p {
  padding-bottom:10px;
  font-size:12px;
  line-height:160%;
}


section .clinicArea > p {
  padding:30px 0 20px;
  font-size:12px;
}

section .clinic_list {
  padding:0 5px;
}
section .clinic_list li {
  width:33.33%;
  padding:5px;
}
/*
section .clinic_list li:after {
  bottom:-18px;
}
*/
section .clinic_list li p {
  padding:4px 10px;
  text-align:left;
  font-size:10px;
}

section .clinic_list li p:after {
  width:6px;
  height:6px;
  right:3px;
  background-size:6px auto;
}

section .clinic_list li a {
  height:70px;
}
section .clinic_list li img {
  margin-top:-15%;
}


section .detailArea {
  margin:15px 0;
}
section .detailArea .inner {
  padding:20px 10px !important;
}
section .detailArea .sub_sec {
  margin-bottom:20px;
}
section .detailArea .ttl_text {
  padding-bottom:15px;
  font-size:16px;
}
section .detailArea table {
  font-size:11px;
  line-height:140%;
}
section .detailArea th {
  width:100px;
  padding:10px 15px;
}
section .detailArea td {
  padding:10px 15px;
}


/* 医院情報 */
section .clinic_data .left {
  width:100%;
  margin-bottom:10px;
}
section .clinic_data dl {
  font-size:11px;
  line-height:140%;
}
section .clinic_data dt {
  padding-bottom:5px;
}
section .clinic_data dd {
  padding:0 0 5px 95px;
}
section .clinic_data img {
  width:100%;
}

/* 医院 MAP */
#clinicMap {
  height:200px;
}


section.sec_last .inner {
  padding:20px 10px !important;
}
section.sec_last .contact_area a {
  height:45px;
  font-size:18px;
}
section.sec_last .contact_area a span:after {
  width:7px;
  height:11px;
  margin-left:10px;
  background-size:7px 11px;
}

/*** リンク用アイコン ***/

a.icon_link:after {
	width: 8px;
	height: 8px;
	background-size: 8px 8px;
	margin-left: 8px;
}

  
}



/*---------------------------------------------------*
	Flip Setting 
	(※ .flipsnap, .flip_item 幅はJS内で設定)
 *---------------------------------------------------*/
.flipArea {
  position:relative;
  overflow:hidden;
}
.flip_item { float:left;}
.flip_item img {
  display:block;
  width:100%;
  height:auto;
}

.flipArea .prev_btn {
  display:block;
  width:36px;
  height:46px;
  background-image:url(../img/doctor/flip_prev_btn.png);
  background-repeat:no-repeat;
  background-size:36px 46px;
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  margin:auto 0;
}
.flipArea .next_btn {
  display:block;
  width:36px;
  height:46px;
  background-image:url(../img/doctor/flip_next_btn.png);
  background-repeat:no-repeat;
  background-size:36px 46px;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  margin:auto 0;
}

.flip_cntl {
  position:absolute;
  bottom:30px;
  right:30px;
	text-align:right;
  letter-spacing: -.40em;
}
.flip_cntl a {
  display:inline-block;
  letter-spacing:normal;
	width:10px;
  height:10px;
  margin-left:10px;
  border-radius:100%;
}
.flip_cntl .off_mark {
  background-color:rgba(255,255,255,0.4);
}
.flip_cntl .on_mark  {
  background-color:#738FC4;
}

/* sPhone */
@media screen and (max-width: 767px) {

.flipArea .prev_btn,
.flipArea .next_btn {
  width:30px;
  height:40px;
  background-size:30px 40px;
}

}

/*---------------------------------------------------*
	Banner Setting 
 *---------------------------------------------------*/

 .p-banner {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 0 15px;
}
@media (min-width: 769px){
  .p-banner {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.p-banner__link {
  max-width: 800px;
  display: block;
  margin: auto;
  transition: .3s;
  border: 3px solid #e1bc58;
}
@media (min-width: 769px){
  .p-banner__link {
    border: 5px solid #e1bc58;
  }
}
.p-banner__link img {
  max-width: 100%;
  display: block;

}
.p-banner__link:hover {
  opacity: 0.8;
  transform: scale(0.98);
  transition: .3s;
}