@import url('/med/eccm/assets/css/reset.css');
@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: auto;
}
body{
  font-family: "嗄ゴシック悶", YuGothic, "嗄ゴシック", "Yu Gothic", sans-serif;
  margin: 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}
/* IEだけインラインSVGの燕幣サイズがおかしくなるバグへのI圭隈 */
img[src$=".svg"] {
  width: 100%; /* lte IE10 */
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.contact-tour .error {
  color: red;
}

textarea {
  resize: vertical;
}

#show-info-contact .contact-tour input,
#show-info-contact .contact-tour textarea {
  border: 1px solid #dddddd;
}

.clearfix:before,
.clearfix:after,
.grid-list:before,
.grid-list:after {
  content: " ";
  display: table;
}

.clearfix:after,
.grid-list:after {
  clear: both;
}

.clearfix,
.grid-list {
  *zoom: 1;
}
h1, h2, h3,
h4, h5, h6, p {
  margin: 0 0 10px 0;
}

.tranformYreverse {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

a {
  color: #000000;
}

a:hover img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  filter: alpha(opacity=70); /* lte IE8 */
  opacity: 0.7;
}
a:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  filter: alpha(opacity=70); /* lte IE8 */
  opacity: 0.7;
}

ul.grid-list.infolist,
ul.grid-list.message-inner {
  margin: 0 -50px 25px;
}

.font-adobe-01 {
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-style: normal;
}
.font-adobe-02 {
  font-family: bebas-neue, sans-serif;
  font-style: normal;
}
.to-top-wrapper a:hover,
.to-top-wrapper a:hover img{
  opacity: 1;
}

#wrapper {
  overflow-x: hidden;
}

.to-top-wrapper.fixed {
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 9;
}

.to-top-wrapper {
  z-index: 9;
}

.to-top-wrapper .content-scroll-inner {
  margin: 0 auto;
  position: relative;
}

.to-top {
  position: absolute;
  top: -25px;
  right: 20px;
  opacity: 0.7;
}
/*Header*/
#header{
  width: 100%;
}
#header a{
  text-decoration: none;
}
.menu-header{
  max-width: 100%;
  margin: auto;
}
.mainmenu{
  max-width: 100%;
  margin: auto;
  height: 128px;
}
.nav-item{
  display: inline-block;
  text-align: center;
  z-index: 999;
  position: relative;
  padding-top: 55px;
  vertical-align: top;
}
.nav-item:first-child{
  padding-right: 30px;
}
.nav-item:nth-child(2){
  padding-right: 40px;
}
.nav-item:nth-child(3){
  padding-right: 7px;
}
.nav-item:nth-child(5){
  padding-right: 35px;
}
.title-logo .logo{
  width: 100px;
  height: 100px;
  margin: auto;
}
.title-main-top span{
  display: block;
  border-bottom: none;
}
.nav-item__link span:first-child{
  font-size: 18px;
  font-weight:bold;
  border-bottom: 1px solid #001755;
  letter-spacing: -1px;
}
.nav-item__link span:last-child{
  font-size: 15px;
  letter-spacing: -1px;
  padding-top: 2px;
}
.nav-item__link span{
  display: block;
  color: #001755;
}
.title-logo{
  padding: 27px 70px 0 65px;
}
.title-main-top span:first-child{
  font-size: 14px;
  color: #001755;
  position: relative;
  left: -1px;
  top: -1px;
}
.title-main-top span:last-child{
  font-size: 29px;
  color: #001755;
  line-height: 28px;
  margin-bottom: 12px;
  font-weight:bold;
  letter-spacing: -1.0px;
}
.nav-item_button {
  min-width: 140px;
  min-height: 70px;
  position: relative;
  padding-top: 35px;
  padding-left: 45px;
  vertical-align: top;
  z-index: 99;
}
.nav-item_button .button-content{
  width: 100%;
}
.btn-header-top{
  display: block;
  min-width: 140px;
  min-height: 32px;
  line-height: 32px;
  background-color: #001755;
  color: #fff;
  font-size: 14px;
  font-weight:bold;
  margin-bottom: 5px;
  border-radius: 3px;
}

.submenu{
  display: block;
  position: absolute;
  transform-origin: top;
  transform: rotateX(-90deg);
  transition: transform 0.3s linear;
  padding-top: 20px;
  z-index: 9999;
}
.submenu.education{
  left: -30px;
}
.submenu.report{
  left: -35px;
}
.submenu-item{
  width: 155px;
  height: 30px;
  line-height: 27px;
  border-bottom: 1px solid #001755;
  color: #001754;
  background-color: rgba(255,255,255,0.8);
}
.submenu-item a {
  font-size: 14px;
  color: #001755;
  letter-spacing: -0.5px;
}
.submenu-item:hover{
  border-color: #FFF;
  background-color: #001755;
}
.submenu-item:hover a {
  color: #FFF;
}
.submenu-item:last-child{
  border-bottom: none;
}
.nav-item:hover > .submenu{
  transform: rotateX(0deg);
}
.drawer-close .drawer-navbar-header button{
  background-color:#001755;
}
.drawer-close .drawer-navbar-header button .title{
  display: block;
}
.drawer-open .drawer-navbar-header button{
  background:none;
}
.drawer-open .drawer-navbar-header button .title{
  display: none;
}
/* End Header*/

/*Footer*/
#footer {
  width: 100%;
  background-color: #FFFFFF;
  border-top: 2px solid #0D0758;
  padding: 0 20px;
}
.footer-inner {
  padding: 45px 3px 60px;
}
.footer-inner .grid-list .address-info-inner {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.logo-main-footer {
  overflow: hidden;
  margin-bottom: 10px;
}
.logo-main-footer .logo {
  width: 70px;
  height: 70px;
  float: left;
}
.info-traffic-inner {
  width: 50%;
  float: right;
}

.logo-main-footer .entry-description {
  color: #001755;
  float: left;
  padding: 0 50px 0 10px;
  line-height: 26px;
  margin-top: -5px;
}
.logo-main-footer .entry-description span {
  font-size: 14px;
}
.logo-main-footer .entry-description h2 {
  font-size: 29px;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-weight: bold;
}
.logo-main-footer .entry-description h2 span {
  font-size: 10px;
  color: #B81D22;
  display: block;
  letter-spacing: 0.4px;
}
.address-info-bottom span {
  font-size: 14px;
  color: #001755;
  letter-spacing: 0;
  margin-bottom: 19px;
  display: inline-block;
  line-height: 33px;
}
.address-info-bottom span > span {
  margin-bottom: 0;
}
.social-footer img {
  padding-right: 10px;
  padding-top: 35px;
}

.info-map {
  color: #ffffff;
}
.info-map .map,
.info-map .contact-icon {
  font-size: 16px;
  color: #ffffff;
  background-color: #001755;
  border-radius: 5px;
  letter-spacing: -1px;
}
.info-map .map {
  padding: 8px 22px;
  margin-right: 4px;
}
.info-map .contact-icon {
  padding: 8px 5px;
}
.info-map .map:before {
  content: url(/med/eccm/assets/images/common/location.png);
  margin-left: -10px;
  position: relative;
  top: 3px;
}
.info-map .contact-icon:before {
  content: url(/med/eccm/assets/images/common/iconletter.png);
  position: relative;
  top: 1px;
}
.info-traffic .menu-redirect {
  text-align: right;
  margin: 0 6px 30px 0;
}
.info-traffic .menu-redirect a {
  font-size: 14px;
  text-align: right;
  color: #001755;
}
.description-info-traffic {
  font-size: 13px;
  color: #001755;
  margin-bottom: 38px;
}
.description-info-traffic p {
  margin-bottom: 0;
  text-align: left;

}
.copyright {
  font-size: 11px;
  color: #001755;
  padding-left: 85px;
  letter-spacing: -0.4px;
}
/*page home*/

#js-slider-loading {
  content: " ";
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  z-index: 1000;
}
#slider-main-top {
  width: 1500px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
#slider-main-top .item-slide-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  background-color: #fafafa;
}

.orei {
text-align:center; margin-bottom:5%; padding:0 20px; font-size:1.2em; color: #001755;
}

.top-slide-item-0 .item-slide-img.pc {
  background-image: url("/med/eccm/assets/images/index/banner1.png");
}


.top-slide-item-1 .item-slide-img.pc {
  background-image: url("/med/eccm/assets/images/index/banner5.jpg");
}

.top-slide-item-2 .item-slide-img.pc {
  background-image: url("/med/eccm/assets/images/index/banner3.png");
}
.top-slide-item-3 .item-slide-img.pc {
  background-image: url("/med/eccm/assets/images/index/banner8.jpg");
}

#slider-main-top .top-slide-item {
  height: 850px;
}
.top-slide-wrapper {
  margin-bottom: 50px;
}
.item-news {
  font-size: 14px;
}
.item-news span {
  display: block;
}
.item-news p {
  border-bottom: 1px dashed #001755;
  padding-bottom: 5px;
  margin-top: 5px;
}
.main-news .title-item-news {
  color: #001755;
  font-size: 50px;
  font-weight: 400;
  margin-top: -15px;
  border-bottom: 1px dashed #001755;
  text-transform: uppercase;
}
/* IE10-11 */
_:-ms-input-placeholder, :root .main-news .title-item-news {
  margin-top: 0;
}
.main-news .title-item-news .sub {
  font-size: 16px;
  vertical-align: middle;
  font-weight: bold;
}
.event-news-list {
  margin-bottom: 10px;
}
.main-news-detail {
  overflow: hidden;
}
.main-news-detail .news-detail-item {
  max-width: 460px;
  float: left;
}
.main-news-detail .news-detail-item-face {
  max-width: 484px;
  margin: 0 25px;
  float: left;
}
.main-news-detail .news-detail-item-img {
  max-width: 300px;
  float: left;
}
.main-news {
  margin-bottom: 45px;
}

.typical-inner {
  background-color: #E9EBEE;
  overflow: hidden;
}
.typical-inner .thumbnail {
  max-width: 362px;
  float: left;
  padding-top: 45px;
}
.typical-description {
  overflow: hidden;
}

.typical-inner .description {
  max-width: 655px;
  float: left;
  padding: 60px 0 0;
  font-size: 18px;
  color: #001755;
  margin: 0 15px 0 35px;
}
.typical-inner .description p {
  margin-bottom: 10px;
}
.read-more-description {
  text-align: center;
  float: right;
  background: #001755;
  height: 30px;
  width: 204px;
  margin-top: 10px;
  line-height: 25px;
}
.read-more-description a {
  font-size: 12px;
  color: #fff;
}
p.text-inner {
  position: relative;
  top: 165px;
  left: 15px;
}
.typical-inner .text-description-inner {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-top: 15px;
  padding-left: 35px;
  display: inline-block;
}
.typical-inner .text-description-inner p {
  font-size: 38px;
  color: #001755;
}
.main-content {
  margin-bottom: 102px;
}
.home .main-content {
  margin-bottom: 100px;
}

#go-top {
  display: block;
  text-align: right;
  position: relative;
}
#go-top img {
  position: absolute;
  right: 0;
  top: -17px;
}

/*Style page Reseach*/
.accordion-item__content-01{
  display: block;
}
.page-reseach .main-content {
  background-color: #EEEEEE;
}
.top-icon-inner {
  position: relative;
}
.border-top {
  position: absolute;
  z-index: 9;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.border-top img {
  max-height: 185px;
  max-width: 815px;
}
.top-icon-inner h2 {
  left: 50%;
  z-index: 99;
  position: absolute;
  transform: translate(-50%,100%);
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  width: 260px;
  top: 50%;
  padding-top: 8px;
  letter-spacing: -1px;
}
.top-icon-inner h2 span {
  font-size: 18px;
  display: block;
}

.page-reseach .img-banner-inner {
  position: relative;
  background-image: url("/med/eccm/assets/images/report/report_background02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  display: table;
  width: 100%;
  height: 465px;
  padding-top: 210px;
  margin-bottom: 0;
}
ul.grid-list.reseach-top {
  max-width: 480px;
  margin: 0 auto;
}
ul.grid-list.reseach-top > li {
  width: 50%;
  float: left;
  padding: 0 10px;
  margin-bottom: 0;
  cursor: pointer;
}
.item-resech {
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 20px 5px;
  position: relative;
  height: 220px;
}
.reseach-top .item-resech h2 {
  font-size: 24px;
  color: #001755;
  font-weight: bold;
  margin-bottom: 15px;
}
.reseach-top .item-resech p {
  font-size: 16px;
  color: #001755;
  line-height: 1.4;

}
.reseach-top .more-item {
  font-size: 20px;
  background-image: url(/med/eccm/assets/images/reseach/arrow-icon.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center bottom;
  height: 50px;
  display: block;
  color: #001755;
}
.page-reseach .more-tab-scroll {
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  /* height: 50px; */
  cursor: pointer;
}
.report-top-inner-01 .icon-bottom {
  position: absolute;
  z-index: 999;
  right: 55px;
  bottom: -3px;
}
.report-top-inner-02 .icon-bottom,
.report-top-inner-03 .icon-bottom,
.icon-bottom {
  position: absolute;
  z-index: 999;
  right: 13%;
  bottom: -4px;
  line-height: 1.5;
}
/* IE10-11 */
_:-ms-input-placeholder, :root .report-top-inner-02 .icon-bottom,
_:-ms-input-placeholder, :root .report-top-inner-03 .icon-bottom,
_:-ms-input-placeholder, :root .icon-bottom {
  bottom: -6px;
}

.title-reseach {
  font-size: 28px;
  color: #001755;
  font-weight: bold;
  text-align: center;
  background-image: url("/med/eccm/assets/images/reseach/reseach_arrow02.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 50px;
  margin-bottom: 37px;
}
.title-reseach span,
.top-icon-inner h2 span,
.nav-item__link span:last-child,
.btn-page-top p,
.more-item {
  font-family: "嗄苧劾悶", YuMincho, "嗄苧劾", "Yu Mincho", serif;
}
.title-reseach span {
  display: block;
  font-size: 18px;
  letter-spacing: -0.5px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  top: -2px;
}
.request-research,.rss-research, .clinical-research, .register-research {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding: 0 30px;
}

.request-research ol,.rss-research ol
,.clinical-research ol,.register-research ol{
  padding: 0 20px;
}
.request-research li,
.rss-research li,
.clinical-research li,
.register-research li {
  font-size: 15px;
  margin-bottom: 25px;
  color: #001755;
  font-weight: bold;
}
.rss-research span {
  font-weight: 400;
  display: block;
  color: #001755;
  padding: 0 30px 0 0;
}
.rss-research span:last-child {
  padding: 0;
}
.request-research span,
.clinical-research span,
.register-research span{
  font-weight: 400;
  display: block;
  color: #001755;
  padding: 0 30px 0 0;
  margin-bottom: 25px;
}

.request-research span:first-child {
  margin-bottom: 31px;
}
.clinical-content .no-margin {
  margin-bottom: 0;
}

.rss-research span.no-padding {
  padding-bottom: 10px;
  margin: 0;
}
.request-research span > a,
.rss-content span > a,
.rss-research span > a,
.clinical-content span > a,
.register-content span > a {
  color: #001755;
  text-decoration: underline;
  font-size: 15px;
}
.title-inner {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #001755;
  margin-bottom: 30px;
  padding: 30px 0;
}

.overview-content,.rss-content,
.clinical-content {
  background-color: #fff;
  margin-bottom: 40px;
}
.register-content {
  margin-bottom: 40px;
  background-color: #fff;
}


.activity-reseach {
  background: #001755;
  padding: 0 20px 80px;
}
.overview-reseach {
  padding: 0 20px;
}
.activity-reseach .accordion-item__title {
  background-image: url("/med/eccm/assets/images/reseach/reseach_arrow06.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  margin-bottom: 40px;
}
.activity-reseach .title-reseach {
  color: #ffffff;
  background-image: url("/med/eccm/assets/images/reseach/reseach_arrow03.png");
}
.content-accordion-item-3 {
  padding-bottom: 80px;
}
.item-activity-accordion ol {
  margin: 0 15px;
}
.item-activity-accordion {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding: 0 40px 30px;
}
.item-activity-accordion li{
  font-size: 15px;
  margin-bottom: 5px;
  color: #001755;
}
h3.desc-title-accor {
  margin: 0 auto 30px;
  background-color: #eee;
  max-width: 1220px;
  padding: 4px 0;
  font-size: 18px;
  text-align: center;
  color: #001755;
  font-weight: bold;
}

#accordion-activity {
  background-color: #ffffff;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 30px 0;
  min-height: 0; /* support: IE7 */
  background:#ffffff;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.accordion-item {
  position: relative;
  margin-bottom: 30px;
}
.accordion-item__title {
  background: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #001755;
  padding: 30px;
  cursor: pointer;
}
.accordion-item__content-01,
.accordion-item__content-02 {
  background-color: #ffffff;
  margin-bottom: 40px;
	padding-bottom:20px;
}
/*page Resport*/
.page-report .main-content {
  margin-bottom: 43px;
}
.page-patients .img-banner-inner {
  position: relative;
  background-image: url("/med/eccm/assets/images/report/report_background02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: table;
  width: 100%;
  padding-top: 224px;
  height: 785px;
}
.page-report .img-banner-inner,
.page-education .img-banner-inner,
.page-info .img-banner-inner{
  position: relative;
  background-image: url("/med/eccm/assets/images/report/report_background02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: table;
  width: 100%;
  height: 910px;
  padding-top: 235px;
}
.grid-list.report-top > li {
  padding: 0;
  position: relative;
  cursor: pointer;
}
.grid-list.report-top {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto 18px;
}
.grid-list.report-top li{
  width: 290px;
}
.report-top-inner-01 {
  margin: 0;
}
.report-top-inner-02 {
  margin: 0;
}
.report-top-inner-03 {
  margin: 0;
}
.report-top .thumbnail {
  position: relative;
  overflow: hidden;
}
.report-top-inner-02 .thumbnail {
  height: 180px;
  width: 290px;
}
.report-top .description {
  padding: 11px 10px 0;
  overflow: hidden;
  background-color: #ffffff;
  width: 290px;
  line-height: 1.2;
}
.report-top .description h3 {
  font-size: 18px;
  font-weight: bold;
  color: #001755;
}
.report-top .description p {
  font-size: 14px;
  color: #001755;
  margin-bottom: 10px;
}
.description-bottom {
  text-align: center;
  color: #001755;
  font-size: 15px;
  margin-bottom: 40px;
}
.description-bottom p:first-child {
  letter-spacing: 0.4px;
  margin: 0 -10px 0 0;
}
.description-bottom p:last-child {
  letter-spacing: 0.4px;
}
.content-top-list .grid-list > li {
  width: 20%;
  height: 250px;
  float: left;
  padding: 0 5px;
  margin-bottom: 8px;
}

.page-report .content-top-list {
  margin-bottom: 95px;
  /*padding: 0 20px;*/
}
.dmat-report {
  background-color: #fff;
  padding: 20px 20px 82px;
  margin: 0 -20px;
  line-height: 1.74;
}
.dmat-report .title-reseach {
  letter-spacing: 0;
}
.dmat-report .title-reseach span {
  letter-spacing: 1.5px;
  line-height: 25px;
}
.dmat-report .description {
  float: left;
  max-width: 50%;
  color: #001755;
  font-size: 15px;
  letter-spacing: -0.6px;
  padding-right: 10px;
}

.dmat-report .thumbnail {
  float: left;
  max-width: 50%;
  margin-top: 0px;
  padding: 0 0px;
}
.dmat-report .thumbnail-top {
  margin-bottom: 20px;
  margin-left: 19px;
}
.dmat-report .thumbnail-bottom{
  padding: 0 20px;
}
.study-abroad {
  background-color: #fff;
  padding: 9px 20px 0;
}
.study-abroad .title-reseach {
  margin-bottom: 40px;
}

.dmat-report .description p {
  margin-bottom: 0;
}
.study-abroad article {
  letter-spacing: -0.9px;
  margin: -5px 0 0 -1px;
}

.study-abroad p {
  font-size: 15px;
  color: #001755;
  margin-bottom: 32px;
  letter-spacing: -0.5px;
}
.study-abroad p:last-child {
}
.study-abroad .thumbnail {
  margin-bottom: 7px;
}
.study-abroad .description span {
}

.study-abroad .description {
  font-size: 13px;
  color: #001755;
  letter-spacing: -0.3px;
}
.report-description-bottom .title-reseach{
  margin-bottom: 32px;
}
.study-abroad .description h3 {
  margin-bottom: 0;
}

.activities-report{
  padding-top: 30px;
  padding-bottom: 100px;
  background: #eee;
}
.activities-report-list dl{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
  padding:  15px;
  background: #fff;
  color: #001755;
}
.activities-report-list dl + dl{
  margin-top: 20px;
}
.activities-report-list dl dt{
  width: 150px;
  font-size: 20px;
  text-align: right;
}
.activities-report-list dl dd{
  width: 630px;
  padding-left: 40px;
  font-size: 20px;
}

.dmat2-report{
  padding-top: 30px;
  padding-bottom: 100px;
  background: #eee;
}
.dmat2-report .description{
  display: flex;
  justify-content: space-between;
}
.dmat2-report .description p{
  width: 48.5%;
  color: #001755;
}
.dmat2-report .thumbnail{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.dmat2-report .thumbnail .thumbnail-item{
  width: 31.25%;
  padding: 0;
}
.dmat2-report .title-reseach{
  line-height: 1.2;
}
.dmat2-report .title-reseach span{
  line-height: 1.8;
}

/*Style page Education*/
.page-education .main-content{
  margin-bottom: 180px;
}
.page-education .img-banner-inner{
  padding-top: 225px;
}
.page-education .top-icon-inner h2{
  font-size: 27px;
  padding-top: 10px;
}
.education-top {
  max-width: 1035px;
  margin: 0 auto 55px;
  max-height: 220px;
}
.education-top > li {
  width: 25%;
  float: left;
  padding: 0 20px 0 20px;
  margin-bottom: 20px;
}
.education-top-item {
  background-color: #001755;
  text-align: center;
  padding: 32px 10px;
  height: 220px;
  color: #ffffff;
  letter-spacing: -1px;
  position: relative;
  cursor: pointer;
}
.education-top-item h3 {
  font-weight: bold;
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 19px;
  letter-spacing: -1px;
}
.education-top span {
  display: block;
}
.education-top p {
  font-size: 16px;
  margin-bottom: 30px;
}
.page-education .education-grid-list{
  margin: 0 -8px;
}
.education-top .more-item {
  font-size: 20px;
  background-image: url("/med/eccm/assets/images/education/education_arrow.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center 30px;
  height: 50px;
  display: block;
  color: #ffffff;
}
/*.more-tab-scroll a:hover, .more-tab-scroll a:focus,*/
/*.item-desc-bottom-inner a:hover,*/
/*.item-desc-bottom-inner a:focus,*/
/*.btn-header-top:hover,*/
/*.btn-header-top:focus*/
/*{*/
/*color: #ffffff;*/
/*text-decoration: none;*/
/*}*/
.more-tab-scroll {
  position: absolute;
  bottom: 19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 50px;
  cursor: pointer;

}
.description-bottom-inner {
  max-width: 740px;
  margin: 0 auto 30px;
  background: rgba(255, 255, 255, 0.5);
  padding: 14px 20px;
}
.page-education .entry-description-top span {
  font-size: 24px;
  font-weight: bold;
  color: #001755;
  letter-spacing: 0px;
  margin-bottom: 5px;
  display: block;

}
.grid-list.link-inner-bootom {
  width: 100%;
}

.description-bottom-inner .grid-list.link-inner-bootom > li {
  width: 50%;
}
.item-desc-bottom-inner .link-inner-bootom a {
  padding: 0 29px;
}
.page-education .entry-description-top p {
  font-size: 16px;
  color: #001755;
  letter-spacing: -0.6px;
}
.page-education .entry-description-top {
  margin-bottom: 10px;
}
.grid-list .grid-inner-after h3{
  margin-bottom: 35px;
}
.item-desc-bottom-inner {
  background-color: #001755;
  color: #ffffff;
  padding: 7px 18px;
  height: 175px;
  position: relative;
  letter-spacing: -0.5px;
}
.description-bottom-inner .grid-list > li {
  width: 50%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}
.description-bottom-inner .grid-list > li.last {
  padding-left: 18px;
}
.item-desc-bottom-inner h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
}
.item-desc-bottom-inner p {
  font-size: 13px;
  margin-bottom: 9px;
}

.item-desc-bottom-inner a {
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  text-align: center;
  padding: 0 50px;
  color: #001755;
  position: absolute;
  bottom: 18px;
  height: 28px;
  letter-spacing: 0.5px;
}

.item-desc-bottom-inner span {
  padding: 0;
  margin: 0 15px 0 0;
  letter-spacing: -0.5px;
  width: 139px;
  height: 28px;
  display: inline-block;
  color: #001755;
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  text-align: center;

}
.item-desc-bottom-inner .margin-not-inner {
  margin: 0;
}
.idea-education {
  background-color: #ffffff;
  overflow: hidden;
  margin: 0 auto 65px;
  padding: 0 20px;
}
.idea-education .description {
  max-width: 954px;
  float: left;
}
.idea-education .description h3 {
  font-size: 28px;
  color: #001755;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 1.3;
}
.idea-education .description p + h3 {
  margin-top: 20px;
  margin-bottom: 3px;
}
.idea-education .description .work {
  line-height: 65px;
  letter-spacing: -4.5px;
  margin-bottom: -4px;
}
.idea-education .description p {
  font-size: 15px;
  color: #001755;
  margin-bottom: 0;
  letter-spacing: 0.2px;
  line-height: 1.74;
}
.idea-education .thumbnail img {
  margin: 5px 0 15px 25px;
}
.idea-education .description a,
.patients-top .description a,
.patients-about-change a,
.item-news a {
  color: #0095C0;
  font-weight: bold;
  text-decoration: underline;
}
.idea-education .description span,
.program-education .description-inner span {
  color: #B81C22;
  font-weight: bold;
  font-size: 20px;
}
.program-education .description-inner .exp {
  margin-top: -1px;
  margin-bottom: 3px;
  line-height: 1.5;
}

.program-education {
  background-color: #eeeeee;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 20px;
}
.program-education .title-reseach {
  padding-top: 60px;
  letter-spacing: -1px;
  margin-bottom: 31px;
}
.page-education .idea-education .title-reseach {
  padding-top: 4px;
  margin-bottom: 33px;
}

.program-education .grid-list > li {
  width: 50%;
  margin-bottom: 52px;
}
.program-education li h3 {
  font-size: 28px;
  color: #001755;
  margin-bottom: 13px;
  line-height: 1.35;
}
.program-education li h3 span {
  display: inline-block;
  padding-left: 224px;
}
.program-education li p {
  font-size: 15px;
  color: #001755;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}

.program-education .confirm-homepage {
  background-color: #001755;
  display: block;
  text-align: center;
  border-radius: 10px;
  padding: 9px 20px;
  width: 100%;
  letter-spacing: -1px;
  height: 75px;
  font-weight: bold;
}
.confirm-homepage a {
  color: #ffffff;
  font-size: 18px;
  position: relative;
  top: 4px;
  left: 8px;
}
.program-education .grid-list {
  margin: 0 -1%;
}
.program-education .grid-list > li {
  padding: 0 1%;
}
.program-description {
  margin-left: 20px;
}
.program-education .thumbnail {
  margin: 5px 0 25px 20px;
  font-size: 0;
}
.program-education .thumbnail img {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.program-education .thumbnail img:first-child {
  margin-right: 2%;
}


.thumbnail-item {
  display: inline-block;
  padding: 0 4px;
}
.thumbnail-item img {
  margin-bottom: 5px;
}
.surgery-item > li .thumbnail-item p {
  text-align: right;
}
.program-education .description-inner {
  margin-bottom: 32px;
  line-height: 1.8;
}
.program-description span {
  background-color: #9FD9F6;
  display: block;
  margin-bottom: 10px;
  border-radius: 10px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #001755;
  font-weight: bold;
  border: 1px solid #001755;
  width: 100%;
  font-size: 17px;
  letter-spacing: -0.5px;
}
.surgery-education .surgery-item .surgery-item2{
  margin-bottom: 50px;
}
.table-education .table-examp .examp-th-1{
  min-width: 120px;
}
.table-education .table-examp .examp-th-2{
  min-width: 150px;
}
.table-education .table-examp .examp-tr-2{
  height: 34px;
}
.table-education .table-examp .examp-tr-3{
  height: 30px;
}
.table-education .table-examp .examp-tr-4{
  height: 30px;
}
.table-education .table-examp .examp-tr-6{
  height: 41px;
}
.table-education .table-examp .examp-tr-7{
  height: 32px;
}

.desc-inner-bottom span {
  background-color: #DFF2FC;
  display: inline-block;
  width: 100%;
  height: 70px;
  line-height: 20px;
  padding: 15px 30px;
  vertical-align: middle;
}
.desc-inner-bottom .desc-span-inner {
  padding: 24px 20px;
  font-size: 17px;
  letter-spacing: 0.5px;
}
.sub-specialty-education {
  background-color: #001755;
  padding: 0 20px 80px;
  overflow: hidden;
  line-height: 1.74;
}
.sub-specialty-education .title-reseach,
.request-doctorheli .title-reseach {
  color: #ffffff;
  background-image: url(/med/eccm/assets/images/reseach/reseach_arrow03.png);
}
.sub-specialty-education #specialty{
  padding-top: 81px;
  letter-spacing: -0.5px;
  margin-bottom: 27px;
  padding-bottom: 60px;
}
.sub-specialty-education p {
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  margin-bottom: 47px;
  position: relative;
}
.sub-specialty-education .surgery{
  padding-top: 27px;
  margin-bottom: 43px;
}
.sub-specialty-education .surgery-education {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 0 30px;
}
.surgery-education .title-reseach,
.rendezvous-flow .title-reseach {
  color: #001755;
  background-image: url(/med/eccm/assets/images/reseach/reseach_arrow02.png);
}
.surgery-item {
  margin-bottom: 28px;
}
.surgery-item .thumbnail-bottom span {
  margin-top: 40px;
}
.surgery-item > li span {
  display: block;
  font-weight: bold;
}
.surgery-item > li {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 0;
}
.surgery-item > li p {
  color: #001755;
  font-size: 15px;
  margin-bottom: 30px;
  text-align: justify;
}
.surgery-item > li p.surgeon{
  margin-bottom: 51px;
}
.surgery-item .thumbnail-item{
  padding: 4px 5px;
}
.thumbnail-bottom span {
  font-size: 15px;
  color: #001755;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}
.thumbnail-item p {
  font-size: 12px;
}
.thumbnail-bottom span {
  font-size: 14px;
}
.surgery-item .cus-inner-bold {
  font-weight: bold;
  line-height: 1.7;
}

.table-education span {
  font-size: 15px;
  color: #001755;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.table-education {
  overflow: hidden;
  margin-bottom: 40px;
}
.table-examp {
  overflow: hidden;
  max-width: 680px;
  float: left;
  margin-right: 48px;
  position: relative;
  left: 10px;
}
.table-examp .border-none {
  border-right: none;
  text-align: center;
  padding-left: 10px;
}
.table-examp th,td {
  text-align: left;
}
.table-examp th {
  color: #ffffff;
  background-color: #001755;
  border-right: 1px solid #ffffff;
  text-align: center;
  min-width: 120px;
  padding: 5px;
  font-weight: bold;
}
.table-examp td {
  font-size: 15px;
  color: #001755;
  border-right: 1px solid #001755;
  text-align: center;
  border-bottom: 1px solid #001755;
  padding-top: 5px;
  padding-bottom: 5px;
}
.emergency-table > li {
  margin-bottom: 0;
}
.emergency-table span {
  font-weight: normal;
  margin: 0;
  font-size: inherit;
}
.surgical-inner-table {
  float: left;
}
.surgical-cont-inner {
  border: 1px solid #001755;
  padding: 10px;
  width: 484px;
}
.surgical-inner-table .surgical-cont-inner {
  padding: 10px;
}
.surgical-cont-inner p {
  color: #001755;
  font-size: 15px;
  text-align: left;
  margin-bottom: 6px;
  line-height: normal;
}
.emergency-table{
  margin-bottom: 47px;
}
.emergency-table h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.emergency-table-item-0,
.emergency-table-item-1,
.emergency-table-item-2 {
  border: 1px solid #001755;
  border-bottom: none;
}
.emergency-table-item-0 .gray {
  background-color: #FFF799;
  color: #001755;
  margin-bottom: 0;
  font-size: 18px;
  padding: 8px 5px;
  line-height: normal;
  border-bottom: 1px solid #001755;
}
.emergency-table-item-0 .blue {
  background-color: #BAE3F9;
  color: #001755;
  margin-bottom: 0;
  font-size: 18px;
  padding: 10px 5px 9px 5px;
  line-height: normal;
  border-bottom: 1px solid #001755;
}
.emergency-table-item-0 .white,
.emergency-table-item-1 .white,
.emergency-table-item-2 .white {
  background-color: #ffffff;
  color: #001755;
  margin-bottom: 0;
  padding: 11px 5px;
  font-size: 18px;
  border-bottom: 1px solid #001755;
}
.emergency-table-item-1 .gray {
  background-color: #FFF799;
  color: #001755;
  margin-bottom: 0;
  font-size: 18px;
  padding: 16px 5px;
  line-height: normal;
  border-bottom: 1px solid #001755;
}
.emergency-table-item-1 .blue {
  background-color: #BAE3F9;
  color: #001755;
  margin-bottom: 0;
  font-size: 18px;
  padding: 10px 5px;
  line-height: normal;
  border-bottom: 1px solid #001755;
}

.emergency-table-item-2 .gray {
  background-color: #FFF799;
  color: #001755;
  margin-bottom: 0;
  font-size: 18px;
  padding: 11px 5px;
  line-height: normal;
  border-bottom: 1px solid #001755;
}
.emergency-table-item-2 .blue {
  background-color: #BAE3F9;
  color: #001755;
  margin-bottom: 0;
  font-size: 18px;
  padding: 16px 5px;
  line-height: normal;
  border-bottom: 1px solid #001755;
}
.table-a-b-c{
  min-width: 680px;
}
.emergency-table .table-a{
  padding-right: 24px;
}
.emergency-table .table-b{
  padding-right: 17px;
  padding-left: 14px;
}
.emergency-table .table-c{
  padding-right: 12px;
  padding-left: 21px;
}

.interventional-education {
  background-color: #fff;
  margin: 0 auto 40px;
  padding: 0 40px 35px;
}
.interventional-education .title-reseach {
  color: #001755;
  background-image: url(/med/eccm/assets/images/reseach/reseach_arrow02.png);
  padding-bottom: 70px;
}
.interventional-education .interventional{
  line-height: 70px;
  position: relative;
  top: -43px;
  margin-bottom: 0;
}
.interventional-education .interventional span{
  position: relative;
  top: -10px;
  letter-spacing: 0.5px;
}
.interventional-cont-inner p {
  color: #001755;
  font-size: 15px;
  text-align: left;
  margin-bottom: 25px;
  padding-right: 15px;
  text-align: justify;
}
.interventional-cont-inner ol {
  color: #001755;
  font-size: 15px;
  text-align: left;
  margin: 0 20px 30px 40px;
}
.interventional-cont-inner {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin: -5px -10px 20px 0;
}
.interventional-cont-inner .interventional-1{
}
.interventional-cont-inner .interventional-2{
  margin-bottom: 0;
}
.interventional-cont-inner .interventional-3{
  margin-bottom: 2px;
}
.interventional-cont-inner .interven-inner-bottom {
  text-indent: 10px;
}
.interventional-cont-inner .no-margin {
  margin-bottom: 0;
}
.interventional-education .grid-list {
  margin: 0 -20px 10px;
}
.interventional-education .grid-list > li {
  width: 50%;
  padding: 0 20px;
  margin: 0;
}
.interventional-education h3 {
  text-align: center;
  color: #001755;
  font-size: 15px;
  font-weight: bold;
}
.infection-education .infection{
  padding-top: 45px;
  margin-bottom: 47px;
}
.infection-education {
  background-color: #ffffff;
  margin: 0 auto 40px;
  overflow: hidden;
  padding: 0 40px 30px;
}

.infection-education .entry-description {
  float: left;
  width: 50%;
  padding-right: 15px;
}
.infection-education .entry-description p {
  color: #001755;
  font-size: 15px;
  margin-bottom: 0;
  text-align: left;
  letter-spacing: 0.1px;
  text-align: justify;
}
.infection-education .thumbnail-infection{
  position: relative;
  left: 15px;
}

.infection-education-inner {
  overflow: hidden;
  position: relative;
}
.infection-education .title-reseach,
.endoscope-education .title-reseach,
.internal-medicine-education .title-reseach {
  color: #001755;
  background-image: url(/med/eccm/assets/images/reseach/reseach_arrow02.png);
}
.infection-education .thumbnail-infection {
  float: left;
}
.infection-education .thumbnail-infection img {
  padding: 0 4px;
}
.infection-education .thumbnail-infection p {
  color: #001755;
  font-size: 15px;
  margin-bottom: 0;
  position: relative;
  bottom: -85px;
  left: 140px;
  font-weight: bold;
}
.endoscope-education {
  background-color: #ffffff;
  margin: 0 auto 37px;
  overflow: hidden;
}
.endoscope-education .endoscope{
  padding-top: 52px;
  margin-bottom: 40px;
}
.internal-medicine-education {
  background-color: #ffffff;
  margin: 0 auto;
  overflow: hidden;
}
.endoscope-education .entry-description {
  max-width: 46%;
  float: left;
  color: #001755;
  font-size: 15px;
  padding-right: 26px;
  letter-spacing: -0.4px;
  text-align: justify;
}
.endoscope-education .thumbnail-infection {
  float: left;
  position: relative;
  left: 19px;
}

.endoscope-education-inner {
  padding: 0 40px 10px;
  overflow: hidden;
  position: relative;
}
.thumbnail-infection img {
  padding: 0 5px;
}
.endoscope-education p {
  color: #001755;
  font-size: 15px;
  text-align: right;
  padding: 0 30px;
  font-weight: bold;
  letter-spacing: -0.7px;
  margin-bottom: 35px;
}

.internal-medicine-education .entry-description,.internal-medicine-education .entry-description-1 {
  float: left;
  width: 50%;
  padding: 0 20px;
}
.internal-medicine-education .internal {
  position: relative;
  top: -10px;
}
.internal-medicine-education .internal span {
  position: relative;
  top: -5px;
  font-size: 19px;
}
.internal-medicine-education .entry-description p,
.internal-medicine-education .entry-description-1 p {
  color: #001755;
  text-align: justify;
  margin-bottom: 0;
}
.internal-medicine-education .entry-description-1 .description-7{
  margin-bottom: 45px;
}
.internal-medicine-education .entry-description-1 .description-8{
  text-align: right;
  font-weight: bold;
  letter-spacing: -0.5px;
}
.internal-medicine-education-inner {
  padding: 0 30px 32px;
  overflow: hidden;
}
.contact-tour {
  padding: 0 20px;
}
.visit-education {
  background-color: #eeeeee;
  overflow: hidden;
  margin: 0 auto;
}
.visit-education #visit{
  padding-top: 70px;
}
.visit-education p {
  color: #001755;
  font-size: 15px;
  text-align: center;
  max-width: 675px;
  margin: 0 auto 50px;
}
.contact-tour th {
  background-color: #001755;
  color: #ffffff;
  width: 300px;
  display: inline-block;
  text-align: left;
  font-weight: bold;
  line-height: 70px;
  padding: 0 20px;
  font-size: 20px;
  position: relative;
  border: none;
  vertical-align: text-top;
}
.page-education .contact-tour th {
  vertical-align: middle;
}

.contact-tour th span {
  background-color: #ffffff;
  color: #001755;
  width: 55px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-tour td,textarea {
  width: 100%;
  padding: 0  0 0 20px;
  border: none;
  padding-top: 6px;
  padding-bottom: 15px;
}
.modal-dialog.modal-confirm {
  padding: 30px;
}
.page-education .contact-tour td,textarea {
  width: 960px;
  padding: 0 0 20px 20px;
  border: none;
}
.contact-tour input {
  width: 100%;
  height: 70px;
  padding: 0 25px;
  font-size: 20px;
}
.contact-tour textarea {
  width: 100%;
  padding: 20px;
  margin-bottom: 0;
  font-size: 20px;
  height: 210px;
}
.contact-tour .textarea {
  text-align: left;
  line-height: normal;
  height: 210px;
  padding: 20px;
}

.modal-dialog.modal-confirm{
  width: 800px;
}
.modal-content {
  border-radius: 10px;
  border: none;
}
.modal-header{
  border-bottom: none;
}
.close-modal{
  margin-top: -2px;
  float: right;
  background: transparent;
}
.modal-header .close {
  margin-top: -20px;
}
.close-modal span{
  font-size: 40px;
}
.modal-body p {

  text-align: center;
}
.modal-body h3 {
  font-weight: bold;
  padding-top: 20px;
  margin-bottom: 40px;
}
.page-contact .modal-footer,
.page-education .modal-footer{
  padding: 15px;
  text-align: center;
  border-top: none;
}
#modalSpiner .modal-dialog{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 200px;
}
#modalSpiner .modal-dialog .modal-content{
  background-color: unset;
}
/*spiner*/
.lds-dual-ring {
  display: inline-block;
  width: 100px;
  height: 100px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 100px;
  height: 100px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*End Spiner*/
#sendmail{
  text-align: center;
  background-color: #001755;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  width: 133px;
  height: 60px;
  display: inline-block;
  text-decoration: none;
  line-height: 60px;
  border: none;
  margin: 0;
  cursor: pointer;
}
.modal {
  top: 20px;
  padding: 0 20px;
}
.modal-body p {
  font-size: 14px;
}
.modal .radio-content {
  margin-bottom: 0;
}
.page-contact .main-content {
  margin-bottom: 105px;
}
.page-education .contact-tour .table-main {
  margin-bottom: 60px;
}
.contact-tour .wrap-btn {
  text-align: center;
  padding-bottom: 100px;
}
.contact-tour #table-comfirm {
  text-align: center;
  background-color: #001755;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  width: 133px;
  height: 70px;
  display: inline-block;
  text-decoration: none;
  line-height: 70px;
  border: none;
  padding: 0;
}
#modalAlert .modal-body{
  text-align: center;
}
.contact-tour .form-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  background-color: #ffffff;
  height: 25px;
  width: 25px;
  border: 1px solid #000;
  cursor: pointer;
  vertical-align: top;
  padding: 0;
  border-radius: 50%;
}

.contact-tour .form-radio:checked {
  background-color: #001755;
}
.contact-tour label {
  padding-left: 10px;
}
.contact-tour .radio-content {
  background-color: #ffffff;
  padding: 13px 10px;
  height: 70px;
  text-align: left;
  font-weight: bold;
}
.contact-tour .radio-content span {
  margin-top: 10px;
  display: inline-block;
}
.page-education .contact-tour .radio-content span {
  margin-top: 10px;
  display: inline-block;
  font-size: 20px;
  color: #001755;
}
label.error{
  font-size: 16px;
  font-weight: normal;
}
label#checkbox-error{

}
/*Style page Patients*/

.page-patients .top-icon-inner h2 {
  max-width: 240px;
}
.patients-top .description, .patients-about,.patients-about-change {
  background-color: #ffffff;
  color: #001755;
  font-size: 15px;
  padding: 20px;
  height: 258px;
}
.patients-top .description h3,.patients-about h3,.patients-about-change h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.patients-top .description p,.patients-about-change p{
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.patients-top {
  margin: 0 -20px;
  padding: 0 20px;
}
.patients-top > li {
  padding: 0 20px;
  margin-bottom: 40px;
}

.patients-about {
  float: left;
  max-width: 400px;
}
.patients-about p {
  margin-top: -3px;
  line-height: 26px;
}

.patients-about-change {
  padding-left: 462px;
}
.page-patients .main-content {
  margin-bottom: 82px;
}
.patients-bottom {
  padding: 0 20px;
}
/*Style Contact page*/
.page-contact .img-banner-inner {
  position: relative;
  background-image: url("/med/eccm/assets/images/report/report_background02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  width: 100%;
  padding-top: 205px;
}
/*Style Doctorheli page*/
.page-doctorheli .img-banner-inner {
  position: relative;
  background-image: url("/med/eccm/assets/images/report/report_background02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: table;
  width: 100%;
  padding-top: 234px;
  height: 785px;
  margin-bottom: 45px;
}
.title-reseach {
  padding-top: 60px;
  letter-spacing: -1px;
  margin-bottom: 40px;
}
.page-doctorheli .top-icon-inner h2 {
  width: 285px;
}
.doctorheli-top {
  background: rgba(255, 255, 255, 0.5);
  padding: 30px 28px 0 30px;
}
.doctorheli-top .entry-description-top {
  color: #001755;
  font-size: 15px;
  line-height: 23px;
}
/*Page Info*/

.page-info .img-banner-inner {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.page-info .dmat-report{
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.page-info .img-banner-inner .greeting{
  padding-top: 0px;
  margin-bottom: 32px;
}
.grid-list.info-top{
  max-width: 1280px;
  margin:auto;
  margin-bottom: 80px;
}
.page-info .grid-list > li {
  width: 25%;
  float: left;
  padding:0 15px 15px;
  margin-bottom: 0;
  position: relative;
  left: 5px;
  cursor: pointer;
}
.page-info .grid-list > li .thumbnail{
  margin-bottom: 10px;
  position: relative;
}

.page-info .grid-list > li.grid-list-1{
  left: -15px;
}
.page-info .grid-list > li.grid-list-2{
  left: -5px;
}
.page-info .grid-list > li.grid-list-4{
  left: 16px;
}
.page-info .grid-list li article{
  background-color: #fff;
  height: 250px;
}
.info-top .description {
  padding: 0 11px;
  overflow: hidden;
  line-height: 1.5;
}

.info-top .description h3 {
  font-size: 18px;
  font-weight: bold;
  color: #001755;
  margin-bottom: 5px;
}
.info-top .description p {
  font-size: 14px;
  color: #001755;
  margin-bottom: 8px;
}
.info-big-image-content{
  max-width: 1280px;
  margin: auto;
  padding-bottom: 50px;
}
.info-big-image-content .title-image{
  width: 30%;
  float: left;
  height: 100%;
}
.info-big-image-content .title-image .title {
  height: 650px;
  width: 100%;
}
.info-big-image-content .title-image h3 {
  position: relative;
  font-size: 44px;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #001755;
  left: 48%;
  bottom: 27px;
  height: 100%;
}
.info-big-image-content .title-image .big-image{
  position: absolute;
  bottom: 0px;
  top: 59.5%;
}
.info-big-image-content .content{
  width: 70%;
  height: 100%;
  float:left;
  padding-left: 16px;
}
.info-big-image-content .content span {
  letter-spacing: -1px;
  display: block;
  font-size: 17px;
  line-height: 1.875;
  color: #001755;
}
.info-big-image-content .content span.content-2, .info-big-image-content .content span.content-4{
  margin-bottom: 38px;
}
.info-big-image-content .content span.intro,
.info-big-image-content .content span.content-2,
.info-big-image-content .content span.content-3,
.info-big-image-content .content span.content-4,
.info-big-image-content .content span.content-5,
.info-big-image-content .content span.content-6{
  text-indent: 1em;
}

.info-big-image-content .content span.content-6{
  margin-bottom: 60px;
}
.info-big-image-content .content span.outtro{
  text-align:right;
}
.dmat-report .title-info-summary{
  padding-top: 66px;
  margin-bottom: 49px;
}
.summary{
  color: #001755;
}
.summary .title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.summary.fadein-animation.onwindow {
  /*padding: 0 20px;*/
  overflow: hidden;
}
.summary .history, .summary .medical, .summary .medical-staff, .summary .treatment, .summary .facility {
  float: left;
  min-height: 268px;
  background-color: #FFF;
  padding: 20px;
  box-sizing: border-box;
  margin-right: 3%;
}
.summary .history, .summary .medical, .summary .medical-staff {
  width: 31%;
  margin-bottom: 37px;
}
.summary .treatment {
  width: 65%;
}
.summary .facility {
  width: 32%;
  margin-right: 0;
  overflow: hidden;
}

.summary .medical .content .content-4{
  letter-spacing: -1px;
}
.summary .medical-staff{
  margin-right: 0px;
  width: 32%;
}



.summary .content {
  line-height: 1.7;
}
.summary .content span{
  display: block;
  font-size: 15px;
}
.summary .content .disc {
  padding-left: 1em;
}
.summary .content .disc::before {
  content: "£";
  margin-left: -1em;
}

.page-info .results{
  background-color: #001755;
  padding-left: 20px;
  padding-right: 20px;
}
.page-info .results .title-reseach{
  color: #fff;
  padding-top: 82px;
  background-image: url(/med/eccm/assets/images/info/arrow_white.png);
  margin-bottom: 46px;
}
.page-info .results .table-left{
  width: 48.5%;
  float: left;
  margin-right: 3%;
  padding-bottom: 15px;
}
.page-info .results .table-left .title{
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 7px;
}
.page-info .results .table-left table{
  width: 100%;
  background-color: #fff;
  color: #001755;
}
.page-info .results  th{
  min-width: 0px;
}
.page-info .results .table-left tr{
  border-top: 1px solid #001755;
  border-left: 1px solid #001755;
  border-right: 1px solid #001755;
}
.page-info .results .table-left tr:last-child{
  border-bottom: 1px solid #001755;
}
.page-info .results .table-1{
  margin-bottom: 35px;
}
.page-info .results .table-2{
  margin-bottom: 35px;
}
.page-info .results .table-3{
  margin-bottom: 41px;
}
.page-info .results .table-4{
  margin-bottom: 35px;
}
.page-info .results .table-2 .last, .page-info .results .table-1 .last{
  background-color: #D2CCE6
}
.page-info .results .table-left th{
  border-right: 1px solid #001755;
}
.page-info .results .table-left th:last-child{
  border-right: none;
}
.page-info .results .table-left td{
  border-right: 1px solid #001755;
}
.page-info .results .table-left td:last-child{
  border-right: none;
}
.page-info .results .table-left table td, .results .table-left table th{
  font-size: 15px;
  height: 40px;
}
.page-info .results .table-left table td{
  text-align: right;
  padding-right: 10px;
}
.page-info .results .table-left table th{
  text-align: center;
}
.page-info .results .table-left .row-1{
  width: 170.5px;
}
.page-info .results .table-left .row-1 p{
  text-align: left;
  padding-left: 12px;
}
.page-info .results .table-right{
  width: 48.5%;
  float: left;
}
.page-info .results .table-right .title{
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 6px;
}
.page-info .results .table-right table{
  width: 100%;
  background-color: #fff;
  color: #001755;
}
.page-info .results .table-right tr{
  border-top: 1px solid #001755;
  border-left: 1px solid #001755;
  border-right: 1px solid #001755;
}
.page-info .results .table-right tr:last-child{
  border-bottom: 1px solid #001755;
}

.page-info .results .table-right .table-1,
.page-info .results .table-right .table-3 {
  margin-bottom: 35px;
}
.page-info .results .table-right .table-2{
  margin-bottom: 38px;
}
.page-info .results .table-4 .last, .page-info .results .table-1 .last{
  background-color: #D2CCE6
}
.page-info .results .table-right th{
  border-right: 1px solid #001755;
}
.page-info .results .table-right th:last-child{
  border-right: none;
}
.page-info .results .table-right td{
  border-right: 1px solid #001755;
}
.page-info .results .table-right td:last-child{
  border-right: none;
}
.page-info .results .table-right table td, .results .table-right table th{
  font-size: 15px;
  height: 40px;
}
.page-info .results .table-right table td{
  text-align: right;
  padding-right: 10px;
}
.page-info .results .table-right table th{
  text-align: center;
}
.page-info .results .table-right .row-1{
  width: 170.5px;
}
.page-info .results .table-right .row-1 p{
  text-align: left;
  padding-left: 12px;
}

.page-info .staff .title-reseach{
  padding-top: 80px;
  padding-bottom: 48px;
  margin-bottom: 30px;
}
.page-info .staff{
  background-color: #EEEEEE;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 52px;
}
.page-info .staff .title-staff{
  font-size: 28px;
  color: #001755;
  font-weight: bold;
  text-align: center;
  padding-bottom: 22px;
  line-height: 50px;
  cursor: pointer;
}
.page-info .staff .table{
  margin-bottom: 20px;
}
.page-info .staff .table.last{
  margin-bottom: 90px;
}
.page-info .staff .table table th{
  height: 30px;
  background-color: #001755;
  color: #fff;
  border-right: 1px solid #fff;
  text-align: center;
  font-size: 15px;
}
.page-info .staff .table table th:last-child{
  border-right: none;
}
.page-info .staff .table table td{
  background-color: #fff;
  color: #001755;
  border-right: 1px solid #001755;
  font-size: 15px;
  padding: 20px 18px 15px 20px;
}
.page-info .staff .table table td.text{
  font-size: 18px;
  padding-top: 10px;
}
.page-info .staff .table table td:last-child{
  border-right: none;
}
.page-info .staff .table table td span{
  display: block;
}
.page-info .staff .table table th.row-1,.page-info .staff .table table td.row-1{
  width: 13%;
}
.page-info .staff .table table th.row-2, .page-info .staff .table table td.row-2{
  width: 15.1%;
}
.page-info .staff .table table th.row-3, .page-info .staff .table table td.row-3{
  width: 12.7%;
}
.page-info .staff .table table th.row-4, .page-info .staff .table table td.row-4{
  width: 29%;
}
.page-info .staff .table table th.row-5, .page-info .staff .table table td.row-5{
  width: 387px;
}
.page-info .staff .secretary{
  width: 700px;
  margin:auto;
}
.page-info .staff .secretary h3{
  font-size: 28px;
  color: #001755;
  font-weight: bold;
  text-align: center;
  padding-bottom: 0px;
  line-height: 30px;
  cursor: pointer;
}
.page-info .staff .secretary .subtitle{
  font-size: 15px;
  color: #001755;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.page-info .staff .secretary .menu{
  height: 55px;
  background-color: #fff;
  margin: 0 10px 100px;
  text-align: center;
}
.page-info .staff .secretary .menu ul {
  margin: auto;
}
.page-info .staff .secretary .menu li{
  display: inline;
  padding: 0 31px;
  line-height: 55px;
  color: #001755;

}
.page-info .main-content {
  margin-bottom: 50px;
}
.page-info .staff .secretary .menu li:last-child{
  margin-right: 0;
}
.page-info .staff .table tr td{
  vertical-align: unset;
}
/*End Page info*/

.doctorheli-top .thumb-inner {
  float: right;
  margin: 0 0 25px 25px;
}
.page-doctorheli .txt-content-bottom {
  color: #001755;
  font-size: 15px;
  padding: 0 30px;
}

.request-doctorheli {
  background-color: #001755;
  padding: 0 20px 50px;
  overflow: hidden;
}
.request-doctorheli .entry-description-top {
  text-align: left;
  margin-bottom: 44px;
}
.request-doctorheli .entry-description-top p {
  letter-spacing: -0.2px;
  font-size: 15px;
  line-height: 23px;
  color: #ffffff;
}

.flow-doctorheli {
  background-color: #ffffff;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 20px 38px;
}
.flow-doctorheli h2 {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  color: #001755;
  margin-bottom: 35px;
  padding-top: 10px;
  letter-spacing: -3px;
}
.flow-doctorheli h2 span {
  display: block;
  font-size: 24px;
  letter-spacing: -2px;
  margin-left: -13px;
}

span.flow-item-small span {
  display: inline-block;
}

.flow-list-inner .flow-list-item {
  float: left;
  max-width: 40%;
}
.flow-list-inner .thumbnail {
  float: left;
  margin: 15px 0;
  margin-left: 24px;
}
.flow-list-item .list-item-inner {
  color: #001755;
  font-size: 18px;
  border: 2px solid #001755;
  margin-bottom: 8px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding: 5px;
  width: 465px;
}
.flow-list-item .list-item-inner p {
  padding: 0 5px 0 38px;
  line-height: normal;
  margin: 0;
  margin-top: -1px;
  font-weight: bold;
}
.flow-list-item span {
  font-size: 26px;
  font-weight: bold;
  padding: 0 15px 0 10px;
  float: left;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rendezvous-flow {
  background-color: #eeeeee;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 20px 30px;
}

.rendezvous-flow p {
  color: #001755;
  font-size: 15px;
  text-align: center;
  margin-bottom: 50px;
  padding-top: 7px;
  padding-left: 10px;
  line-height: 25px;
}

.rendezvous-item > li {
  width: 25%;
}
.rendezvous-item .description {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #001755;
}
.request-doctorheli .doctor-helicoper {
  font-size: 55px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding-top: 34px;
  margin-bottom: 47px;
  letter-spacing: -1.5px;
}
.request-doctorheli .doctor-helicoper span {
  font-size: 24px;
  display: block;
  letter-spacing: -2px;
  padding-right: 4px;
}

.prefec-doctor {
  background-color: #ffffff;
  margin: 0 auto;
  overflow: hidden;
}
.prefec-doctor-inner-top .entry-description-top p {
  font-size: 15px;
  color: #001755;
  margin: 25px;
  letter-spacing: 0.7px;
  line-height: 24px;
}
.prefec-doctor-inner-top .thumb-inner {
  float: right;
  margin: 6px 28px;
}
.prefec-doctor-inner-bottom {
  overflow: hidden;
  padding: 0 30px 30px;
}

.prefec-doctor-inner-bottom .thumb-inner-bottom {
  float: left;
  width: 60%;
}
.prefec-doctor-inner-bottom .entry-description-bottom {
  float: left;
  width: 40%;
  padding-left: 60px;
}
.prefec-doctor-inner-bottom .entry-description-bottom h3,
.prefec-doctor-inner-bottom .require-list-item p {
  font-size: 18px;
  color: #001755;
  font-weight: bold;
  display: flex;
  margin-bottom: 30px;
}
.require-list-item > li {
  padding: 0;
  width: 50%;
}
.require-list-item .list-item-inner {
  position: relative;

}

.prefec-doctor-inner-bottom .require-list-item span {
  display: inline-block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #ED6C00;
  text-align: center;
  line-height: 52px;
  vertical-align: middle;
  color: #ffffff;
  position: absolute;
  right: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
}

.require-list-item .list-item-inner p {
  max-width: 180px;
  text-align: right;
  display: block;
}
.prefec-doctor-inner-bottom .entry-description-bottom h3 {
  padding-left: 18px;
  margin-bottom: 10px;
}
.require-thumbnail,
.state-list-item {
  margin: 0 0 10px 25px;
  width: 80%;
}

.state-list-item > li {
  width: 50%;
}
.state-list-item .thumbnail {
  float: left;
  width: 100%;
}

.infolist-doctorheli {
  background-color: #eeeeee;
  overflow: hidden;
}
.infolist-doctorheli-inner {
  padding: 20px;
  color: #001755;
}
.infolist-doctorheli-inner .grid-list > li {
  width: 50%;
  padding: 0 25px;
}
.info-border .grid-list > li {
  padding: 0;
  margin-bottom: 0;
}

.infolist-doctorheli-inner h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.info-border p > span {
  display: block;
}

.infolist-item .info-border {
  border: 1px solid #001755;
  padding: 15px;
  margin-bottom: 10px;
}
.infolist-item .info-border {
  margin-top: 16px;
}
.infolist-item .info-border .grid-list {
  margin: 0;
}
.infolist-doctorheli-inner .title-reseach {
  margin-bottom: 30px;
  padding-top: 60px;
}
.infolist-doctorheli-inner .thumbnail-inner-position p {
  text-align: center;
  line-height: normal;
  width: 400px;
}
.infolist-doctorheli-inner .infolist-table {
  min-height: 910px;
}
.infolist-doctorheli .thumbnail-inner-position .thumbnail {
  width: 100%;
  min-height: 910px;
  background: url('/med/eccm/assets/images/doctorheli/doctorheli__image13.png');
  background-size: cover;
}
.infolist-doctorheli .thumbnail-inner-position .thumbnail > img {
  width: 100%;
  display: none;
}
.thumbnail-inner-position {
  position: relative;
}
.thumbnail-inner-position .description-content-top {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.infolist-item,
.info-item {
  background-color: #fff;
  padding: 25px;
  min-height: 600px;
}
.info-item .description {
  margin-bottom: 50px;
}
.info-border p {
  letter-spacing: -0.5px;
  font-size: 15px;
  margin-bottom: 8px;
}
.infolist-item .table-examp th {
  min-width: 70px;
  font-size: 15px;
  line-height: normal;
}
.infolist-item .table-examp {
  margin: 0 0 10px 0;
}
.infolist-doctorheli-inner .infolist-table {
  background-color: #fff;
  padding:25px 25px 20px;
}
.infolist-table .thumbnail img {
  padding: 0 5px;
}
.infolist-table .infolist-item {
  padding: 0;
}
.infolist-doctorheli-inner .infolistbreak > li {
  padding: 0;
  margin-bottom: 0;
}

.table-examp-inner .table-examp {
  width: 50%;
}
.table-examp-inner {
  width: 100%;
  overflow: hidden;
}
.infolist-item .table-examp td {
  font-size: 14px;
  padding: 4px;
}
/*Footer*/
.btn-page-top{
  background-image: url(/med/eccm/assets/images/common/triangle.png);
  background-repeat: no-repeat, repeat;
  width: 110px;
  color: #fff;
  height: 60px;
  text-align: center;
  line-height: 91px;
  font-size: 15px;
  margin: 0 auto;
  letter-spacing: -1.5px;
  cursor: pointer;
}
/*End Footer*
/*responsive Mobile page*/
@media only screen and (max-width: 1279px) {
  .mainmenu{
    max-width: 1010px;
    margin: auto;
  }
  .nav-item__link span:first-child {
    font-size: 14px;
  }
  .title-logo {
    padding-left: 22px;
    padding-right: 20px;
  }
  .nav-item:nth-child(5) {
    padding-right: 15px;
  }
  .nav-item_button{
    padding: 35px 0 0 20px;
  }
}



@media only screen and (max-width: 1120px){
  .mainmenu{
    max-width: 1000px;
  }
  .btn-header-top{
    min-width: 130px;
  }
}
@media only screen and (max-width: 1000px){
    
  .mainmenu{
    max-width: 900px;
  }
  .nav-item__link span:first-child {
    font-size: 14px;
  }
  .nav-item__link span:last-child {
    font-size: 14px;
  }
  .title-main-top span:first-child {
    font-size: 12px;
  }
  .title-main-top span:last-child {
    font-size: 25px;
  }
  .title-logo .logo {
    width: 75px;
    height: 75px;
  }
  .title-logo {
    padding-left: 20px;
    padding-right: 14px;
  }
  .nav-item_button {
    max-width: 140px;
    min-width: 0px;
  }
  .btn-header-top{
    max-width: 120px;
    font-size: 14px;
    min-width: 0px;
  }
  .nav-item:nth-child(1) {
    padding-right: 10px;
  }
  .nav-item:nth-child(2) {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 900px){
  .mainmenu{
    max-width: 769px;
  }
  .nav-item__link span:first-child {
    font-size: 12px;
  }
  .nav-item__link span:last-child {
    font-size: 11px;
  }
  .title-main-top span:first-child {
    font-size: 11px;
  }
  .title-main-top span:last-child {
    font-size: 23px;
  }
  .title-logo .logo {
    width: 75px;
    height: 75px;
  }
  .title-logo {
    padding-left: 5px;
    padding-right: 5px;
  }
  .nav-item_button {
    max-width: 140px;
    min-width: 0px;
  }
  .btn-header-top{
    max-width: 120px;
    font-size: 11px;
    min-width: 0px;
    padding: 0 5px;
  }
  .submenu-item {
    width: 127px;
    height: 30px;
    line-height: 28px;
    border-bottom: 1px solid #001755;
  }
  .submenu-item a {
    font-size: 11px;
  }
}
@media only screen and (max-width: 768px) {
    
        .orei {
font-size:0.9em;
}
    
    
  /*Header*/
  .to-top {
    position: absolute;
    top: -10px;
    right: 20px;
    width: 100px;
  }
  .drawer-open {
    width: 0;
  }
  .drawer-navbar .drawer-menu {
    padding-bottom: 25px;
  }
  .btn-page-header .btn-letter {
    width: 121px;
    height: 29px;
    background-color: #001755;
    line-height: 29px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
  }
  .btn-page-header .btn-letter a {
    color: #ffffff;
  }
  .btn-page-header .btn-letter:last-child {
    margin-left: 10px;
  }
  .btn-page-header {
    text-align: center;
    margin-bottom: 15px;
  }
  #header{
    max-width: 100%;
    max-height:80px;
  }
  #header .content-wrapper{
    width: 100%
  }
  #header .menu .pc{
    display: none;
  }
  .nav-item{
    text-align: center;
    z-index: 999;
    display: block;
  }
  .nav-item.title-logo{
    position: relative;
    /*top: -45px;*/
    padding: 0 5px 0 5px ;
  }
  .title-main-top span:first-child{
    font-size: 11px;
    position: relative;
    top: 0px;
    letter-spacing: -0.5px;
    height: 26px;
    font-weight: normal;
  }
  .title-main-top span:last-child{
    font-size: 23px;
    margin-bottom: 5px;
  }
  .title-logo .logo{
    width: 64px;
    height: 64px;
  }
  /*.drawer--top .drawer-nav{*/
  /*height: 575px;*/
  /*}*/

  .drawer--top.drawer-open .drawer-nav{
    /*padding-top: 42px;*/
    /*padding-bottom: 42px;*/
    z-index: 9999;
  }
  .drawer-nav{
    z-index: 99;
  }
  .drawer--top .drawer-nav{
    height: 500px;
  }
  .drawer-navbar-header{
    z-index: 999;
  }
  .drawer--navbarTopGutter{
    padding-top: 0px;
  }
  .drawer-navbar--fixed{
    position: unset;
  }
  .bg-btn-x{
    position: fixed;
    width: 17px;
    right: 5.6%;
    top: -7px;
  }
  .drawer-navbar .drawer-navbar-header{
    border-bottom: unset;
    background-color: #fff;
    height: 80px;
  }
  .drawer-navbar .drawer-brand {
    line-height: 2.5rem;
  }
  .drawer-close .drawer-hamburger:hover {
    background-color: #001755;
  }
  .drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
    right: 4.3%;
    z-index: 99999;
  }
  .drawer-open .drawer-hamburger {
    background-color: transparent;
  }
  button.drawer-hamburger {
    width: 33.75px;
    height: 34px;
    padding: 0;
    margin: 15px 0px 0px 0px;
    font-size: 8px;
    color: #fff;
    position: fixed;
    background-color: #001755;
  }
  .drawer-navbar .drawer-nav {
    padding-top: 1.75rem;
  }
  .drawer-navbar-header button{
    width: 33.75px;
    height: 34px;
    padding: 0;
    margin: 15px 0px 0px 0px;
    font-size: 8px;
    color: #fff;
    right: 4.3%;
    position: fixed;
    background-color: #001755;
  }
  .drawer-navbar-header button .title{
    position: relative;
    top: 8px;
    letter-spacing: -0.5px;
  }
  .drawer-hamburger-icon{
    width: 65%;
    height: 2px;
    top: 2px;
    -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
    transition: all .6s cubic-bezier(.19,1,.22,1);
    background-color: #f9f6f6;
    margin: auto;
  }
  .drawer-hamburger-icon:after{
    width: 100%;
    height: 2px;
    -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
    transition: all .6s cubic-bezier(.19,1,.22,1);
    background-color: #f9f6f6;
    margin: auto;
    position: absolute;
    top: 6px;
  }
  .drawer-hamburger-icon:before{
    width: 100%;
    height: 2px;
    -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
    transition: all .6s cubic-bezier(.19,1,.22,1);
    background-color: #f9f6f6;
    margin: auto;
    position: absolute;
    top: -6px;
  }
  button.drawer-hamburger .title {
    position: relative;
    top: 8px;
    letter-spacing: -0.5px;
  }

  .drawer-open .drawer-hamburger .title {
    display: none;
  }

  .drawer-open .drawer-hamburger-icon:after{
    background-color: #001755;
  }
  .drawer-open .drawer-hamburger-icon:before{
    background-color: #001755;
  }
  .drawer-menu .content .content-list{
    width: 255px;
    margin:auto;
    overflow: hidden;
  }
  .drawer-menu .content .list-left{
    float: left;
    width: 50%;
    margin-bottom: 14px;
  }

  .drawer-menu .content .list-left .level-1 a{
    font-size: 13px;
    letter-spacing: -1px;
    color: #001755;
    font-weight: bold;
  }
  .drawer-menu .content .list-left .level-2 a{
    font-size: 11px;
    color: #001755;
  }
  .drawer-menu .content .list-left ul{
    text-align:left;
  }
  .drawer-menu .content .list-left ul li{
    display: block;
    text-align:left;
  }
  .drawer-menu .content .list-left ul .level-2{
    height: 19px;
    line-height: 11px;
  }
  /*.drawer-menu .content .list-left ul .last{*/
  /*margin-bottom: 55px;*/
  /*}*/
  .drawer-menu .content .list-left ul .btn-letter{
    width: 121px;
    height: 29px;
    background-color: #001755;
    line-height: 27px;
    border-radius: 3px;
    text-align: center;
  }
  #header .drawer-menu .content .list-left ul .btn-letter img {
    height: 13px;
    width: 16px;
  }
  .drawer-menu .content .list-left ul .btn-letter a{
    color: #fff;
    font-size: 12px;
  }
  .drawer-menu .content .list-left ul .btn-letter span{

    border-bottom: none;
    padding-left: 0px;
  }


  .drawer-menu .content .list-right{
    float: left;
    width: 50%;
    padding-left: 7px;
    margin-bottom: 14px;
  }

  .drawer-menu .content .list-right .level-1 a{
    font-size: 13px;
    color: #001755;
    font-weight: bold;
  }
  .drawer-menu .content .list-right .level-2 a{
    font-size: 11px;
    letter-spacing: -0.5px;
    color: #001755;
    position: absolute;
  }
  .drawer-menu .content .list-right ul{
    text-align:left;
  }
  .drawer-menu .content .list-right ul li{
    display: block;
    text-align:left;
  }
  .drawer-menu .content .list-right ul .level-2{
    height: 19px;
    line-height: 12px;
  }
  /*.drawer-menu .content .list-right ul .last{*/
  /*margin-bottom: 21px;*/
  /*}*/
  .drawer-menu .content .list-right ul .btn-page{
    width: 120px;
    height: 29px;
    background-color: #001755;
    line-height: 29px;
    border-radius: 3px;
    text-align: center;
  }
  .drawer-menu .content .list-right ul .btn-page img {
    height: 15px;
    width: 12px;
  }
  .drawer-menu .content .list-right ul .btn-page a{
    color: #fff;
    font-size: 12px;
  }
  .drawer-menu .content .list-right ul .btn-page span{
    border-bottom: none;
    padding-left: 0px;
    position: relative;
    left: -2px;
    top: -1px;
  }
  .drawer-menu .social{
    width: 65px;
    margin:auto;
    margin-bottom: 15px;
  }
  .drawer-menu .social .facebook img {
    width: 26px;
    height: 26px;
  }
  .drawer-menu .social .twitter{
    padding-left: 5px;
  }
  .drawer-menu .social .twitter img {
    width: 26px;
    height: 26px;
  }
  #header .footer-content{
    width: 285px;
    margin:auto;
  }
  #header .footer-content .logo-title {
    padding-left: 0;
    margin-bottom: 21px;
  }
  #header .footer-content .logo-title > a {
    display: block;
  }
  #header .footer-content .logo-title .logo{
    width: 52px;
    height: 52px;
    float: left;
  }
  #header .footer-content .logo-title .title{
    padding-left: 65px;
    text-align: left;
  }
  #header .footer-content .logo-title .title span{
    display: block;

  }
  #header .footer-content .logo-title .title .title-1{
    font-size: 10px;
    color: #001755;
    line-height: 15px;
    height: 15px;
    letter-spacing: 0.5px;
  }
  #header .footer-content .logo-title .title .title-2{
    font-size: 22px;
    color: #001755;
    height: 27px;
    line-height: 28px;
    letter-spacing: -1px;
    font-weight: bold;
  }
  #header .footer-content .logo-title .title .title-3{
    font-size: 7px;
    color: #B81D22;
    height: 10px;
    line-height: 10px;
    letter-spacing: 0.2px;
  }
  #header .footer-content .address-tel{
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #001755;
    margin-bottom: 24px;
  }
  #header .footer-content .address-tel span{
    display: block;
    height: 16px;
  }
  #header .footer-content .btn-gg-map{
    height: 24px;
    width: 96px;
    line-height: 20px;
    border-radius: 3px;
    text-align: center;
    margin: auto;
    background-color: #001755;
  }
  #header .footer-content .btn-gg-map span{
    font-size: 12px;
    color: #fff;
    letter-spacing: 0px;
    margin-left: 4px;
    margin-bottom: 5px;
  }
  #header .footer-content .space{
    height: 20px;
  }
  #header .footer-content .btn-gg-map img {
    width: 8px;
    height: 14px;
  }
  #slider-main-top .top-slide-item {
    height: 385px;
  }
  /*Footer*/
  #footer {
    border: none;
    padding: 0 0;
  }
  .footer-inner .grid-list .address-info-inner {
    width: 100%;
    text-align: center;
  }
  .logo-main-footer .logo {
    width: 50px;
    height: 50px;
  }

  .logo-main-footer .entry-description {
    float: none;
    padding: 0 0 0 65px;
    text-align: left;
    line-height: 1.5;
  }

  .address-info {
    padding: 25px 40px 0;
  }
  .info-traffic-inner {
    width: 100%;
    padding: 0 10px;
    background-color: #E9EBEE;
  }
  .logo-main-footer .entry-description span {
    font-size: 10px;
  }
  .logo-main-footer .entry-description h2 {
    font-size: 22px;
  }
  .logo-main-footer .entry-description h2 span {
    font-size: 7px;
  }
  .address-info-bottom span {
    font-size: 12px;
    text-align: center;
    line-height: normal;
    margin-bottom: 30px;
  }
  .address-info-bottom {
    margin-bottom: 22px;
  }
  .logo-main-footer {
    margin-bottom: 25px;
    display: inline-block;
  }
  .info-map .map,
  .info-map .contact-icon {
    font-size: 10px;
  }
  .footer-inner {
    padding: 0 0 20px 0;
  }
  .info-traffic .menu-redirect {
    text-align: center;
    margin-bottom: 25px;
  }
  .info-traffic .menu-redirect a {
    text-align: center;
    font-size: 12px;
  }
  .info-traffic {
    padding: 26px 15px 0;
  }
  .description-info-traffic p {
    font-size: 12px;
  }
  .description-info-traffic {
    margin-bottom: 20px;
  }
  .info-map {
    width: 260px;
    margin: 0 auto;
  }
  .copyright {
    text-align: center;
    font-size: 9px;
    padding: 0;
  }
  .sp.copyright span {
    display: block;
  }
  /*Style mobile page index*/
  #wpfront-scroll-top-container {
    width: 100px;
  }

  #slider-main-top {
    width: 100%;
  }
  .typical-inner .description p {
    letter-spacing: -0.5px;
  }
  .top-slide-wrapper {
    margin-bottom: 20px;
  }
  #slider-main-top .item-slide-img {
    background-size: cover;
  }
  .top-slide-item-0 .item-slide-img.sp {
    background-image: url("/med/eccm/assets/images/mobile/index/index_sp_ol_image09.png");
  }
  .top-slide-item-1 .item-slide-img.sp {
    background-image: url("/med/eccm/assets/images/mobile/index/index_sp_ol_image09.png");
  }
  .top-slide-item-2 .item-slide-img.sp {
    background-image: url("/med/eccm/assets/images/mobile/index/index_sp_ol_image03.png");
  }
 .top-slide-item-3 .item-slide-img.sp {
    background-image: url("/med/eccm/assets/images/mobile/index/index_sp_ol_image12.png");
  }
  .slick-slide img {
    max-height: 750px;
    width: 100%;
  }
  .main-news.fadein-animation,
  .main-news-detail .news-detail-item.fadein-animation {
    opacity: 1;
    transform: translateY(0px);
  }
  .main-news-detail .news-detail-item {
    padding: 0 20px;
    margin-bottom: 20px;
    max-width: 100%;
    float: none;
  }
  .main-news .title-item-news {
    font-size: 27px;
    margin: 0;
  }
  .main-news .title-item-news .sub {
    font-size: 12px;
    font-weight: bold;
  }
  .item-news span {
    font-size: 14px;
  }
  .main-news-detail .news-detail-item-face {
    max-width: 100%;
    text-align: center;
    margin: 0 auto 20px;
    float: none;
  }
  .link-social img {
    padding: 0 5px;
    height: 25px;
  }
  .btn-page-top {
    height: 40px;
    font-size: 10px;
    line-height: 60px;
  }
  .main-news-detail .news-detail-item-img {
    max-width: 100%;
  }
  .main-news {
    margin-bottom: 5px;
  }

  .typical-inner .thumbnail {
    max-width: 60%;
    padding-top: 15px;
  }

  .idea-education .description a,
  .patients-top .description a,
  .patients-about-change a,
  .item-news a {
    font-size: 14px;
  }
  .typical-inner .text-description-inner p {
    font-size: 25px;
    top: 110px;
  }
  .typical-inner .description {
    padding: 30px 20px 0;
    margin: 0;
    font-size: 14px;
    max-width: 100%;
    background-color: #fff;
  }
  p.text-inner {
    top: 95px;
    left: 5px;
  }
  .typical-inner .text-description-inner {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
      height:320px;
  }
  .typical-inner .thumbnail {
    max-width: 100%;
    overflow: hidden;
    float: none;
    position: relative;
  }
  .typical-inner .thumbnail img {
    max-width: 65%;
  }
  .read-more-description {
    height: 25px;
    width: 190px;
    margin: 0 auto;
    float: none;
  }
  .home .main-content {
    margin-bottom: 20px;
  }
  /*page contact*/
  .page-education .top-icon-inner h2 {
    font-size: 18px;
    line-height: normal;
    padding-top: 8px;
  }
  .contact-tour .table-main,
  .contact-tour th,
  .contact-tour input {
    width: 100%;
    margin: 0;
    font-size: 13px;
  }
  .contact-tour input {
    font-size: 16px;
    padding: 0 20px;
  }
  .modal-dialog.modal-confirm {
    width: 100%;
    margin: 0;
    padding: 0 30px;
  }
  .contact-tour td, textarea {
    width: 100%;
    display: block;
    padding: 0 0 10px;
  }
  .page-education .contact-tour td, textarea {
    width: 100%;
    border: none;
    padding: 0 0 10px;
  }
  .contact-tour th {
    margin: 0;
    height: 45px;
    line-height: 45px;
  }
  .contact-tour th span {
    height: 20px;
    width: 36px;
    font-size: 12px;
    line-height: 20px;
  }
  .contact-tour input {
    border: 1px solid #808080;
    margin-bottom: 0;
    height: 45px;
  }

  .page-education .contact-tour .radio-content span {
    margin-top: 0;
  }
  .contact-tour .radio-content {
    margin-bottom: 0;
    border: 1px solid #808080;
    height: 45px;
    padding: 0 25px;
    line-height: 45px;
  }

  .contact-tour .form-radio {
    vertical-align: middle;
    height: 15px;
    width: 15px;
  }
  .contact-tour label {
    font-size: 13px;
    padding-left: 5px;
    vertical-align: middle;
  }
  .contact-tour textarea {
    border: 1px solid #808080;
    margin-bottom: 0;
    font-size: 16px;
    padding: 18px;
  }
  .page-contact .contact-tour .table-main {
    margin-bottom: 20px;
  }
  .page-contact .main-content {
    margin-bottom: 40px;
  }
  .contact-tour #table-comfirm,
  #sendmail {
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    width: 137px;
  }
  .contact-tour {
    padding: 0 20px;
  }
  .top-icon-inner h2 span {
    font-size: 13px;
    line-height: 1;
  }
  .border-top img {
    height: 120px;
    width: 500px;
  }
  .page-contact .img-banner-inner {
    padding-top: 140px;
  }
  .contact-tour .textarea {
    padding:0 20px;
    height: 45px;
    line-height: 45px;
  }
  .page-education .contact-tour .table-main {
    margin-bottom: 10px;
  }
  .contact-tour .wrap-btn {
    padding: 0;
  }
  /*Style page Patients*/
  .page-patients .img-banner-inner {
    padding-top: 140px;
  }
  .patients-top > li {
    width: 100%;
    margin-bottom: 0;
  }
  .patients-top {
    padding: 0 20px;
  }
  .patients-top .description h3,
  .patients-about h3,
  .patients-about-change h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .patients-top p {
    font-size: 14px;
  }
  .patients-about {
    max-width: 100%;
  }
  .patients-about p {
    font-size: 14px;
  }
  .patients-top .description,
  .patients-about, .patients-about-change {
    height: 100%;
    padding: 20px;
    border: 1px solid #001755;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .patients-top .description p,
  .patients-about-change p {
    margin-bottom: 10px;
  }
  .page-patients .main-content {
    margin-bottom: 0;
  }
  .page-doctorheli .img-banner-inner {
    margin-bottom: 20px;
    padding-top: 140px;
  }
  .top-icon-inner h2 {
    font-size: 18px;
    padding-top: 8px;
    line-height: normal;
    margin-top: -10px;

  }
  .title-reseach {
    font-size: 18px;
    padding-top: 0;
    background-size: 75%;
    letter-spacing: 0;
    margin: 0 35px 20px;
    padding-bottom: 30px;
    line-height: 1.2;
  }
  .surgery-education .title-reseach,
  .request-doctorheli .rendezvous-flow .title-reseach,
  .infolist-doctorheli-inner .title-reseach,
  .page-education .idea-education .title-reseach,
  .program-education .title-reseach,
  .sub-specialty-education .surgery-education .title-reseach,
  .sub-specialty-education .interventional-education .title-reseach,
  .sub-specialty-education .endoscope-education .title-reseach,
  .sub-specialty-education .internal-medicine-education .title-reseach,
  .overview-reseach .title-reseach ,
  .page-info .greeting ,
  .page-info .title-info-summary,
  .overview-reseach .title-reseach,
  .page-report .title-reseach {
    background-image: url(/med/eccm/assets/images/mobile/Docterheli/doctorheli_sp_arrow2.png);
  }
  .sub-specialty-education .title-reseach,
  .request-doctorheli .title-reseach,
  .activity-reseach .title-reseach {
    background-image: url(/med/eccm/assets/images/mobile/Docterheli/doctorheli_sp_arrow1.png);
  }
  .overview-reseach,
  .internal-medicine-education,
  .visit-education,
  .info-bottom {
    padding-top: 20px;
  }
  .interventional-education .interventional span {
    top: -15px;
  }
  /*Style page Doctor*/
  .doctorheli-top {
    padding: 0 20px;
    background: transparent;
  }
  .doctorheli-top .thumb-inner {
    margin: 0 auto 22px;
    float: none;
  }
  .doctorheli-top .entry-description-top {
    font-size: 14px;
  }
  .doctorheli-top .entry-description-top p {
    margin-bottom: 5px;
  }
  .title-reseach span {
    font-size: 13px;
    line-height: 1.5;
    top: 0;
  }
  .request-doctorheli .entry-description-top {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .request-doctorheli .entry-description-top p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .flow-doctorheli {
    padding: 0 20px 20px;
  }
  span.flow-item-small span {
    display: block;
  }
  .flow-doctorheli h2 {
    margin-bottom: 15px;
    font-size: 39px;
  }
  .flow-doctorheli h2 span {
    font-size: 16px;
  }
  .flow-list-inner .flow-list-item {
    max-width: 100%;
  }
  .flow-list-item .list-item-inner {
    width: 100%;
    font-size: 13px;
  }
  .flow-list-item span {
    font-size: 22px;
    padding: 0 5px 0 5px;
  }
  .flow-list-item .list-item-inner p {
    padding: 5px 5px 0 30px;
  }
  .flow-list-inner .thumbnail {
    margin: 0;
  }
  .rendezvous-flow p {
    font-size: 14px;
    padding: 0;
    margin-bottom: 30px;
  }
  .rendezvous-flow {
    padding: 20px;
  }
  .rendezvous-item > li {
    width: 50%;
    margin-bottom: 5px;
    padding: 0 5px;
  }
  ul.grid-list.rendezvous-item {
    margin: 0 -5px;
  }
  .rendezvous-item .description {
    font-size: 14px;
  }
  .request-doctorheli .doctor-helicoper {
    font-size: 39px;
    padding-top: 20px;
    margin-bottom: 20px;
    line-height: 1;
  }
  .request-doctorheli .doctor-helicoper span {
    font-size: 16px;
    margin-top: 10px;
  }
  .prefec-doctor .thumb-inner {
    margin: 0 0 20px 0;
    width: 100%;
    padding: 0;
  }
  .prefec-doctor-inner-top .entry-description-top p {
    margin: 0;
  }
  .prefec-doctor-inner-bottom {
    padding: 0 20px;
  }

  .prefec-doctor-inner-bottom .thumb-inner-bottom {
    width: 100%;
  }
  .prefec-doctor-inner-bottom .entry-description-bottom {
    width: 100%;
    padding-bottom: 17px;
    text-align: center;
    float: none;
  }
  .state-list-item .thumbnail {
    float: none;
  }
  .prefec-doctor-inner-bottom .thumb-inner-bottom img {
    margin-bottom: 20px;
  }
  .prefec-doctor-inner-bottom .entry-description-bottom h3 {
    font-size: 12px;
    padding-left: 35px;
    margin-bottom: 0;
    float: left;
    text-align: center;
  }
  .prefec-doctor-inner-bottom .require-list-item span {
    width: 34px;
    height: 34px;
    line-height: 34px;
    right: 11px;
  }
  .require-list-item .list-item-inner p {
    max-width: 75px;
    text-align: right;
    display: block;
    font-size: 12px;
    padding-top: 13px;
    margin-bottom: 13px;
  }
  .require-list-item .list-item-inner {
    position: relative;
    padding-bottom: 1px;
  }
  .grid-list.require-list-item {
    padding: 0 40px;
  }
  .state-list-item {
    margin: 0;
    max-width: 100%;
  }
  .infolist-doctorheli-inner .grid-list > li {
    width: 100%;
    padding: 0 20px;
  }
  ul.grid-list.infolist,
  ul.grid-list.message-inner {
    margin: 0 -50px 0;
  }
  .infolist-doctorheli {
    padding: 0 30px;
  }
  .infolist-doctorheli-inner {
    padding: 20px 20px 0;
  }
  .infolist-doctorheli-inner h3 {
    font-size: 15px;
  }
  .infolist-doctorheli-inner p {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .infolist-item, .info-item {
    padding: 20px 15px 10px;
    min-height: 0;
  }
  .info-border .grid-list > li {
    width: 50%;
    padding: 0;
    margin-bottom: 5px;
  }
  .infolist-doctorheli-inner .infolist-table {
    padding: 25px 15px 20px;
  }
  .infolist-table .infolist-item {
    margin-bottom: 20px;
  }
  .infolist-table .infolist-item h3 {
    font-size: 14px;
    letter-spacing: -0.7px;
  }
  .table-examp {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    left: 0;
  }
  .interventional-education .title-reseach {
    padding-top: 20px;
    line-height: 3.5;
  }
  .table-examp-inner {
    padding: 0 10px;
  }
  .table-examp-inner .table-examp {
    width: 100%;
    margin: 0;
  }
  .table-examp table {
    width: 100%;
    margin-bottom: 20px;
  }
  .infolist-item .table-examp td,
  .infolist-item .table-examp th {
    font-size: 12px;
  }
  .infolist-doctorheli-inner .infolistbreak > li {
    width: 50%;
    padding: 0 5px;
  }
  .infolist-doctorheli-inner .grid-list .inner-position {
    padding: 0;
    margin: 0;
  }
  .infolist-doctorheli .thumbnail-inner-position .thumbnail {
    padding-top: 140%;
    min-height: 0;
    height: 0;
  }
  .page-doctorheli .main-content {
    margin-bottom: 20px;
  }
  .request-doctorheli {
    padding: 20px 0 0;
  }
  .require-thumbnail, .state-list-item {
    margin: 0 0 10px 0;
    padding: 0;
  }
  /*Style page education mobile*/
  .page-education .title-reseach {
    margin: 0 13px 20px;
  }
  .page-education .interventional-education .title-reseach {
    margin: 0 6px 20px;
    padding-bottom: 32px;
    top: -40px;
    position: relative;
  }
  .education-top > li {
    width: 100%;
    margin-bottom: 10px;
  }
  .more-tab-scroll {
    right: 0;
    top: 50%;
    -webkit-transform: translate(35%,-40%);
    -moz-transform: translate(35%,-40%);
    -ms-transform: translate(35%,-40%);
    -o-transform: translate(35%,-40%);
    transform: translate(35%,-40%);
  }
  .education-top .more-item {
    font-size: 13px;
    background-position: center 20px;
    background-image: url(/med/eccm/assets/images/mobile/Education/education_sp_arrow.png);
    background-size: 20px;
  }
  .education-top-item {
    height: 62px;
    padding: 12px;
  }
  .grid-list .grid-inner-after h3 {
    margin-bottom: 0;
  }
  .education-top-item h3 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: normal;
  }
  .page-report .img-banner-inner,
  .page-education .img-banner-inner,
  .page-patients .img-banner-inner,
  .page-contact .img-banner-inner,
  .page-doctorheli .img-banner-inner {
    padding-top: 140px;
    background: url(/med/eccm/assets/images/mobile/Info/info_sp_background.png) no-repeat 50% 0;
    background-size: 100% 50%;
    height: auto;
  }
  .page-info .img-banner-inner {
    padding-top: 140px;
    background: url(/med/eccm/assets/images/mobile/Info/info_sp_background.png) no-repeat 50% 0;
    background-size: 100% 15%;
    height: auto;
  }
  .education-top p {
    margin-bottom: 0;
    font-size: 12px;
  }
  .education-top span {
    display: inline-block;
  }
  .education-top {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
  }
  .page-education .entry-description-top span {
    font-size: 16px;
  }
  .item-desc-bottom-inner h3 {
    font-size: 12px;
  }
  .item-desc-bottom-inner p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .page-education .entry-description-top p {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .description-bottom-inner .grid-list > li {
    width: 100%;
    margin-bottom: 10px;
  }
  .item-desc-bottom-inner .link-inner-bootom a {
    padding: 0;
  }
  .item-desc-bottom-inner a {
    font-size: 12px;
    height: 20px;
    padding: 0;
    width: 100%;
    line-height: 20px;
    position: relative;
    display: block;
    bottom: 0;
    margin-bottom: 15px;
  }
  .item-desc-bottom-inner .link-inner-bootom {
    font-size: 12px;
    height: 20px;
    padding: 0;
    width: 100%;
    line-height: 20px;
    margin: 0 0 15px;
  }
  .description-bottom-inner {
    background: #eeeeee;
    margin: 0 20px;
    padding: 4px 15px;
  }
  .item-desc-bottom-inner {
    height: 100%;
    padding: 10px 14px 0;
  }
  .grid-list.link-inner-bootom > li {
    width: 50%;
  }
  .page-education .idea-education .title-reseach,
  .program-education .title-reseach
  {
    margin-bottom: 20px;
    padding: 0 0 35px;
  }
  .overview-reseach .title-reseach {
    margin-bottom: 20px;
    padding: 0 0 25px;
  }
  .idea-education .description h3 {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
  }
  .idea-education {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .title-idea-education {
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.3;
  }
  .idea-education .description h3 {
    margin-bottom: 0;
  }
  .idea-education .description p + h3 {
    margin-bottom: 10px;
  }
  .idea-education .description p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .idea-education .description span,
  .program-education .description-inner span {
    font-size: 14px;
  }
  .idea-education .description {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .idea-education .thumbnail img {
    margin: 0;
    width: 50%;
    float: left;
    padding: 0 5px;
  }
  .program-education,
  .idea-education {
    padding: 20px 20px 0;
  }
  .program-education .title-reseach {
    padding-top: 0;
  }
  .program-education .grid-list > li {
    width: 100%;
    margin-bottom: 10px;
  }
  .program-education li h3 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 18px;
  }
  .program-education li h3 span {
    padding: 0;
  }
  .program-education li p {
    font-size: 14px;
  }
  .program-education .description-inner {
    margin-bottom: 20px;
  }
  .program-education .description-inner .exp {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.75;
  }
  .program-education .confirm-homepage {
    width: 100%;
    padding: 0;
    padding-top: 5px;
    height: 47px;
  }
  .confirm-homepage a {
    font-size: 12px;
    line-height: 1.3;
    display: block;
    margin: 0 auto;
  }
  .program-education .thumbnail {
    margin: 0 -8px 15px;
    overflow: hidden;
  }
  .program-education .thumbnail img {
    padding:0 8px;
    width: 50%;
    float: left;
  }
  .program-education .thumbnail img:first-child {
    margin-right: 0;
  }
  .program-description {
    padding: 0;
    margin-left: 0;
  }
  .program-description span {
    width: 100%;
    font-size: 12px;
    height: 33px;
    line-height: 33px;
  }
  .program-education .grid-list {
    margin: 0 -10px;
  }
  .desc-inner-bottom span {
    padding: 0;
  }
  .grid-list.desc-inner-bottom > li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .desc-inner-bottom span {
    height: 46px;
    padding: 5px;
    letter-spacing: -0.5px;
    margin-bottom: 0;
    line-height: normal;
  }
  .desc-inner-bottom .desc-span-inner {
    padding: 0;
    line-height: 46px;
    font-size: 12px;
  }
  .sub-specialty-education {
    padding: 20px;
    line-height: 1.6;
  }
  .sub-specialty-education #specialty {
    padding-top: 0;
    margin-bottom: 20px;
    padding-bottom: 40px;
  }

  .sub-specialty-education .surgery {
    padding-top: 0;
    margin-bottom: 20px;
  }
  .sub-specialty-education p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .surgery-item > li p {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .sub-specialty-education .surgery-education {
    padding: 20px 15px 0;
  }
  .surgery-education .surgery-item .surgery-item2 {
    margin-bottom: 25px;
  }
  .surgery-item > li {
    width: 100%;
  }
  .surgery-item > li span {
    font-size: 14px;
    letter-spacing: 0;
  }
  .surgery-item .cus-inner-bold {
    letter-spacing: -1.1px;
    margin-bottom: 10px;
  }
  .surgery-item .thumbnail {
    margin: 0 -5px;
    overflow: hidden;
  }
  .page-education .thumbnail-item {
    padding: 0 5px;
    width: 50%;
    float: left;
    font-size: 14px;
  }
  .surgery-item > li .thumbnail-item p {
    text-align: center;
    font-size: 11px;
    margin-bottom: 14px;
  }
  .surgery-item .thumbnail-bottom span {
    /* font-size: 11px; */
    letter-spacing: -0.5px;
    margin: 10px 0 5px;
  }
  .surgery-item .thumbnail-bottom img {
    margin-bottom: 10px;
  }
  .surgery-item {
    margin-bottom: 0;
  }
  .table-education .table-examp th,
  .table-education .table-examp td {
    /* font-size: 11px; */
  }
  .table-education .table-examp th {
    display: block;
    margin-bottom: 2px;
    padding: 6px;
  }
  .table-education .table-examp .border-none {
    padding: 6px;
    text-align: center;
  }
  .table-education span {
    /* font-size: 11px; */
    letter-spacing: -0.2px;
  }
  .surgical-cont-inner,
  .surgical-inner-table {
    width: 100%;
  }
  .sub-specialty-education .surgical-cont-inner p {
    /* font-size: 11px; */
    margin-bottom: 5px;

  }
  .table-education {
    padding: 0 0 15px 0;
    margin-bottom: 15px;
  }
  .emergency-table > li {
    width: 100%;
    margin-bottom: 10px;
  }
  .emergency-table .table-a,
  .emergency-table .table-b,
  .emergency-table .table-c {
    padding: 0 10px;
  }
  .emergency-table {
    margin-bottom: 10px;
  }
  .emergency-table-item-0 .gray,
  .emergency-table-item-1 .gray,
  .emergency-table-item-2 .gray,
  .emergency-table-item-0 .blue,
  .emergency-table-item-1 .blue,
  .emergency-table-item-2 .blue {
    /* font-size: 11px; */
    padding: 8px;
    font-size: 14px;
  }
  .table-education .emergency-table span {
    display: inline;
  }
  .emergency-table-item-0,
  .emergency-table-item-1,
  .emergency-table-item-2 {
    height: 100%;
  }
  .emergency-table-item-0 .white,
  .emergency-table-item-1 .white,
  .emergency-table-item-2 .white {
    padding: 5px;
  }
  .emergency-table h3 {
    margin-bottom: 0;
  }
  .interventional-cont-inner {
    margin: -45px 0 0;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .interventional-education .grid-list {
    margin: 0 -5px 15px;
  }
  .interventional-education .grid-list > li {
    width: 50%;
    padding: 0 5px;
  }
  .interventional-education {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  .interventional-education h3 {
    text-align: right;
    margin-bottom: 0;
  }

  .internal-medicine-education .internal {
    position: relative;
    top: 0;
    padding-bottom: 35px;
  }
  .internal-medicine-education .internal span {
    top: -2px;
    font-size: 13px;
  }

  .interventional-education h3 > span {
    display: block;
  }
  .interventional-cont-inner p {
    padding: 0;
  }
  .interventional-cont-inner .interventional-5 {
    margin-bottom: 10px;
  }
  .interventional-cont-inner .interventional-1 {
    margin-bottom: 20px;
  }
  .interventional-cont-inner .interventional-3 {
    margin-bottom: 0;
  }
  .interventional-cont-inner ol {
    margin: 0 0 0 40px;
  }
  .interventional-cont-inner .interven-inner-bottom {
    text-indent: 0;
    margin-bottom: 20px;
  }
  .endoscope-education .entry-description {
    max-width: 100%;
    font-size: 14px;
    padding: 0;
    margin-bottom: 15px;
  }
  .endoscope-education-inner {
    padding: 0;
    top: -5px;
    position: relative;
  }
  .internal-medicine-education-inner {
    top: -5px;
    position: relative;
  }
  .endoscope-education .thumbnail-infection {
    float: left;
    width: 100%;
    margin: 0 5px 10px;
    left: 0;
  }
  .thumbnail-infection img {
    padding: 0 5px;
    width: 50%;
    float: left;
  }
  .endoscope-education {
    padding: 20px 15px 10px;
    margin-bottom: 20px;
  }
  .endoscope-education p {
    padding: 0;
    margin-bottom: 0;
    letter-spacing: -1px;
  }
  .endoscope-education p > span {
    display: block;
  }
  .endoscope-education .endoscope {
    padding-top: 0;
    margin-bottom: 20px;
  }
  .internal-medicine-education .entry-description,
  .internal-medicine-education .entry-description-1 {
    width: 100%;
    padding: 0;
  }
  .internal-medicine-education-inner {
    padding: 0 15px 15px;
  }
  .internal-medicine-education .entry-description-1 .description-7 {
    margin-bottom: 25px;
  }
  .internal-medicine-education .entry-description-1 .description-8 {
    text-align: left;
    letter-spacing: 0;
  }
  .visit-education #visit {
    padding-top: 0;
  }
  .visit-education p {
    font-size: 14px;
    margin-bottom: 15px;
    padding: 0 20px;
  }
  /*.visit-education .contact-tour textarea {*/
  /*margin-bottom: 20px;*/
  /*}*/
  .visit-education .contact-tour .wrap-btn {
    padding-bottom: 20px;
  }
  .page-education .main-content {
    margin-bottom: 40px;
  }
  /*Style page Info mobile*/
  .page-info .img-banner-inner {
    padding: 140px 0 0;
  }
  .page-info .results {
    padding: 20px 0 0 0;
  }
  .page-info .grid-list > li {
    width: 100%;
  }
  .page-info .grid-list > li .thumbnail {
    margin-bottom: 0;
    width: 47%;
  }
  .info-top .description {
    padding: 12px 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    /*overflow: unset;*/
    width: 50%;
  }
  .page-info .grid-list > li.grid-list-1,
  .page-info .grid-list > li.grid-list-2,
  .page-info .grid-list > li.grid-list-3,
  .page-info .grid-list > li.grid-list-4 {
    left: 0;
    padding: 0;
    margin-bottom: 10px;
  }
  .info-top .description h3 {
    font-size: 14px;
    margin-bottom: 0;
    letter-spacing: -1px;
    line-height: 1;
  }
  .info-top .description p {
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: -0.8px;
  }
  .grid-list.info-top {
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .page-info .img-banner-inner .greeting{
    margin: 0 35px 15px;
    padding-bottom: 28px;
  }
  .page-info .grid-list li article {
    height: 100%;
  }
  .page-info .img-banner-inner .info-bottom {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .info-big-image-content {
    max-width: 100%;
    overflow: hidden;
    float: none;
    position: relative;
    height: auto;
    padding-bottom: 45px;
    padding-top: 20px;
  }
  .info-big-image-content .title-image {
    width: 100%;
    background-color: #E9EBEE;
    height: auto;
    margin-bottom: 25px;
    position: relative;
  }
  .info-big-image-content .title-image .big-image{
    width: 59%;
    position: relative;
    top: 0px;
  }
  .info-big-image-content .title-image .title {

    position: absolute;
    left: 65%;
    -webkit-transform: translateY(-74%);
    -moz-transform: translateY(-74%);
    -ms-transform: translateY(-74%);
    -o-transform: translateY(-74%);
    transform: translateY(-74%);
    height: 100%;
    letter-spacing: -1px;
  }
  .info-big-image-content .title p {
    width: 50%;
    position: absolute;
    min-height: 200px;
    font-size: 25px;
    color: #001755;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
  }
  .info-big-image-content .title p.first {
    top: -75px;
    left: 10px;
  }
    
      .info-big-image-content .title p.second {
    top: -75px;
    left: -25px;
  }
    
  .info-big-image-content .title p.last {
    left: 46px;
    top: -75px;
  }
  .info-big-image-content .content{
    width: 100%;
    padding: 0 20px;
    margin-bottom: 0;
  }
  .info-big-image-content .content span,
  .info-big-image-content .content span.intro,
  .info-big-image-content .content span.content-2,
  .info-big-image-content .content span.content-3,
  .info-big-image-content .content span.content-4,
  .info-big-image-content .content span.content-5,
  .info-big-image-content .content span.content-6 {
    font-size: 14px;
    letter-spacing: 0;
    text-indent: 1em;
    text-align: justify;
    line-height: 1.5;
  }
  .info-big-image-content .content span.intro {
    letter-spacing: 1px;
  }

  .info-big-image-content .content span.content-2,
  .info-big-image-content .content span.content-4 {
    margin-bottom: 20px;
  }
  .info-big-image-content .content span.content-6 {
    margin-bottom: 45px;
  }
  .page-info .dmat-report .title-info-summary{
    padding-top: 0;
    margin-bottom: 20px;
  }
  .page-info .dmat-report {
    padding-bottom: 0;
  }
  .info-big-image-content .content span.outtro {
    letter-spacing: 0;
  }
  /*.summary {*/
  /*padding: 0 20px;*/
  /*}*/
  .summary .history,
  .summary .medical,
  .summary .medical-staff,
  .summary .treatment,
  .summary .facility{
    width: 100%;
    float: none;
    padding: 15px 20px 10px;
    min-height: auto;
    margin-bottom: 20px;
  }
  .summary .history .title,
  .summary .medical .title,
  .summary .medical-staff .title,
  .summary .treatment .title,
  .summary .facility .title{
    margin-top: 0px;
    font-size: 17px;
    margin-left: 0;
  }
  .summary .history .content span,
  .summary .medical .content span,
  .summary .medical-staff .content span,
  .summary .treatment .content span,
  .summary .facility .content span{
    display: block;
    font-size: 14px;
  }
  .page-info .results .title-reseach{
    padding-top: 0;
    background-image: url("/med/eccm/assets/images/mobile/Docterheli/doctorheli_sp_arrow1.png");
    margin-bottom: 20px;
  }
  .page-info .results .table-left,
  .page-info .results .table-right{
    width: 100%;
    float: none;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .page-info .results .table-left .table,
  .page-info .results .table-right .table{
    width: 100%;
    margin-bottom:10px ;
  }
  .page-info .results .table-left .title,
  .page-info .results .table-right .title{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 7px;
  }
  .page-info .results .table-left table,
  .page-info .results .table-right table{
    width: 100%;
  }
  .page-info .results .table-left .row-1,
  .page-info .results .table-right .row-1{
    width: 24.5%;
    height: 20px;
    line-height: 19px;
  }
  .page-info .results .table-left .row-1 p,
  .page-info .results .table-right .row-1 p{
    text-align: left;
    padding-left: 10%;
    font-size: 9px;
    margin: 0px;
  }
  .page-info .results .table-left table td,
  .results .table-left table th,
  .page-info .results .table-right table td,
  .results .table-right table th {
    font-size: 9px;
    height: 20px;
  }
  .page-info .main-content {
    margin-bottom: 40px;
  }
  .page-info .staff{
    width: 100%;
    padding: 20px 20px 0;
    margin-bottom: 0;
  }
  .page-info .staff .table{
    width: 100%;
    border: 1px solid #001755;
  }
  .page-info .staff .table-sp{
    margin-bottom: 20px;
  }
  .page-info .staff .table table{
    width: 100%;
  }
  .page-info .staff .title-reseach{
    padding-top: 0;
    padding-bottom: 40px;
    margin-bottom: 10px;
  }
  .page-info .staff .title-staff{
    font-size: 18px;
    padding-bottom: 5px;
    line-height: normal;
  }
  .page-info .staff .table table .content-colum  th{
    background-color: #fff;
    color: #001755;
  }
  .page-info .staff .secretary {
    width: 100%;
    text-align: center;
  }
  .page-info .staff .secretary h3{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .page-info .staff .secretary .subtitle-item{
    font-size: 14px;
    color: #001755;
    letter-spacing: -1px;
  }
  .page-info .staff .secretary .menu{
    width: 100%;
    margin:0 0 20px;
    height: 27px;
    line-height: 27px;
  }
  .page-info .staff .secretary .menu ul{
    width: 100%;
  }
  .page-info .staff .secretary .menu li{
    font-size: 14px;
    margin-right: 0;
    line-height: normal;
    padding: 0 9px;
  }
  .page-info .staff .table table th {
    font-size: 14px;
    letter-spacing: 0px;
    /*text-align: justify;*/
  }
  .page-info .results .table-right .table-1,
  .page-info .results .table-right .table-2,
  .page-info .results .table-right .table-3,
  .page-info .results .table-1,
  .page-info .results .table-2,
  .page-info .results .table-3,
  .page-info .results .table-4 {
    margin-bottom: 10px;
  }
  tr.content-colum ul {
    padding: 5px;
  }

  /*Style page research mobile*/
  .accordion-item__content-01{
    display: none;
  }
  .accordion-item-top__title{
    background-image: url(/med/eccm/assets/images/reseach/reseach_arrow06.png);
  }
  .page-reseach .img-banner-inner {
    padding-top: 140px;
    background: url(/med/eccm/assets/images/mobile/Info/info_sp_background.png) no-repeat 50% 18%;
    margin-bottom: 0;
    height: 323px;
  }
  .reseach-top .item-resech h2 {
    font-size: 16px;
  }
  .reseach-top .item-resech p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .reseach-top .more-item {
    font-size: 13px;
    height: 40px;
  }
  ul.grid-list.reseach-top > li {
    padding: 0 5px;
  }
  ul.grid-list.reseach-top {
    padding: 0 25px;
  }
  .item-resech {
    height: 143px;
  }
  ul.grid-list.reseach-top {
    max-width: 100%;
  }
  .page-reseach .more-tab-scroll {
    top: unset;
    bottom: 0;
  }
  .overview-content,
  .rss-content,
  .clinical-content,
  .register-content {
    padding: 20px;
    margin-bottom: 10px;
  }
  .accordion-item-top__title,
  .accordion-item__title
  {
    background: url("/med/eccm/assets/images/mobile/Reseach/reseach_sp_arrow2.png") no-repeat;
    background-size: 30px 20px;
    background-position: 100% center;
    padding: 0 60px 0 0;
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
  }
  .accordion-item {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 10px;
  }
  .request-research,
  .rss-research,
  .clinical-research,
  .register-research {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    padding: 10px 0 0;
    margin: 0 auto;
    font-size: 14px;
  }
  .request-research li,
  .rss-research li,
  .clinical-research li,
  .register-research li {
    font-size: 14px;
  }
  .request-research span,
  .rss-research span,
  .clinical-research span,
  .register-research span {
    padding: 0;
  }
  .request-research ol,
  .rss-research ol,
  .clinical-research ol,
  .register-research ol {
    padding: 0 20px;
  }
  .activity-reseach .accordion-item__title {
    font-size: 16px;
    margin-bottom: 0;
    background-position: 100% center;
  }

  h3.desc-title-accor {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
    color: #001755;
  }
  .item-activity-accordion {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    padding: 0 20px 20px;
  }
  .activity-reseach {
    padding: 20px 20px 30px;
  }
  .page-reseach .main-content {
    margin-bottom: 20px;
  }
  .overview-reseach {
    padding-bottom: 10px;
  }
  .item-activity-accordion ol {
    margin: 0px;
  }
  /*Style page Research mobile*/

  .grid-list.report-top {
    display: block;
    padding: 0 20px;
    max-width: 100%;
  }
  .grid-list.report-top > li {
    width: 100%;
    margin-bottom: 10px;
  }
  .report-top-inner-01,
  .report-top-inner-02,
  .report-top-inner-03,
  .report-top-inner-04 {
    margin: 0;
    background-color: #ffffff;
    overflow: hidden;
  }
  .report-top .thumbnail {
    position: relative;
    width: 150px;
    height: auto;
    float: left;
  }
  .report-top .description {
    /*padding: 10px 10px 10px 160px;*/
    width: auto;
  }
  .report-top-inner-01 .icon-bottom,
  .report-top-inner-02 .icon-bottom,
  .report-top-inner-03 .icon-bottom,
  .icon-bottom {
    z-index: 99;
    right: -1px;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 10px;
  }
  .report-top .description h3 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .report-top .description p {
    font-size: 12px;
    margin-bottom: 0;
  }
  .report-description-bottom {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 20px 0;
  }
  .report-description-bottom p {
    line-height: normal;
  }
  .report-description-bottom .description-bottom {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .description-bottom p:last-child,
  .description-bottom p:first-child {
    margin: 0;
  }
  .description-bottom p:last-child {
    letter-spacing: 1.7px;
  }
  .description-bottom p:first-child {
    letter-spacing: 2px;

  }
  .content-top-list .grid-list > li {
    width: 50%;
    height: auto;
    padding: 0 5px;
  }
  .page-report .content-top-list {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .dmat-report  {
    padding: 20px;
    margin: 0;
    line-height: 1.6;
  }
  .dmat-report .description {
    font-size: 14px;
    max-width: 100%;
    padding: 0;
  }
  .dmat-report .thumbnail {
    max-width: 100%;
    margin: 0;
    margin-top: 15px;
  }
  .dmat-report .thumbnail-top {
    margin: 0 0 10px;

  }
  .dmat-report .thumbnail-bottom {
    max-width: 215px;
    display: block;
    margin: 0 auto;
  }
  .study-abroad {
    padding: 20px;
  }
  .study-abroad .title-reseach {
    margin-bottom: 20px;
  }
  .study-abroad .grid-list > li {
    width: 100%;
    margin-bottom: 10px;
  }
  .study-abroad p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .study-abroad .thumb-inner-01,
  .study-abroad .thumb-inner-02 {
    width: 100%;
    margin: 0;
  }
  .study-abroad .description {
    font-size: 12px;
  }

  .activities-report{
    padding-top: 30px;
    padding-bottom: 40px;
    background: #eee;
  }
  .activities-report-list dl{
    margin: 0 auto;
    padding:  10px;
    background: #fff;
    color: #001755;
  }
  .activities-report-list dl + dl{
    margin-top: 10px;
  }
  .activities-report-list dl dt{
    width: 150px;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
  }
  .activities-report-list dl dd{
    width: 490px;
    padding-left: 20px;
    font-size: 14px;
  }

  .dmat2-report{
    padding-top: 30px;
    padding-bottom: 30px;
    background: #eee;
  }
  .dmat2-report .description{
    display: block;
  }
  .dmat2-report .description p{
    width: 92%;
    margin: 0 auto;
  }
  .dmat2-report .thumbnail{
    display: block;
    margin-top: 15px;
  }
  .dmat2-report .thumbnail .thumbnail-item{
    display: block;
    width: 92%;
    padding: 0;
    margin: 0 auto;
  }
  .dmat2-report .thumbnail .thumbnail-item + .thumbnail-item{
    margin: 20px auto 0;
  }
  
  .page-report .main-content {
    margin-bottom: 0;
  }
  .modal {
    padding: 0;
  }
  .modal-body {
    padding: 0;
  }
  .modal-dialog.modal-confirm {
    padding: 0 10px;
  }
  .close-modal {
    float: left;
  }
}

@media only screen and (max-width: 500px){
  .drawer-overlay {
  }
  .bg-btn-x {
    position: fixed;
    width: 17px;
    right: 7%;
    top: -7px;
  }
}
@media only screen and (max-width: 375px) {
  #slider-main-top .top-slide-item {
    height: 350px;
  }
  .infolist-doctorheli-inner .title-reseach {
    padding-top: 40px;
    margin-bottom: 10px;
  }
  ul.grid-list.infolistbreak {
    margin: 0 -5px;
  }
  .infolist-table .thumbnail img {
    padding: 0;
  }
  .infolist-doctorheli-inner .thumbnail-inner-position p {
    width: 320px;
    padding: 0 10px;
  }
  /*stype page index*/
  .typical-inner .text-description-inner {
    right: 45px;
    top: 27vh; /*筝*/
  }
  .typical-inner .text-description-inner p {
    font-size: 22px;
  }
  .info-big-image-content .title p.first,
  .info-big-image-content .title p.last {
    font-size: 22px;
  }
  .info-big-image-content .title p.first {
    left: 10px;
    top: -74px; /*筝*/
  }
  /*弖紗*/
  .info-big-image-content .title p.second?{
	top: -60px;
    left: -25px;
  }
  .info-big-image-content .title p.last {
    left: 46px;
    top: -75px;
  }
  .info-big-image-content .content span.outtro {
    letter-spacing: -0.5px;
  }
}
@media only screen and (max-width: 320px) {
  #slider-main-top .top-slide-item {
    height: 300px;
  }
  .title-reseach {
    font-size: 16px;
  }
  #header .content-wrapper .menu .title-logo {
    padding: 15px 0px 0 15%;
  }
  #header .content-wrapper .menu .title-logo span:first-child{
    font-size: 9px;
  }
  #header .content-wrapper .menu .title-logo span{
    font-size: 18px;
    line-height: 18px;
  }
  .bg-btn-x{
    position: fixed;
    width: 17px;
    right: 3.6%;
    top: -7px;
  }
  .drawer-navbar-header button {
    width: 33.75px;
    height: 34px;
    padding: 0;
    margin: 15px 0px 0px 0px;
    font-size: 8px;
    color: #fff;
    right: 1.3%;
    position: fixed;
    background-color: #001755;
  }
  .drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    height: 1px;
  }
  .drawer-menu .content .list-left .level-1 a{
    font-size: 11px;
    color: #001755;
  }
  .drawer-menu .content .list-left .level-2 a{
    font-size: 10px;
    color: #001755;
  }
  .drawer-menu .content .list-right .level-1 a{
    font-size: 11px;
    color: #001755;
  }
  .drawer-menu .content .list-right{
    padding-left: 5px;
  }
  .drawer-menu .content .list-right .level-2 a{
    font-size: 10px;
    color: #001755;
  }
  /*#header .content-wrapper .drawer-menu .content .list-left ul .last{*/
  /*margin-bottom: 42px;*/
  /*}*/
  #header .content-wrapper .drawer-menu .content .list-left ul .btn-letter{
    width: 87%;
    height: 28px;
    border-radius: 3px;
    line-height: 22px;
  }
  #header .drawer-menu .content .list-left ul .btn-letter a{
    color: #fff;
    font-size: 10px;
  }
  #header .drawer-menu .content .list-right ul .btn-page a{
    color: #fff;
    font-size: 10px;
  }
  #header .content-wrapper .drawer-menu .content .list-right ul .last {
    margin-bottom: 8px;
  }
  #header .content-wrapper .drawer-menu .content .list-right ul .btn-page {
    height: 29px;
    line-height: 25px;
  }
  .info-big-image-content .title p.first{
    font-size: 18px;
  }
  .info-big-image-content .title p.last{
    font-size: 18px;
  }
}







/*2023/11/13弖紗*/
/*index俐屎蛍*/

.news-detail-item-img .library {
	background-color: #001755;
    text-align: center;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.news-detail-item-img .library a {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	display: block;
	width: 100%;
    height: auto;
}
.news-detail-item-img .library .event-news-item span {
	display: block;
	font-size: 18px;
}
.news-detail-item-img .doctor-briefing {
	background-color: #001755;
    text-align: center;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-detail-item-img .doctor-briefing a {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	display: block;
	width: 100%;
    height: auto;
}
.news-detail-item-img .sns {
	display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
}
.news-detail-item-img .sns figure {
	width: 60px;
    height: 60px;
    margin: 0.6rem;
}
.news-detail-item-img .sns figure img {
	width: 100%;
	height: 100%;
}
.news-detail-item-img .sns .spacer {
  width: 100%;
}


/*library*/
.overview-reseach .link-area {
	background-color: #fff;
	margin-bottom: 5rem;
	padding: 4rem;
}
.overview-reseach .link-area figure {
	width: 38px;
	display: inline-block;
}
.overview-reseach .link-area li {
	padding: 1.8rem 0;
}
.overview-reseach .link-area li a {
	font-size: 24px;
	font-weight: bold;
	color: #001755;
}
.img-banner-inner .pc-flex {
	display: flex;
	max-width: 1000px!important;
}
.sp--br {
	display: none;
}


/*info-staff*/
.info-staff_mv .fadein-animation {
    opacity: 1;
    transform: translateY(0px);
}
.info-staff_mv {
	margin: 3rem 0;
}
.info-doctor-column .content {
	display: flex;
	margin: 0 auto;
	width: auto;
	justify-content: center;
	color: #001755;
}
.info-doctor-column .content figure {
	width: 250px;
	height: auto;
	margin-right: 1vw;
}
.info-doctor-column .content figure p {
	font-size: 26px;
	font-weight: bold;
	margin-top: 1rem;
}
.info-doctor-column .content figure span {
	display: table;
	font-size: 17px;
	font-weight: 100;
	margin: -5px 0;
}
.info-doctor-column .content figure span:nth-child(2) {
	font-family: "嗄苧劾悶", YuMincho, "嗄苧劾", "Yu Mincho", serif;
}
.info-doctor-column .content .text {
	width: 300px;
	font-size: 17px;
}
.info-doctor-column .content .text span {
	display: table;
	background: #001755;
	color: #fff;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 7px;
}
.info-doctors {
	display: flex;
	justify-content: space-between;
	margin: 2.5rem 0;
	flex-wrap: wrap;
}
.info-doctors .info-doctor-column {
    margin: 2.5rem 0;
}
.connection {
    margin: 0;
}
.connection .info-doctor-column {
    margin: 2.5rem 3% 2.5rem 0;
}
.connection .info-doctor-column .content {
    display: block;
    margin: 0 auto;
    width: auto;
    color: #001755;
}
.connection .info-doctor-column .content .text {
    width: 560px;
    font-size: 17px;
}
.connection .info-doctor-column .content .name {
	display: inline-block!important;
	margin-bottom: 1rem;
}
.connection .info-doctor-column .content figure {
	width: 550px;
}
.doctor-secretary {
	width: 100%;
    text-align: center;
    color: #001755;
    margin-bottom: 7rem;
}
.doctor-secretary .name {
	background: #fff;
    padding: 5px 0;
    margin: 0 auto;
    width: 55%;
    margin-top: 1rem;
}
.outtro_name {
	text-align: right;
	position: relative;
}
.outtro_name figure {
	width: 120px;
	right: 0;
	position: absolute;
}

/* --YouTubeサイズ{屁-- */
.video {
  position: relative;
  width: 920px;
  height: 530px;
  overflow: hidden;
  padding: 30px 0 85%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --index Youtubeに育うレイアウト筝-- */
.main-news-detail {
  display: flex;
  justify-content: space-between;
}
.pc_layout_left {
  display: flex;
  width: 1000px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-news-detail .news-detail-item {
    width: auto;
    float: none;
}
.news_202312 {
  margin: 1rem 0 2rem;
    width: 920px;
}
.ad_info {
  width: 33%;
    margin: 0 1rem;
}
.ad_info figure {
  width: 100%;
    padding: 15px;
    border: 1px solid #E9EBEE;
}




/*---- スマホ タブレット----*/
@media only screen and (max-width: 820px){
/*index俐屎蛍*/
	.ad_info {
	    float: none;
	    width: 90%;
	    margin: 0 auto;
	    margin-bottom: 1.5rem;
	    flex-direction: column-reverse;
	}
	.news-detail-item-img .library {
		margin: 1rem auto;
        width: 240px;
	}
	.news-detail-item-img .doctor-briefing {
		margin: 50px;
	}
	.news-detail-item-img .sns {
		flex-wrap: wrap;
		padding: 0;
		justify-content: center;
    }
    .img-banner-inner .sp-flex {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
    }
    .img-banner-inner .sp-flex li {
	    width: 49%!important;
	    margin: 10px 0;
	}
	.img-banner-inner .sp-flex .item-resech {
	    height: 190px;
	}
	.img-banner-inner .sp-flex .item2 {
		order: unset;
		margin-bottom: 0.5rem;
	}
	
/*library*/
	.sp--br {
		display: block;
	}
	.overview-reseach .link-area {
	    padding: 2rem;
	}
	.overview-reseach .link-area li {
		position: relative;
		padding-right: 50px;
	}
	.overview-reseach .link-area figure {
		width: 38px;
		display: block;
		position: absolute;
		right: 0;
		top: 30px;
	}
	.overview-reseach .link-area li a {
		font-size: 16px;
	}
/*info-staff*/
	.info-staff_mv {
	    width: 100vw;
	    position: relative;
	    left: 50%;
	    transform: translateX(-50%)!important;
	}
	.title-staff_sp {
		padding-bottom: 20px!important;
	}
	.info-doctor-column .content {
	    flex-direction: column;
	}
	.info-doctor-column .content figure {
	    width: 100%;
	}
	.info-doctor-column .content figure {
	    width: 60%;
	    margin: 0 auto;
	    padding-bottom: 2rem;
	}
	.info-doctor-column .content figure p {
	    text-align: center;
	    font-size: 23px;
	}
	.info-doctor-column .content figure span {
	    margin: 0 auto;
	    font-size: 14px;
	}
	.info-doctor-column .content .text {
	    width: 80%;
	    margin: 0 auto;
	    font-size: 14px;
	}
	.info-doctors {
	    flex-direction: column;
	    padding: 0;
	    flex-wrap: unset;
	}
	.connection .info-doctor-column {
	    margin: 0;
	    padding-bottom: 2.5rem;
	}
	.connection .info-doctor-column .content .text {
		width: 80%;
	    margin: 0 auto;
	    font-size: 14px;
	}
	.connection .info-doctor-column .content .name {
	    display: table!important;
		margin-bottom: 0!important;
	}
	.connection .info-doctor-column .content figure {
	    padding-bottom: 1rem;
	    width: 80%;
	}
	.doctor-secretary .name {
	    width: 95%;
	}
	.outtro_name figure {
	    width: 110px;
	    right: 1rem;
	    position: absolute;
	    padding: 3px 0;
	}
/* --YouTubeサイズ{屁-- */	
	.video {
		width: 100%;
	}
  .main-news-detail {
      flex-direction: column;
  }
  .pc_layout_left {
      width: 100%;
      flex-direction: column;
      flex-wrap: nowrap;
  }
  .news_202312 {
      margin: 0 auto;
      width: 90%;
  }
  .event-news-list {
      width: 90%;
      margin: 1rem auto;
  }
  .news-detail-item-img .sns figure {
      width: 50px;
      height: 50px;
      margin: 0.4rem;
  }
	
	
	
}




/*2024/01/23弖紗*/
/*education俐屎蛍*/
article.edit2401 h3 {
	font-size: 28px;
    color: #001755;
    margin-bottom: 13px;
    line-height: 1.35;
    text-align: center;
    padding-bottom: 1.1rem;
}
article.edit2401 h3 span {
	display: block;
    padding-top: 0.5rem;
	font-size: 24px;
	font-weight: 300;
    text-align: center;
}
article.edit2401 p {
	color: #001755;
}
.edit2401_flex_img {
	display: flex;
	justify-content: center;
}
.edit2401_flex_img figure {
	width: auto;
	height: 365px;
	padding: 0 1rem;
}
.edit2401_flex_img figure img {
	width: 100%;
	height: 100%;
}
.spacer202401_01 {
	padding: 1rem 0;
}
.spacer202401_02 {
	padding: 5rem 0;
}

/*---- スマホ タブレット----*/
@media only screen and (max-width: 820px){
	article.edit2401 h3 {
        font-size: 20px;
    }
    article.edit2401 h3 span {
		font-size: 16px;
	}
	.edit2401_flex_img figure {
		height: auto;
	    padding: 0 0.5rem;
	}
	body.page-education {
		overflow-x: hidden;
	}
	.spacer202401_01 {
		padding: 1rem 0;
	}
	.spacer202401_02 {
		padding: 2rem 0;
	}
}




/*2024/03弖紗
  index  */

.news-detail-item .caption {
	width: 920px;
	text-align: center;
	color: #001755;
	font-size: 16px;
	font-weight: bold;
}
.news-detail-item-img .application {
    background-color: #549B35;
    text-align: center;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.news-detail-item-img .application a {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    display: block;
    width: 100%;
    height: auto;
}
.news-detail-item-img .application .event-news-item span {
    display: block;
    font-size: 30px;
    margin-top: -8px;
}
.news-detail-item-img .sns figure.insta {
    width: 100px;
    height: 100px;
    margin: 0.4rem;
}
.event-news-list .application .sp {
	display: none;
}
.news-detail-item .poster {
	display: flex;
	width: 920px;
	justify-content: space-between;
	margin: 1.6rem 0;
}
.news-detail-item .poster .first {
	width: 32%;
}
.news-detail-item .poster .second {
	width: 68%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-left: 1.2rem;
}
.news-detail-item .poster .first p,
.news-detail-item .poster .second p {
	width: 100%;
	text-align: center;
	color: #001755;
	font-size: 16px;
	font-weight: bold;
}
.news-detail-item .poster .second figure {
	width: 46.5%;
}
.news-detail-item .poster .second figure.right {
	margin-left: 0.7rem;
}
.news-detail-item .poster .second figure.left {
	margin-left: 1.3rem;
}
.news-detail-item .poster .second .br-sp {
	display: none;
}
.news-detail-item .poster figure img {
	width: 100%;
	height: 100%;
}

/*  education02  */
.img-banner-inner .poster {
	display: flex;
    width: 1280px;
    justify-content: space-between;
    margin: 1.6rem auto 6rem;
}
.img-banner-inner .poster .first {
	width: 32%;
}
.img-banner-inner .poster .second {
	width: 68%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-left: 1.2rem;
}
.img-banner-inner .poster .first p,
.img-banner-inner .poster .second p {
	width: 100%;
	text-align: center;
	color: #001755;
	font-size: 20px;
	font-weight: bold;
}
.img-banner-inner .poster .second figure {
	width: 46.5%;
}
.img-banner-inner .poster .second figure.right {
	margin-left: 0.7rem;
}
.img-banner-inner .poster .second figure.left {
	margin-left: 1.3rem;
}
.img-banner-inner .poster .second .br-sp {
	display: none;
}
.img-banner-inner .poster figure img {
	width: 100%;
	height: 100%;
}
.img-banner-inner {
	background-position: center -15rem!important;
}



/*---- スマホ タブレット----*/
@media only screen and (max-width: 820px){
	.news-detail-item .caption {
		width: 100%;
	}
	.video {
		height: auto;
	}
	.event-news-list .application .pc {
		display: none;
	}
	.news-detail-item-img .application {
		margin: 1rem auto 1.8rem;
		width: 240px;
	}
	/*  ポスタ`  index  */
	.news-detail-item .poster {
		width: 100%;
		flex-direction: column;
	}
	.news-detail-item .poster .first {
	    width: 100%;
	    text-align: center;
	}
	.news-detail-item .poster .first figure {
		width: 47%;
		margin: 0 auto;
	}
	.news-detail-item .poster .second {
	    width: 100%;
	    margin-left: 0;
	    margin-top: 1rem;
	}
	.news-detail-item .poster .second figure {
	    width: 47%;
	}
	.news-detail-item .poster .second figure.right,
	.news-detail-item .poster .second figure.left {
	    margin-left: 0;
	}
	.news-detail-item .poster .second .br-sp {
		display: block;
	}
	.news-detail-item {
	    margin-bottom: 0!important;
	}
	/*  ポスタ`  education02  */
	.img-banner-inner .poster {
		width: 100%;
		flex-direction: column;
		padding: 0 15px;
		margin-bottom: 2rem;
	}
	.img-banner-inner .poster .first {
	    width: 100%;
	    text-align: center;
	}
	.img-banner-inner .poster .first p,
	.img-banner-inner .poster .second p {
		font-size: 13px;
	}
	.img-banner-inner .poster .first figure {
		width: 47%;
		margin: 0 auto;
	}
	.img-banner-inner .poster .second {
	    width: 100%;
	    margin-left: 0;
	    margin-top: 1rem;
	}
	.img-banner-inner .poster .second figure {
	    width: 47%;
	}
	.img-banner-inner .poster .second figure.right,
	.img-banner-inner .poster .second figure.left {
	    margin-left: 0;
	}
	.img-banner-inner .poster .second .br-sp {
		display: block;
	}
}


/*2024/06弖紗
  library  */

.douga-contents ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.douga-contents ul li {
	width: 24% !important;
	padding: 0.3rem !important;
}
.douga-contents ul li figure {
	width: 100% !important;
	display: block !important;
}
.douga-contents ul li p {
	text-align: center;
	font-size: 16px;
	color: #001755;
	padding: 0.3rem;
}
/*---- スマホ タブレット----*/
@media only screen and (max-width: 820px){
	.douga-contents ul li {
		width: 48% !important;
		position: unset !important;
		padding: 0 !important;
	}
	.douga-contents ul li figure {
		position: unset !important;
	}
	.douga-contents ul li p {
		font-size: 12px;
	}
}