@charset "UTF-8";
.page-title-no-area {
  background: #FEE9EE;
  border-bottom: 1px solid #DDDDDD;
  padding: 18px 0;
  margin-bottom: 50px;
}

.page-title-no-text {
  padding-bottom: 50px;
  text-align: center;
}
.page-title-no-text p {
  margin-bottom: 26px;
}
.page-title-no-text a {
  color: #FA6687;
}

/* -----------------------------------------
	contact
----------------------------------------- */
.contact p {
  margin: 70px 0 90px;
  text-align: center;
}
.contact form#mailformpro input,
.contact form#mailformpro textarea {
  border: 1px solid #FB6688;
  width: 100%;
  font-size: 24px;
}
.contact form#mailformpro .text_c {
  margin: 50px 0;
}
.contact form#mailformpro .text_c input {
  background: #FA6687;
  border-radius: 9px;
  color: #fff;
  padding: 20px 80px;
  width: auto;
  text-align: center;
}

/* ====================================================================================================================================================================================
	adjust.css => SP
============================================= */
@media screen and (max-width: 640px) {
  .page-title-no-text {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    text-align: left;
  }

  /* -----------------------------------------
  	about > access
  ----------------------------------------- */
  .about-access-copy {
    font-size: 18px;
    text-align: center;
    margin-bottom: 24px;
  }

  .about-access-areamap {
    background: #FFF4F4;
    padding: 20px 0;
    text-align: center;
  }
  .about-access ul {
    border-top: 1px solid #666666;
    margin: 40px auto 30px;
    width: 96%;
  }
  .about-access ul li {
    border-bottom: 1px solid #666666;
    cursor: pointer;
    display: block;
    padding: 20px 0 20px 26px;
    position: relative;
  }
  .about-access ul li:before {
    content: "";
    top: 42%;
    left: 2px;
    box-sizing: border-box;
    width: 0;
    height: 12px;
    border: 8px solid transparent;
    border-left: 8px solid #525252;
    position: absolute;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .about-access .select {
    color: #F96686;
  }
  .about-access .d-block {
    overflow: hidden;
    padding: 0 2%;
  }
  .about-access .d-block h3 {
    color: #FB6688;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
  }
  .about-access .d-block div {
    float: left;
    width: 49%;
    margin-right: 2%;
    padding-bottom: 80px;
  }
  .about-access .d-block div:nth-child(2n + 1) {
    margin: 0;
  }
  .about-access .d-block div:nth-child(2n + 2) {
    clear: both;
  }

  /* -----------------------------------------
  	about > staff
  ----------------------------------------- */
  .about-staff h3 {
    border-bottom: 1px solid #CCCCCC;
    text-align: center;
    padding: 14px 0;
    margin-bottom: 50px;
  }
  .about-staff p {
    margin-bottom: 16px;
  }
  .about-staff-block h4 {
    color: #FA6687;
    font-size: 1.25em;
  }
  .about-staff-block-img {
    border-top: 100px solid #68C08E;
    margin: 0 -15px 12px;
    padding: 0 15px;
    text-align: center;
  }
  .about-staff-block-img img {
    width: 56%;
    margin: -80px auto 0;
  }

  .about-staff-block-inner a {
    text-decoration: none;
    color: #FA6687;
  }

  .about-staff-block-comment {
    padding: 2%;
    margin-bottom: 20px;
  }
  .about-staff .about-p {
    border-bottom: 1px dotted #CCCCCC;
    padding-bottom: 20px;
  }

  /* -----------------------------------------
  	first-time > flow
  ----------------------------------------- */
  .flow .section-title-wrap {
    margin-bottom: 40px;
  }
  .flow .flow-box {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  .flow .flow-box dl {
    margin: 0 4% 0;
  }
  .flow .flow-box dl dt {
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    float: left;
    clear: both;
    text-align: center;
    width: 10%;
  }
  .flow .flow-box dl dd {
    background: #F7F6FA;
    padding: 10px;
    margin-bottom: 26px;
  }
  .flow .flow-box p {
    margin-bottom: 20px;
  }
  .flow .flow-box a {
    display: inline-block;
    padding: 8px 0;
    margin: 0 auto;
    border-radius: 9px;
    color: #fff;
    text-decoration: none;
    width: 100%;
  }
  .flow .flow-box a img {
    vertical-align: middle;
    margin-right: 18px;
    width: 10%;
  }
  .flow .flow-general {
    background-size: 80%;
  }
  .flow .flow-general dl {
    background: url(../../images/first-time/flow/pink.png) repeat-y bottom center;
  }
  .flow .flow-general dl dd {
    border-left: 30px solid #FA6687;
  }
  .flow .flow-general a {
    background: #FA6687;
  }
  .flow .flow-pill dl dd {
    border-left: 30px solid #68C08E;
  }
  .flow .flow-pill a {
    background: #68C08E;
  }
  .flow p {
    text-align: center;
  }
  .flow p br {
    display: none;
  }

  /* -----------------------------------------
  	symptoms
  ----------------------------------------- */
  .symptoms p:first-child {
    margin-bottom: 60px;
    text-align: center;
  }

  .symptoms .inner div {
    border-top: 1px solid #FB6688;
    padding-bottom: 40px;
    text-align: center;
  }
  .symptoms .inner div h3 {
    background: #FFF4F4;
    padding: 26px 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .symptoms .inner div p {
    padding: 0 7% 20px;
    text-align: left;
  }
  .symptoms .inner div a {
    background: #FB6688;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 0;
    width: 86%;
  }

  /* -----------------------------------------
  	news
  ----------------------------------------- */
  .news {
    /* -----------------------------------------
    	news > entry
    ----------------------------------------- */
  }
  .news .inner ul {
    margin-bottom: 40px;
    border-bottom: 1px dotted #CCCCCC;
  }
  .news .inner ul li {
    border-top: 1px dotted #CCCCCC;
    padding: 16px 0;
  }
  .news .inner ul li a {
    color: #FA6687;
    text-decoration: none;
  }
  .news-entry {
    padding: 0 0 20px;
  }
  .entryFooter li {
	  width:33%;
	  display:inline-block;
	  text-align:center;
  }

  .news-entry h3 {
    border-bottom: 1px solid #CCCCCC;
    color: #FB6688;
    font-size: 16px;
    padding: 10px;
    margin: 0 -10px 12px;
  }
  .news-entry-date {
    font-size: 14px;
  }
  .entryFooter {
	margin:0 2% 30px;
  }
  .entryFooter li {
	  width:32%;
	  display:inline-block;
  }
  .entryFooter li:nth-child(even) {
	  width:31%;
	  margin:0 1%;
  }

  .entryFooter li a {
	  background:#F7F6FA;
	  border:2px solid #DBDADD;
	  color:#FB698A;
	  display:inline-block;
	  padding:8px 0;
	  text-align:center;
	  text-decoration:none;

	  width:100%;
	  position:relative;
  }
  .entryFooter li.news_prev:first-child a:before {
	content:"";
	 
	position:absolute;
	top:42%;
	left: 4%;
	width: 6px;
	height: 6px;
	border-top: 1px solid #7a0;
	border-right: 1px solid #7a0;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);

  }
  .entryFooter li.news_next:last-child a:after {
	content:"";
	 
	position:absolute;
	top:42%;
	right: 4%;
	width: 6px;
	height: 6px;
	border-top: 1px solid #7a0;
	border-right: 1px solid #7a0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);

  }
  
  
  

  /* -----------------------------------------
  	medical-course > course
  ----------------------------------------- */
  .course .inner {
    padding: 0 5%;
  }
  .course .inner h2 {
    text-align: center;
  }
  .course .inner h2 img {
    width: 35px;
  }
  .course .inner h3 {
    font-size: 16px;
    margin: 12px 0;
  }
  .course .inner h4 {
    border-bottom: 1px solid #FA6687;
    color: #FA6687;
    font-size: 12px;
    padding: 6px 0;
    margin-bottom: 12px;
  }
  .course .inner .title {
    color: #FB6688;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
  .course .inner .course-point {
    font-weight: bold;
  }
  .course .inner .course-point:before {
    content: "●";
    color: #F96686;
    font-size: 22px;
  }
  .course .inner .course-block {
    background: #FFF4F4;
    border: 1px solid #FB6688;
    border-radius: 9px;
    padding: 12px 4%;
    margin: 20px 0;
  }
  .course .inner .course-block h3 {
    background: url(../../images/medical-courses/exclamation.png) no-repeat left;
    background-size: 8%;
    padding-left: 30px;
  }
  .course .inner .course-left-block {
    margin-bottom: 30px;
  }
  .course .inner .course-left-block p {
    margin-bottom: 12px;
  }
  .course .inner .course-pink-block {
    background: #FFF4F4;
    border-radius: 9px;
    padding: 20px 4%;
    margin: 12px 0;
  }

  .section-footer {
    margin-top: 40px;
    overflow: hidden;
    border-bottom: 1px solid #888888;
  }
  .section-footer-title {
    font-size: 16px;
    text-align: center;
  }

  .section-footer-title-ja {
    text-align: center;
    margin-bottom: 10px;
  }
  .section-footer section {
    box-sizing: border-box;
    border-top: 1px solid #888888;
    text-align: center;
    padding: 14px 0;
    width: 100%;
  }
  .section-footer section h3 {
    font-size: 1.8rem;
  }
  .section-footer section img {
    width: 70px;
  }
  .section-footer section a {
    text-decoration: none;
  }

  /* -----------------------------------------
  	clinical-trial
  ----------------------------------------- */
  .recruitment {
    background: #fff4f4 url("../../images/clinical-trial/recruitment.png") no-repeat scroll center 5%/8% auto;
    padding: 80px 0 30px;
    margin: 0 0 20px;
    text-align: center;
  }
  .recruitment h3 {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .recruitment h4 {
    color: #FB6688;
  }
  .recruitment ol {
    list-style: none;
    counter-reset: counter;
    margin: 14px 0;
  }
  .recruitment ol li:before {
    color: #FB6688;
    counter-increment: counter;
    content: counter(counter);
    margin-right: 8px;
  }

  .clinical {
    background: transparent url("../../common/images/bar_section.png") no-repeat scroll center top/100% auto;
    padding-top: 80px;
  }
  .clinical .text_c {
    padding: 40px 0;
  }
  .clinical .result-box {
    padding: 0 0 40px;
    margin-bottom: 40px;
  }
  .clinical .result-box h3 {
    background: #FFF4F4;
    text-align: center;
    padding: 12px 0;
    font-size: 16px;
  }
  .clinical .result-box h4 {
    color: #FB6688;
    font-weight: bold;
  }
  .clinical .result-box div {
    padding-top: 40px;
  }
  .clinical .result-box div img {
    margin: 12px 30%;
  }
  .clinical .result-box ul {
    list-style: none;
    margin: 20px 0;
  }
  .clinical .result-box ul li:before {
    content: "●";
    color: #FB6688;
    margin-right: 8px;
  }

  /* -----------------------------------------
  	contact
  ----------------------------------------- */
  .contact p {
    margin: 10px 0 20px;
  }
  .contact form#mailformpro .text_c {
    margin: 20px 0;
  }

  /* -----------------------------------------
  	schedule
  ----------------------------------------- */
  .schedule {
    margin: 0 0 30px;
  }
  .schedule h3 {
    font-size: 20px;
    margin: 16px 0;
    text-align: center;
  }
  .schedule p {
    margin: 16px auto;
  }

  /* -----------------------------------------
  	link
  ----------------------------------------- */
  .link {
    padding-bottom: 30px;
  }
  .link img {
    vertical-align: middle;
  }
  .link h3 {
    border-bottom: 1px solid #CCCCCC;
    font-size: 14px;
    padding: 16px 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .link a {
    color: #F86685;
    text-decoration: none;
  }
  .link ul {
    margin: 0 auto;
    width: 90%;
  }
  .link ul li {
    padding-left: 26px;
    margin-bottom: 20px;
    text-indent: -26px;
  }
  .link ul li img {
    margin-right: 12px;
  }
  .link .inner div {
    margin: 0 auto 20px;
    width: 90%;
    clear: both;
    overflow: hidden;
  }
  .link .inner div .img_link {
    width: 30%;
    float: left;
  }
  .link .inner div p {
    margin-left: 34%;
  }
  .link .inner div p img {
    margin-right: 6px;
  }

  /* -----------------------------------------
  	sitemap
  ----------------------------------------- */
  .sitemap {
    padding-bottom: 30px;
  }
  .sitemap ul li {
    background: url(../../images/sitemap/arrow_b.png) no-repeat left top;
    padding-left: 26px;
    margin-top: 12px;
  }
  .sitemap ul li a {
    color: #F86685;
    text-decoration: none;
  }
  .sitemap ul li ul li {
    background: url(../../images/sitemap/arrow_s.png) no-repeat left center;
  }

  /* -----------------------------------------
  	service_page
  ----------------------------------------- */
  .service_page {
    padding: 20px 4%;
  }
  .service_page h3 {
    border-bottom: 1px solid #CCCCCC;
    font-size: 24px;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 16px;
  }
  .service_page p {
    margin-bottom: 16px;
  }
  .service_page a {
    color: #FA6687;
  }
}
/* =======================================================================================================================================
	adjust.css => PC
============================================= */
@media screen and (min-width: 640px) {
  /* -----------------------------------------
  	about > access
  ----------------------------------------- */
  .about-access-copy {
    font-size: 18px;
    text-align: center;
    margin-bottom: 12px;
  }

  .about-access-areamap {
    background: #FFF4F4;
    padding: 20px 0;
    text-align: center;
  }
  .about-access ul {
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    padding: 30px 0;
    margin: 60px 0 30px;
  }
  .about-access ul li {
    cursor: pointer;
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #525252;
  }
  .about-access ul li:first-child {
    padding-left: 0;
  }
  .about-access ul li:last-child {
    padding-right: 0;
    border-right: none;
  }
  .about-access .select {
    color: #F96686;
  }
  .about-access .d-block {
    overflow: hidden;
  }
  .about-access .d-block h3 {
    color: #FB6688;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
  }
  .about-access .d-block div {
    float: left;
    width: 22%;
    margin-right: 2%;
    padding-bottom: 80px;
  }
  .about-access .d-block div:nth-child(4n + 1) {
    margin: 0;
  }
  .about-access .d-block div:nth-child(4n + 2) {
    clear: both;
  }

  /* -----------------------------------------
  	about > staff
  ----------------------------------------- */
  .about-staff h3 {
    border-bottom: 1px solid #CCCCCC;
    text-align: center;
    font-size: 30px;
    padding: 14px 0;
    clear: both;
  }
  .about-staff-block {
    clear: both;
    padding-top: 50px;
    padding-bottom: 34px;
    border-bottom: 1px solid #CCCCCC;
    min-height: 480px;
  }
  .about-staff-block h4 {
    color: #FA6687;
    margin-bottom: 16px;
    font-size: 20px;
  }
  .about-staff-block p {
    margin-bottom: 16px;
  }
  .about-staff-block-img {
    text-align: right;
    float: left;
    color: #fff;
  }
  .about-staff-block-img img {
    box-shadow: #68C08E 30px 65px 0px 3px;
    -webkit-box-shadow: #68C08E 30px 65px 0px 3px;
    -moz-box-shadow: #68C08E 30px 65px 0px 3px;
    margin-bottom: 16px;
  }
  .about-staff-block-img p span {
    font-weight: bold;
    font-size: 24px;
  }

  .about-staff-block-inner {
    margin-left: 370px;
  }
  .about-staff-block-inner a {
    text-decoration: none;
    color: #FA6687;
  }

  .about-staff-block-comment {
    background: #FFF4F4;
    padding: 8px 20px;
  }
  .about-staff .about-p {
    border-bottom: 1px dotted #CCCCCC;
    padding-bottom: 20px;
  }

  /* -----------------------------------------
  	first-time > flow
  ----------------------------------------- */
  .flow .section-title-wrap {
    margin-bottom: 40px;
  }
  .flow .flow-box {
    padding-bottom: 36px;
    margin-bottom: 36px;
    text-align: center;
  }
  .flow .flow-box dl {
    margin: 0 4% 0;
  }
  .flow .flow-box dl dt {
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    float: left;
    clear: both;
    text-align: center;
    width: 60px;
  }
  .flow .flow-box dl dd {
    background: #F7F6FA;
    padding: 10px;
    margin-bottom: 26px;
  }
  .flow .flow-box p {
    margin-bottom: 20px;
  }
  .flow .flow-box a {
    display: inline-block;
    padding: 8px 50px;
    margin: 0 auto;
    border-radius: 9px;
    color: #fff;
    text-decoration: none;
  }
  .flow .flow-box a img {
    vertical-align: middle;
    margin-right: 18px;
  }
  .flow .flow-general {
    background: url(../../images/first-time/flow/border-bottom.png) no-repeat bottom center;
  }
  .flow .flow-general dl {
    background: url(../../images/first-time/flow/pink.png) repeat-y bottom center;
  }
  .flow .flow-general dl dd {
    border-left: 60px solid #FA6687;
    border-right: 60px solid #F7F6FA;
  }
  .flow .flow-general a {
    background: #FA6687;
  }
  .flow .flow-pill dl {
    background: url(../../images/first-time/flow/green.png) repeat-y bottom center;
  }
  .flow .flow-pill dl dd {
    border-left: 60px solid #68C08E;
    border-right: 60px solid #F7F6FA;
  }
  .flow .flow-pill a {
    background: #68C08E;
  }

  /* -----------------------------------------
  	symptoms
  ----------------------------------------- */
  .symptoms p:first-child {
    margin-bottom: 60px;
    text-align: center;
  }

  .symptoms .inner div {
    border: 1px solid #FB6688;
    width: 30%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    padding-bottom: 40px;
    text-align: center;
  }
  .symptoms .inner div h3 {
    background: #FFF4F4;
    padding: 26px 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .symptoms .inner div p {
    padding: 0 7% 20px;
    text-align: left;
	min-height:160px;
  }
  .symptoms .inner div a {
    background: #FB6688;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 0;
    width: 86%;
  }

  .symptoms .inner div:nth-child(3n) {
    margin-right: 30px;
  }

  /* -----------------------------------------
  	news
  ----------------------------------------- */
  .news .inner dl {
    margin-bottom: 80px;
    border-bottom: 1px dotted #CCCCCC;
  }
  .news .inner dl dt {
    text-align: center;
    padding: 20px 0;
    width: 320px;
    float: left;
    clear: both;
  }
  .news .inner dl dd {
    border-top: 1px dotted #CCCCCC;
    padding: 20px 0 20px 360px;
  }
  .news .inner dl dd a {
    color: #FA6687;
    text-decoration: none;
  }

  /* -----------------------------------------
  	news
  ----------------------------------------- */
  .news .inner ul {
    margin-bottom: 80px;
    border-bottom: 1px dotted #CCCCCC;
  }
  .news .inner ul li {
    border-top: 1px dotted #CCCCCC;
    padding: 20px 0 20px 160px;
  }
  .news .inner ul li a {
    color: #FA6687;
    text-decoration: none;
  }
  .news-entry {
    padding: 0 80px 40px;
  }
  .news-entry h3 {
    border-bottom: 1px solid #CCCCCC;
    color: #FB6688;
    font-size: 28px;
    padding: 0 80px 20px;
    margin: 0 -80px 30px;
  }
  .news-entry-date {
    font-size: 14px;
  }
  .entryFooter {
	margin:0 2% 30px;
  }
  .entryFooter li {
	  width:33%;
	  display:inline-block;
  }
  .entryFooter li:nth-child(even) {
	  width:31%;
	  margin:0 1%;
  }

  .entryFooter li a {
	  background:#F7F6FA;
	  border:2px solid #DBDADD;
	  color:#FB698A;
	  display:inline-block;
	  padding:12px 0;
	  text-align:center;
	  text-decoration:none;

	  width:100%;
	  position:relative;
  }
  .entryFooter li.news_prev:first-child a:before {
	content:"";
	 
	position:absolute;
	top:42%;
	left: 4%;
	width: 10px;
	height: 10px;
	border-top: 1px solid #7a0;
	border-right: 1px solid #7a0;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);

  }
  .entryFooter li.news_next:last-child a:after {
	content:"";
	 
	position:absolute;
	top:42%;
	right: 4%;
	width: 10px;
	height: 10px;
	border-top: 1px solid #7a0;
	border-right: 1px solid #7a0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);

  }

  /* -----------------------------------------
  	medical-course > course
  ----------------------------------------- */
  .course .inner {
    width: 800px;
  }
  .course .inner h2 {
    text-align: center;
  }
  .course .inner h2 img {
    width: 70px;
  }
  .course .inner h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .course .inner h4 {
    border-bottom: 1px solid #FA6687;
    color: #FA6687;
    font-size: 18px;
    padding: 6px 0;
    margin-bottom: 24px;
	clear:both;
  }
  .course .inner p {
    margin-bottom: 16px;
  }
  .course .inner .title {
    color: #FB6688;
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
  }
  .course .inner .course-point {
    font-weight: bold;
  }
  .course .inner .course-point:before {
    content: "●";
    color: #F96686;
    font-size: 22px;
  }
  .course .inner .course-block {
    background: #FFF4F4;
    border: 1px solid #FB6688;
    border-radius: 9px;
    padding: 22px 30px;
    margin-bottom: 24px;
  }
  .course .inner .course-block h3 {
    background: url(../../images/medical-courses/exclamation.png) no-repeat left;
    padding-left: 48px;
  }
  .course .inner .course-left-block {
    margin-bottom: 30px;
  }
  .course .inner .course-left-block p {
    margin-right: 30px;
    width: 450px;
    float: left;
  }
  .course .inner .course-pink-block {
    background: #FFF4F4;
    border-radius: 9px;
    padding: 38px 22px;
  }

  .section-footer {
    margin-top: 70px;
    overflow: hidden;
    border-bottom: 1px solid #888888;
  }
  .section-footer-title {
    font-size: 30px;
    text-align: center;
  }

  .section-footer-title-ja {
    text-align: center;
    margin-bottom: 10px;
  }
  .section-footer section {
    box-sizing: border-box;
    border-top: 1px solid #888888;
    border-left: 1px solid #888888;
    text-align: center;
    padding: 30px 0;
    float: left;
    width: 20%;
  }
  .section-footer section h3 {
    font-size: 1.8rem;
  }
  .section-footer section img {
    width: 70px;
  }
  .section-footer section a {
    text-decoration: none;
  }

  /* -----------------------------------------
  	clinical-trial
  ----------------------------------------- */
  .recruitment {
    background: #FFF4F4 url("../../images/clinical-trial/recruitment.png") no-repeat scroll center 10%;
    padding: 150px 0 30px;
    margin: 0 0 20px;
    text-align: center;
  }
  .recruitment h3 {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .recruitment h4 {
    color: #FB6688;
  }
  .recruitment ol {
    list-style: none;
    counter-reset: counter;
    margin: 14px 0;
  }
  .recruitment ol li:before {
    color: #FB6688;
    counter-increment: counter;
    content: counter(counter);
    margin-right: 8px;
  }

  .clinical {
    background: transparent url("../../common/images/bar_section.png") no-repeat scroll top center;
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .clinical .text_c {
    padding: 40px 0;
  }
  .clinical .result-box {
    padding: 0 0 40px;
    margin-bottom: 40px;
  }
  .clinical .result-box h3 {
    background: #FFF4F4;
    text-align: center;
    padding: 30px 0;
    font-weight: bold;
    font-size: 30px;
  }
  .clinical .result-box h4 {
    color: #FB6688;
    font-weight: bold;
  }
  .clinical .result-box div {
    padding-top: 40px;
    padding-left: 180px;
  }
  .clinical .result-box div img {
    float: left;
    margin-left: -180px;
  }
  .clinical .result-box ul {
    list-style: none;
    margin: 20px 0;
  }
  .clinical .result-box ul li:before {
    content: "●";
    color: #FB6688;
    margin-right: 8px;
  }

  /* -----------------------------------------
  	schedule
  ----------------------------------------- */
  .schedule {
    margin: 0 0 30px;
  }
  .schedule h3 {
    font-size: 24px;
    margin: 16px 0;
    text-align: center;
  }
  .schedule p {
    margin: 16px auto;
    text-align: center;
  }

  /* -----------------------------------------
  	sitemap
  ----------------------------------------- */
  .sitemap {
    padding-bottom: 30px;
  }
  .sitemap .inner {
    width: 680px;
  }
  .sitemap ul {
    min-width: 200px;
    float: left;
  }
  .sitemap ul li {
    background: url(../../images/sitemap/arrow_b.png) no-repeat left top;
    padding-left: 26px;
    margin-top: 20px;
  }
  .sitemap ul li a {
    color: #F86685;
    text-decoration: none;
  }
  .sitemap ul li ul {
    float: none;
  }
  .sitemap ul li ul li {
    background: url(../../images/sitemap/arrow_s.png) no-repeat left center;
  }

  /* -----------------------------------------
  	link
  ----------------------------------------- */
  .link {
    padding-bottom: 30px;
  }
  .link h3 {
    border-bottom: 1px solid #CCCCCC;
    font-size: 30px;
    padding: 24px 0;
    margin-bottom: 32px;
    text-align: center;
  }
  .link a {
    color: #F86685;
    text-decoration: none;
  }
  .link img {
    vertical-align: middle;
  }
  .link ul {
    margin: 0 auto;
    width: 800px;
  }
  .link ul li {
    padding-left: 26px;
    margin-bottom: 20px;
    text-indent: -26px;
  }
  .link ul li img {
    margin-right: 12px;
  }
  .link .inner div {
    margin: 0 auto 20px;
    width: 840px;
    clear: both;
    overflow: hidden;
  }
  .link .inner div .img_link {
    margin-right: 30px;
    float: left;
  }
  .link .inner div p img {
    margin-right: 10px;
  }

  /* -----------------------------------------
  	recruit
  ----------------------------------------- */

	.recruit .contents .inner .recruit_nav {
		margin-bottom:100px;
	}
	
	.recruit .contents .inner .recruit_nav li {
		width:39%;
		display:inline-block;
	}
	.recruit .contents .inner .recruit_nav li:first-child {
		margin-left:100px;
		margin-right:40px;
	}
	.recruit .contents .inner .recruit_nav li a {
		background:#FA6687;
		border-radius:6px;
		color:#fff;
		display:block;
		font-size:20px;
		padding:12px 0;
		text-align:center;
		text-decoration:none;
		width:100%;
	}
	.recruit .contents .inner h3 {
		border-bottom:1px solid #CCCCCC;
		font-size:30px;
		text-align:center;
	}
	
	.recruit .contents .inner .recruitinner {
		width:800px;
		margin:40px auto;
	}
	.recruit .contents .inner .recruitinner ul {
		margin-bottom:30px;
	}
	.recruit .contents .inner .recruitinner ul li {
		list-style:none;
	}

	.recruit .contents .inner .recruitinner ul li:before {
		content:"●";
		color:#FA6687;
		font-size:20px;
		margin-right:10px;
	}
	.recruit .contents .inner .recruitinner p {
		margin-bottom:24px;
	}

	.recruit .contents .inner .recruitinner .mail_contact {
		width:80%;
		margin:40px auto;
	}
	.recruit .contents .inner .recruitinner .mail_contact a {
		background:#FA6687;
		border-radius:6px;
		color:#fff;
		display:block;
		font-size:20px;
		padding:12px 0;
		text-align:center;
		text-decoration:none;
		width:100%;
		
		position:relative;
	}
	.recruit .contents .inner .recruitinner .mail_contact a:after {
		position:absolute;
		content:"";
		box-sizing: border-box;
		top:38%;
		right:10%;
		width: 8px;
		height: 8px;
		border: 8px solid transparent;
		border-radius: 1px;
		border-left: 8px solid #fff;
	}


	.recruit .contents .inner .recruitinner table tr:first-child th {
		background:#FFE1E2;
		font-size:18px;
		font-weight:bold;
	}

	.recruit .contents .inner .recruitinner table tr th {
		background:#F7F6FA;
		border:1px solid #CCCCCC;
		text-align:left;
		padding:12px 12px 12px 40px;
	}
	.recruit .contents .inner .recruitinner table tr td {
		border:1px solid #CCCCCC;
		padding:12px;
	}
	.recruit .contents .inner .recruitinner h4 {
		font-size:18px;
		font-weight:bold;
		margin-bottom:18px;
	}
	.recruit .contents .inner .recruitinner h4 span {
		color:#F86685;
	}
	.recruit .contents .inner .recruitinner .message_prof {
		padding-left:220px;
	}
	.recruit .contents .inner .recruitinner .message_prof h4 {
		margin-left:-220px;
	}

	.recruit .contents .inner .recruitinner .message_prof .message_prof_name {
		border-bottom:1px solid #ccc;
	}
	.recruit .contents .inner .recruitinner .message_prof .message_prof_name span {
		font-size:22px;
		font-weight:bold;
		line-height:2em;
	}

	.recruit .contents .inner .recruitinner .message_prof img {
		float:left;
		margin-left:-220px;
	}

	.recruit_nurse .contents .inner .recruitinner table {
		width:100%;
		margin-bottom:30px;
	}
	.recruit_nurse .contents .inner .recruitinner table tr th {
		white-space:nowrap;
		padding-right:30px;
	}
	
	.recruit_contact form#mailformpro .birth input {
		width:100px;
		margin:0 12px;
	}
	.recruit_contact form#mailformpro .cel_center input {
		width:auto;
		vertical-align:top;
		margin-right:12px;
	}
	

  /* -----------------------------------------
  	service_page
  ----------------------------------------- */
  .service_page {
    padding-top: 60px;
    margin: 0 auto;
    width: 1040px;
  }
  .service_page h3 {
    border-bottom: 1px solid #CCCCCC;
    font-size: 35px;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 20px;
  }
  .service_page .inner {
    width: 800px;
  }
  .service_page p {
    margin-bottom: 30px;
  }
  .service_page a {
    color: #FA6687;
  }
  
  
}
