@charset "UTF-8";


.top_contents {
    position: absolute;
    top: 12vw;
    right: 7vw;
}


.evening_img {
    width: 50%;
}



.inner img {
    width: 100%;
    height: auto;
}


/*TOP*/

.top_row {
    /* display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; */
}

.top_contents h2 {
    font-size: 1.2vw;
    margin: 1vw 1vw 1vw 0.1vw;
    letter-spacing: 7px;
    margin-left: 9vw;
}

.top_contents p {

    font-size: 0.8vw;
    margin: 0.5vw 0.3vw;
    letter-spacing: 1px;
    margin-left: 2.5vw;
}

.top_text h2 {
    font-size: 2.5vw;
    margin: 0.5px 1vw 1vw 0px;
    letter-spacing: 12px;
line-height: 180%;
}

.top_text h2 span {
    margin: 0px 0px 0px 0.6vw;
}

/*24h*/

.everyday {
    width: 100%;
    margin: 18px 20px 22px 0px;
}

.everyday_text {
    font-size: 25px;
    color: #FFF;
    text-align: center;
    margin: 0px;
    margin-bottom: 20px;
}

.everytime {
    font-size: 30px;
}

.everyday_text span {
    font-size: 40px;
}

.everyday p {
    font-size: 18px;
    text-align: center;
    color: #FFF;
    padding: 1% 0px 2% 0px;
}

.everyday_inner {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.everyday_img {
    width: 100%;
    margin: 40px 0px;
}

.time {
    padding: 15% 0px 13% 0px;
}

/*Specialty outpatient*/

.contents5 {
    width: 90%;
    max-width: 1200px;
    margin: 30px auto;
}

.contents5 h3,.contents5 h2.title,.efforts_row h3.white {
    border: 1px solid #000;
    background-color: #FFF;
    margin: 5px;
    color: #000;
    padding: 20px 0px;
    text-align: center;
}
.contents5 h2.title {
    margin-bottom: 40px;
}

.specialty_outpatient {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.specialty_outpatient h3 {
    padding: 20px 0px;
    margin-bottom: 0px;
}

.specialty_outpatient a{
    width: 25%;
}

.specialty_outpatient h3.marfan {
    padding: 11px 0px;
}

.specialty_outpatient h3.aortic {
    padding-top: 0px;
}

.team_image {
    width: 95%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 40px;
}

.team_image img {
    width: 100%;
}

.team2 {
    position: absolute;
    background-color: #E72D4E;
    color: #FFF;
    padding: 10px 20px;
    font-size: 15px;
    bottom: 7px;
    right: 5px;
    z-index: 1000;
}

.team_image:hover img {

    opacity: .5;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=50)";
    /* IE 8 */
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}

/*Specialty outpatient*/

/*about*/

.about_contents {
    background-color: #fff;
    margin-top: -5px;
}

.about_us {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 60px 0px;
    padding-bottom: 80px;
    -ms-align-items: center;
    align-items: center;
}

.about_us h4 {

    font-size: 30px;
}

.about_row {
    width: 50%;
    margin: 20px;
    line-height: 30px;
}

.about_row img {
    width: 100%;
    margin-top: 20px;
}

/*about*/

/*efforts*/

.efforts {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.efforts h3{
    color: #3b3b3b;
    padding: 50px 0px;
    margin-top: 0;
    margin-bottom: 50px;
    width: 33%;
}

.efforts .title span:before{
    background: #FFF;
}

.efforts .title span{
    font-size:14px;
}

.efforts_row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0px auto;
    width: 90%;
}

.efforts_inner {
    background-color: #fff;
    padding-top: 20px;
}

.efforts h2 {
    margin: 0;
    padding-top: 30px;
    margin-bottom: 20px;
    font-size:26px;
}

.efforts h2 span{
    font-size:20px;
    margin-left: 30px;
}

.efforts_row .white_frame {
    width: 100%;
}

img.banner_fb{
    width:150px;
    height: auto;
        margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.efforts_text{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;}

/*efforts*/

/*Symptom*/

.symptom {
    background-color: #FFF;
    padding: 20px 0px;
    color: #FFF;
    padding-top: 70px;

}

.symptom_row {
    background-color: rgba(0,31,96,.1);
    width: 90%;
    max-width: 1200px;
    margin: 0px auto;
    border-radius: 20px;
}


.symptom_row2 {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
    -ms-align-items: center;
    align-items: center;
}

.symptom_row h2 {

    padding: 10px;
    padding-top: 40px;
    text-align: center;
    margin: 0;
    color: rgb(0,31,96);
}

.symptom_row2 img{
width: 60px;
    height: 60px;
}

.symptom_contents {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.symptom_container {
    margin: 20px;
    padding-bottom: 20px;
}

.symptom a:hover {
    background-color: rgb(255, 255, 255);
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.symptom a{
   border: 2px solid rgba(0,31,96,.2);
    margin: 10px;
    padding: 10px;
    text-align: center;
    width: 100%;
    color: #FFF;
}

.symptom a p{
    color: rgb(0,31,96);
    margin-left: 10px;
}

/*Symptom*/

/*news*/

.news{
    background-color: #fff;
}

.news_contents {
    width: 90%;
    max-width: 1200px;
    margin: 0px auto;
    padding: 0;
}

.news h2 {
margin: 0;
    display: flex;
    align-items: center;
    text-align: center;
    /* for no-flexbox browsers */
    color: #7e7e7e;
    padding-top: 20px;
}

.news h2:before,
.news h2:after {
    border-top: 1px solid #a2a2a2;
    content: "";
    display: inline;
    /* for IE */
    flex-grow: 1;
}

.news h2:before {
    margin-right: 0.5em;
}

.news h2:after {
    margin-left: 0.5em;
}

.news_container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}


.news_row {
    margin: 5px 20px;
    width: 100%;
}

.news h4
 {
    color: #FFF !important;
}
.news h4,
.news span {

    padding: 10px;
    border-radius: 20px;
    text-align: center;
}

.news h4.red,
.news span.red {
	  color: #FFF !important;
    background-color: rgb(255,0,56);
}

.news h4.blue,
.news span.blue {
	  color: #FFF !important;
    background-color: #273c74;
}

.news p {
    padding: 10px 0px;
    border-bottom: 3px dotted rgba(39, 60, 116, 0.5);
    font-size: 14px;
    text-align: left;
}

.news table {
    margin-top: 20px;
    margin-bottom: 10px;
}

.news td{
    line-height: 25px;
}
.news span {
    margin: 0px;
    padding: 5px 10px;
}

.news button {
    background-color: #FFF;
    border: 1px solid #a2a2a2;
    padding: 10px 20px;
    margin-bottom: 30px;
    margin-top: 15px;
    letter-spacing: 3px;
}

div.button{
    text-align: center;
}

.news_border{
    height: 3px;
    border-bottom: 3px dotted rgba(39, 60, 116, 0.5);
}

.news td.day{
    width: 125px;
}

.news td.class{
    width: 85px;
}


/*news*/


.efforts_media img{
 width: 98%;
    padding: 1%;
}

.minimally_img{
    width: 100%;
    margin-bottom: -2px;
}

.minimally_img img{
    width: 100%;
}

span.new{
    color: red;
}


element.style {
}
.specialty_outpatient a {
    width: 25%;
}
a.contents5_h2:hover h2{
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/* 2019.8 add style */
header {
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.85) 85%, rgba(255,255,255,0) 100%);
  top: 0;
  padding-top: 10px;
}
.top.pc-display {
  display: block;
}
.top.sp-display {
  display: none;
}
.event-cont {
  background: #fff;
  margin-top: 0;
}
.event-cont .event_contents {
  width: 90%;
  max-width: 1200px;
  margin: 0px auto;
  padding: 0;
}
.event-cont .event_contents h2,
.news-cont h2 {
  margin: 0;
  display: flex;
  align-items: center;
  text-align: center;
  color: #7e7e7e;
  padding-top: 60px;
}
.event-cont .event_contents h2:before,
.event-cont .event_contents h2:after,
.news-cont h2:before,
.news-cont h2:after {
  border-top: 1px solid #a2a2a2;
  content: "";
  display: inline;
  flex-grow: 1;
}
.event-cont .event_contents h2:before,
.news-cont h2:before {
  margin-right: 0.5em;
}
.event-cont .event_contents h2:after,
.news-cont h2:after {
  margin-left: 0.5em;
}
.event-cont .event_container {
  margin: 30px 15px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.event-cont .event_contents .event_row {
  margin: 5px 15px;
  width: 100%;
}
.event-cont .event_contents .event_row table {
  margin-bottom: 35px;
}
.event-cont td.event-imgBox {
  width: 100px;
  vertical-align: top;
}
.event-cont td.event-imgBox img {
  width: 100%;
  height: auto;
}
.event-cont td.event-textBox {
  padding-left: 15px;
}
.event-cont td.event-textBox p,
.news-cont .news_container .day {
  color: #7e7e7e;
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}
.event-cont td.event-textBox span,
.news-cont .news_container .class .blue {
  padding: 3px 10px;
  border-radius: 20px;
  text-align: center;
  color: #FFF !important;
  font-size: 16px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.event-cont td.event-textBox span.red {
  background-color: rgb(255,0,56);
}
.event-cont td.event-textBox span.blue,
.news-cont .news_container .class .blue {
  background-color: #273c74;
}
.event-cont td.event-textBox .event-title {
  color: #273c74;
  font-weight: bold;
  font-size: 20px;
  padding: 5px 0 3px;
}
.event-cont td.event-textBox .event-text,
.news-cont .news_container .news_text {
  color: #7e7e7e;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
}
.news-cont .news_container .news_text {
  font-size: 20px;
}
.feature-cont h2.feature-title {
  font-size: 30px;
  color: #fff;
  background: #273c74;
  padding: 20px 0px;
  text-align: center;
}
.feature-cont .flex-box {
  width: 87%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.feature-cont .flex-box a {
  width: 48%;
  /* display: inline-block; */
  margin: 0 10px;
}
.feature-cont .flex-box a img {
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 40px rgba(0,0,0,0.3);
}
.banner-area {
  background: #fff;
}
.banner-area .flex-box {
  /* width: 85%; */
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner-area .flex-box a {
  width: 49%;
  display: inline-block;
  margin: 0 0;
}
.banner-area .flex-box a:nth-of-type(1) {
  margin-right: 2%;
}
.banner-area > a {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
  display: block;
}
.banner-area a img {
  width: 100%;
  height: auto;
}
.effort-box .efforts {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.effort-box .efforts .efforts_row {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.effort-box .efforts .efforts_media_img {
  width: 49%;
}
.effort-box .efforts .efforts_media_img img {
  width: 100%;
  height: auto;
  padding: 0;
}
.news-cont {
  background: #fff;
  padding-bottom: 70px;
}
.news-cont .news_container {
  display: block;
  width: 95%;
  margin: 30px auto 0;
}
.news-cont .news_container .class {
  width: 270px;
  vertical-align: top;
  padding: 20px 0;
  line-height: 1.8;
}
.news-cont .news_container .class span {
  display: inline-block;
  line-height: 1;
}
.news-cont .news_container .news_text {
  padding: 12px 0 20px;
}
.news-cont .news_container .news_text a {
  font-size: 20px;
  color: #7e7e7e;
  line-height: 1.8;
  display: inline-block;
}
.news-cont .news_container .news_text a span.new {
  margin-right: 5px;
}
.news-cont .news_container .news_border {
  height: 1px;
  background: #c4c4c4;
  border-bottom: none;
}

/*----------------------------------
年末年始
----------------------------------*/

.red-txt{
	color: #ff181b;
	font-weight: bold;
}
.NYholiday {
    padding: 20px 0;
	text-align: center;
  background: #fff;
}
.NYholiday h2 {
  padding-top: 60px;
    padding-bottom: 20px;
}
.NYh-flex {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
	padding: 20px 0;
}
.NYh1, .NYh2 {
	width: 50%;
	border-collapse: collapse;
}
.NYh1 .day,.NYh2 .day  {
    background: #dcdcdc;
}
table.NYh1 tr, table.NYh2 tr {
    border: #c1c1c1 solid 1px;
}
table.NYh1 tr th,table.NYh1 tr {border-right: none;}

.NYh1 th,.NYh2 th {
    padding: 10px;
    color: #FFF;
}
.NYh1 tr th {background: #001f60;border: #404040 solid 1px;}
.NYh2 tr th {background: #273c74;border: #707070 solid 1px;}
table.NYh1 th,table.NYh1 tr {border-right: none;}

.NYh1 td,.NYh2 td {
    padding: 20px 0;
}
@media screen and (max-width: 769px){

	.NYh-flex{
		display: block;
	}
	.NYholiday p {
    text-align: left;
	}
	table.NYh1 td:first-of-type {
    border-left: none;
	}
	table.NYh1, .NYh2 {
		width: 100%;
		margin-bottom: 20px;
	}
	table.NYh1 tr {
		border-right: #c1c1c1 solid 1px;
	}
	table.NYh1 tr th{
		border-right: #404040 solid 1px;
	}
	table.NYh1 td,table.NYh2 td {
		background: #FFF!important;
	}
	table.NYh1 .day td, table.NYh1 .day td,table.NYh2 .day td {
		background: #dcdcdc!important;
	}
}

/* 220106_スライダー崩れ */
.slick-slide {
  height: auto!important;
}
.top img {
  object-fit: cover;
}


/***** editor用 ****/

article .has-text-align-center {
  text-align: center!important;
}

article .has-text-align-left {
  text-align: left!important;
}

article .has-text-align-right {
  text-align: right!important;
}


