@charset "utf-8";

.second-container {
	width: 100%;
	margin: 0 auto 50px;
	display: flex;
 	align-items: center;
	justify-content: center;
	background: url("../images/cloud.png");
	background-size: 100% 100%;
	background-position: center; 
}

.second-title {
	width: 14%;
	font-size: 1.6rem;
	text-align: center;
	white-space: nowrap;
}

.second-table {
	display: inline-block;
	width: 70%;
	border-radius: 10px;
	border: solid 2px #CAF1E4;
	background-color: #FFFFFF;
	margin: 10px 2%;
	padding: 10px;
}

.second-table p {
	font-size: 1.7rem;
	padding: 6px;
	text-align: center;
}

.second-table p a {
	text-decoration: underline;
	color: darkgreen;
}

.contents-first {
	display: flex;
	position: relative;
	width: 100%;
	height: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	margin: 20px 0;
	padding-bottom: 10px;
}

.cont-title-first {
	position: absolute;
	top: 120px;
	left: 4%;
}

.cont-title-first h2{
	font-size: 3.8rem !important;
	text-shadow: 1px 1px 2px #FFF, 2px 1px 2px #FFF, 1px 2px 2px #FFF,1px 3px 4px #FFF, 3px 1px 4px #FFF, 2px 2px 4px #FFF;}

.cont-cont-first {
	padding-left: 20%;
	padding-top: 150px;
	width: 75%;
}

/*2024追加*/
.souzu {Background-image: url("../images/souzu.jpg"); z-index: -1;}
.omotenashi {background-image: url("../images/omotenashi.jpg");}

@media screen and (min-width: 1024px) {
	.souzu {Background-image: url("../images/souzu@3.jpg")}
	.omotenashi {background-image: url("../images/omotenashi@3.jpg");}
}

ul.dis {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	list-style: none;
}

.cont-cont-first ul.dis li {
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(202,241,228,0.7);
	box-sizing: border-box;
	border: 4px rgba(0,203,193,0.8) solid;
	width: 48%;
	margin: 1%;
	height: 120px;
	border-radius: 30px;
	color: #FFF;
	text-shadow: 1px 1px 2px black, -1px -1px 2px black, -1px 1px 2px black, 1px -1px 2px black, 2px 1px 2px black,-2px -1px 2px black/*, -2px 1px 2px darkgreen, 3px -1px 3px darkgreen, 1px 3px 3px darkgreen,-1px -3px 3px darkgreen, -1px 3px 3px darkgreen, 1px -3px 3px darkgreen*/;
}

.cont-cont-first ul.dis li:last-child {width: 98%!important;}

.cont-cont-first ul.dis li:is(:nth-of-type(1),:nth-of-type(2),:nth-of-type(4)){font-size: 2.9rem;}
.cont-cont-first ul.dis li:nth-of-type(3){font-size: 2.3rem;}
.cont-cont-first ul.dis li:is(:nth-of-type(5),:nth-of-type(6),:nth-of-type(7)){font-size: 2rem;}


.cont-cont-first ul.dis li:before {
  content: '';
  position: absolute;
	left: 20%;
	top: 40%;
  width: 0;
  height: 0;
  border: solid 4px rgba(0,203,193,1.00);
  border-radius: 50%;
  opacity: 0;
  animation: ripples_anim 5s linear infinite;
	z-index: -1;
}

.cont-cont-first ul.dis li:nth-of-type(2):before{animation-delay: 0.5s;}
.cont-cont-first ul.dis li:nth-of-type(3):before{animation-delay: 1s;}
.cont-cont-first ul.dis li:nth-of-type(4):before{animation-delay: 1.5s;}
.cont-cont-first ul.dis li:nth-of-type(5):before{animation-delay: 2s;}
.cont-cont-first ul.dis li:nth-of-type(6):before{animation-delay: 2.5s;}
.cont-cont-first ul.dis li:nth-of-type(7):before{animation-delay: 3s;}

/*.cont-cont-first ul.dis li:after {
  content: '';
  position: absolute;
	left: 20%;
	top: 40%;
  width: 0;
  height: 0;
  border: solid 4px rgba(0,203,193,1.00);
  border-radius: 50%;
  opacity: 0;
  animation: ripples_anim 5s linear infinite;
	z-index: -1;
}

.cont-cont-first ul.dis li:nth-of-type(1):after{animation-delay: 0.8s;}
.cont-cont-first ul.dis li:nth-of-type(2):after{animation-delay: 1.3s;}
.cont-cont-first ul.dis li:nth-of-type(3):after{animation-delay: 1.8s;}
.cont-cont-first ul.dis li:nth-of-type(4):after{animation-delay: 2.3s;}
.cont-cont-first ul.dis li:nth-of-type(5):after{animation-delay: 2.8s;}
.cont-cont-first ul.dis li:nth-of-type(6):after{animation-delay: 3.3s;}
.cont-cont-first ul.dis li:nth-of-type(7):after{animation-delay: 3.6s;}
*/

@keyframes ripples_anim {
    0% {
    opacity: 1;
  }
  
  50% {   
    transform: translate(-55px,-55px);
    width: 110px;
    height: 110px;
    opacity: 0;
  }
}

.enter {Background-image: url("../images/enter.jpg")}

ul.ent {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	list-style: none;
}

.cont-cont-first ul.ent li {
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	box-sizing: border-box;
	border: 3px rgba(0,203,193,0.8) solid;
	width: 98%;
	margin: 1%;
	background: rgba(250,252,249,0.9);
}

@media screen and (min-width: 1024px) {

	.cont-cont-first ul.ent li {
	width: 48%;}
}
	
.cont-cont-first ul.ent li h3 {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: url("../images/goldframe.jpg") no-repeat;
	background-size: 100% 100%;
	background-position: top 0 left 50%;
	font-size: 2rem;
	color: white;
	text-shadow: 1px 1px 2px black, -1px -1px 2px black, -1px 1px 2px black, 1px -1px 2px black, 2px 1px 2px black,-2px -1px 2px black, -2px 1px 2px black, 2px -1px 2px black, 1px 2px 2px black,-1px -2px 2px black, -1px 2px 2px black, 1px -2px 2px black;
	padding: 2rem 1.7rem;
	margin-bottom: 1rem;
}

.cont-cont-first ul.ent li p {
	width: 100%;
	text-align: left;
	padding: 0 1.4rem 0 2rem;
	margin: 0.6rem auto;
	text-decoration: underline solid 1px rgba(0,203,193,0.8);
}

.cont-cont-first ul.ent li h3 span {
	font-size: 1.4rem;
	color: black;
	text-shadow: none;
}

.cont-cont-first ul.ent li p:last-child {
	margin-bottom: 2rem!important;
}

.end-a {text-align: right!important;}

.cont-cont-first ul.ent li p a {
	display: inline-block;
	background: rgba(0,203,193,0.8);
	border-radius: 20px;
	padding: 0.9rem 1.4rem;
	margin: 0.6rem;
}

.record p {
	text-align: center;
	font-size: 2.7rem;
	padding: 1.4rem 0 2rem;
	background: url("../images/line-silver.png") no-repeat;
	background-size: auto;
	background-position: left 50% top 50%;
	color: white;
	text-shadow: 1px 1px 2px black, -1px -1px 2px black, -1px 1px 2px black, 1px -1px 2px black, 2px 1px 2px black,-2px -1px 2px black, -2px 1px 2px rgba(0,203,193,0.8), 3px -1px 3px rgba(0,203,193,0.8), 1px 3px 3px rgba(0,203,193,0.8),-1px -3px 3px rgba(0,203,193,0.8), -1px 3px 3px rgba(0,203,193,0.8), 1px -3px 3px rgba(0,203,193,0.8);
}

ul.record-title {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	width: 90%;
	margin: 0 auto;
	justify-content: center;
}

ul.record-title li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 42%;
	margin: 0 2%;
	padding: 1rem 0 0.6rem;
	text-align: center;
	box-sizing: border-box;
	background-image: url("../images/record.jpg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

ul.record-title li p {
	font-size: 2.2rem;
	color: white;
	text-shadow: 1px 1px 2px black, -1px -1px 2px black, -1px 1px 2px black, 1px -1px 2px black, 2px 1px 2px black,-2px -1px 2px black, -2px 1px 2px rgba(0,203,193,0.8), 3px -1px 3px rgba(0,203,193,0.8), 1px 3px 3px rgba(0,203,193,0.8),-1px -3px 3px rgba(0,203,193,0.8), -1px 3px 3px rgba(0,203,193,0.8), 1px -3px 3px rgba(0,203,193,0.8);
	padding: 0 0 0.6rem;
}

ul.record-title li p span {
	font-size: 3.2rem;
	color: white;
}

ul.record-title li span {
	font-size: 1.5rem;
	color: black;
}


@media screen and (min-width: 1024px) {
	ul.record-title {width: 46%}
	ul.record-title li {
	width: 29%;
	}
}  

.add-concept {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 1.6rem 1rem 1.6rem 9%;
	border-top-left-radius: 4.6rem;
	border-bottom-right-radius: 5rem;
	background: linear-gradient(to bottom right, #24D189, #9EC1FC);
}

.add-concept p {
	text-align: left;
	color: white;
	text-shadow: 1px 1px 2px darkgreen, -1px -1px 2px darkgreen, -1px 1px 2px darkgreen, 1px -1px 2px darkgreen, 2px 1px 2px darkgreen,-2px -1px 2px darkgreen, -2px 1px 2px darkgreen, 2px -1px 2px darkgreen, 1px 2px 2px darkgreen,-1px -2px 2px darkgreen, -1px 2px 2px darkgreen, 1px -2px 2px darkgreen;
	font-size: 3rem;
	margin-left: 6%;
	padding: 1rem;
}

.add-concept p a{
	font-size: 1.6rem;
	margin-left: 2rem;
	color: white;
	text-shadow: none;
	text-decoration: underline;
}


.figure-first p {
	display: block;
	text-indent: 1em;
}

.add-top-pad {padding-top: 1rem;}

.figure-first {
	position: relative;
	width: auto;
	background-color: rgba(250,252,249,0.9);
	padding: 1rem 1.6rem 1rem 1.6rem;
	font-size: 1.8rem;
}

.figure-first:before {
	content: '';
	position: absolute;
	top: -10px;
	left: -4px;
	height: calc(100% + 20px);
	width: 100%;
	border-left: 4px solid #CAF1E4;
	border-right: 4px solid #CAF1E4;
	pointer-events: none;
}

.figure-first:after {
	content: '';
	position: absolute;
	top: -4px;
	left: -10px;
	height: 100%;
	width: calc(100% + 20px);
	border-top: 4px solid #CAF1E4;
	border-bottom: 4px solid #CAF1E4;
	pointer-events: none;
}

.figure-first ul {
	list-style: none;
	padding-top: 1rem;
	padding-left: 1rem;
	padding-bottom: 1.6rem;
}

.figure-first ul li {
	display: block;
	position: relative;
	border-bottom: solid 1px #d9d9d9;
	margin-bottom: 1rem;
	width: 90%;
}

.figure-first a {
	display: block !important;
	width: 94%;
}

.link-r:after {
	content: "";
	position: absolute;
	top: 30%;
	right: 5%;
	width: 6px;
	height: 6px;
	border-top: solid 1px rgba(110,110,110,1.00);
	border-right: solid 1px rgba(110,110,110,1.00);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.underbar {
	color: darkgreen;
	text-decoration: underline;
}

.contents-second {
	position: relative;
	width: 100%;
	height: 300px;
	background-image: url("../images/leiwa.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 50px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.cont-title-second {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	font-size: 3.6rem;
	text-shadow: 1px 1px 2px gray, 2px 1px 2px gray, 1px 2px 2px gray,1px 3px 4px #FFF, 3px 1px 4px #FFF, 2px 2px 4px #FFF;
	text-align: center;
	background-color: rgba(255,255,255,0.80);
	height: 100%;
}

h2 {font-size: 3rem;}

.cont-second-container {
	width: 100%;
	text-align: center;
}

.cont-cont-second {
	display: inline-block;
	text-align: left;
	width: 75%;
}

.cont-cont-second-p {
	font-size: 1.9rem !important;
}

.cont-cont-second p {text-indent: 1em;}

.cont-cont-second ul {
	text-align: center;
    list-style-type: none;
	padding-top: 20px;
	margin-bottom: 30px;
}

.cont-cont-second ul li {
	position: relative;
	text-align: left;
	border-bottom: solid 1px #d9d9d9;
}

.cont-cont-second ul li:first-child {border-top: solid 1px #d9d9d9;	}

.cont-cont-second ul li a {
	display: block;
	padding-left: 27%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.link-r2:after {
	z-index: 5;
	content: "";
	position: absolute;
	top: 30%;
	right: 5%;
	width: 6px;
	height: 6px;
	border-top: solid 1px rgba(110,110,110,1.00);
	border-right: solid 1px rgba(110,110,110,1.00);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.annai {
	font-size: 1.9rem;
	font-weight: 600;
}

.annai-sub {
	text-indent: 0em !important;
	font-size: 1.6rem;
}

.feature {background: url("../images/feature.svg") no-repeat;}

.doctor {background: url("../images/doctor.svg") no-repeat;}

.disease {background: url("../images/disease.svg") no-repeat;}

.view {background: url("../images/view.svg") no-repeat;}

.time {background: url("../images/time.svg") no-repeat;}

.exp-img-position {background-position: left 10% bottom 50%;}


.pickup {
	text-align: center;
	margin: 0 auto;
	font-size: 2.8rem;
	font-weight: 600;
	background:
		url("../images/arrow.png") no-repeat,
		url("../images/arrow.png") no-repeat;
	background-position:
		left calc(50% - 120px) top 4px,
		right calc(50% - 120px) top 4px;
	background-size:
		30px,
		30px;
}

.pickup-annot {
	text-align: center;
	font-size: 1.8rem;
}

.flex {flex-direction: column;}

.contents {
	position: relative;
	display: flex;
	width: 100%;
	padding-bottom: 50px;
}

.cont-title {
	padding-top: 35px;
	padding-left: 15px;
	padding-right: 15px;
	z-index: 1;
}

.cont-title h2 {
	font-size: 3.6rem;
	text-shadow: 1px 1px 2px #FFF, 2px 1px 2px #FFF, 1px 2px 2px #FFF,1px 3px 4px #FFF, 3px 1px 4px #FFF, 2px 2px 4px #FFF;
}

.cont-img {
	position: absolute;
	/*height: 250px;*/
	padding-top: 60%;
	width: 90%;
	left: 0;
}

.info {
	Background-image: url("../images/news.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.question {
	Background-image: url("../images/question.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.hinode {
	Background-image: url("../images/first.jpg");
	background-size: cover;
	background-repeat: no-repeat;}

.noren {
	Background-image: url("../images/access.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.cont-cont {
	padding-top: 175px;
	padding-left: 10px;
	padding-right: 10px;
	width: 75%;
}

.figure-first .a-reset {
	display: inline !important;
	text-decoration: underline;
}

.new-blog {
	margin-top: 1rem;
	padding-top: 0.8rem;
	padding-left: 0.8rem;
	padding-bottom: 0.8rem;
	background-color: rgba(217,247,245,1.00);
	width: 100%;
}

.new-blog p {
	margin-top: 1rem;
}

.new-blog a {
	padding-left: 0.5rem;
	margin-bottom: 1.4rem;
	background: url("../images/dot2.svg") no-repeat;
	background-size: 14px;
	background-position: left 3px top 6px;
	width: 96%;
	border-bottom: solid 1px #d9d9d9;
}

.new-blog a:after {
  display: block;
  clear: both;
  content: '';
}

.new-blog span {
	display: block;
	position: relative;
	float: right;
	text-align: right;
	padding-right: 1.9rem;
}

.new-blog span:after {
	content: "";
	position: absolute;
	top: 35%;
	right: 10%;
	width: 6px;
	height: 6px;
	border-top: solid 1px rgba(110,110,110,1.00);
	border-right: solid 1px rgba(110,110,110,1.00);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.empha {
	font-weight: 600;
}

#access li {width: 100% !important;}

.map-link {
	position: relative;
	text-align: center;
	font-size: 1.5rem;
	padding-bottom: 1rem;
}

.map-link a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.map-link img{max-width: 250px;}

.df-jobs {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.df-jobs a img{
	width: 80%;
	max-width: 320px;
	margin: 0 auto;
	padding-bottom: 2rem;
}

.p-map {
	margin: 0 auto;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
}

.p-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.empha2 {
	color: rgba(211,93,12,1.00);
	font-weight: 600;
}

/*searchform*/

input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
    -webkit-appearance: none;
	-webkit-text-size-adjust: 100%;
	line-height: normal;
	box-sizing: border-box;
}

.searchformcont{
	background: #CAF1E4;
	border-radius: 16px;
	padding: 1rem 3rem 0.8rem 3rem ;
	width: fit-content;
	margin: 1rem auto;
}

.searchform-title {
	width: 100%;
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	padding-top: 1rem;
}

.search_container{
	margin: 2rem auto 1rem;
	position: relative;
	height: auto;
	width: 32rem;
}
.search_container input[type="text"]{
	display: block;
	box-sizing: border-box;
	font-size: 1.8rem;
	border: 2px solid #3879D9;
	border-radius: 10px;
	height: 40px;
	padding-left: 1.2rem;
	width: 100%;
}
.search_container input[type="text"]:focus {
	outline: 0;
}
.search_container input[type="submit"]{
	cursor: pointer;
	border: none;
	background: #3879D9;
	color: #fff;
	position: absolute;
	width: 3.5em;
	height: 40px;
	right: -20px;
	top:0px;
	outline : none;
	border-radius: 0 10px 10px 0;
}

.search_container ul{
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 1rem auto;
	list-style: none;
	width: 100%;
}

.search_container ul li{
	text-align: center;
	margin: 0.7rem;
	width: 100%;
}

.checkspan {
	font-size: 1.8rem;
}

.search_container ul li label [type="checkbox"]{
	margin-right: 1rem;
}

.search_container ul li label [type="checkbox"]:checked + .checkspan{
	color: #3879D9;
	font-weight: 600;
}

.strong-annot {
	color: red;
}


@media screen and (max-width: 320px) { /*iPhone SE用クエリ*/
	.figure-first ul li {width: 90%}
	.map-link img{max-width: 180px}
} 

@media screen and (min-width: 1024px) {
	
	.contents-first {
		background-size: 70%!important;
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.second-container {width: 75%;}
	.contents-second {width: 75%;}
	
	.cont-cont-second ul li {/*れいわ内科とはの項目を横並びに*/
		display: inline-block;
		width: 19%;
	}
	
	.annai {font-size: 1.75rem}
	
	.link-r2:after {display: none;}
	
	.exp-img-position {background-position: left 50% top 25%;}
	
	.cont-cont-second ul li {
		border-top: solid 1px #d9d9d9;
		border-left: solid 1px #d9d9d9;
		border-right: solid 1px #d9d9d9;
	}

	.cont-cont-second ul li a {
		width: 100%;
		text-align: center;
		padding-top: 100px;
		padding-left: 0;
		padding-bottom: 20px;
	}
	
	.flex {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
	}
	
	.contents {
		width: 36%;
		border: solid 1px rgba(217,239,202,0.5);
		margin: 1rem;
	}
	
	.cont-img {width: 90%;}
	
	.contents-second {background-image: url("../images/leiwa@3.jpg")}
	
	.p-map {width: 70%;}
}