@charset "utf-8";

.-hospital .contents {
  border-bottom: 1px solid #f2f2f2;
  margin: 0px auto;
  padding: 30px 0;
  width: 100%;
  max-width: initial;
}
.-medicaldoctor .lead p {
	font-size: 1.6rem;
	margin-bottom: 60px;
}
.contents .column{
	max-width: 1400px;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ac-menu dt{
  display:block;
  cursor:pointer;
  background:url(images/i_swich.png) 177px -69px no-repeat;
}
.ac-menu dd{
  display:none;
}
.ac-menu dt.active{
  background:url(images/i_swich2.png) 177px 18px no-repeat;
}
/* point */
#point{
	text-align: center;
	width: 100%;
	background-color: #125f33;
	margin: 0 auto 80px;
	padding: 50px 8px 50px;
}
#point h2{
	color: #FFFFFF;
	font-size:clamp(2.0rem, 1.71vw, 2.4rem);
	margin: 0 auto 35px;
	line-height: 2.0;
	font-weight: bold;
}
#point .set{
	width: 32%;
	background-color: #FFFFFF;
	border-radius: 6px;
}
/* task */
.lead{
	font-size:clamp(1.8rem, 2.17vw, 2.6rem);
	color: #125f33;
	font-weight: bold;
	margin: 0 auto 60px;
	text-align: center;
	line-height: 2.0;
}
#task{
	text-align: center;
	width: 100%;
	background-color: #e9f5e6;
	margin: 0 auto 80px;
	padding: 50px 8px 45px;
}
#task .title{
	font-size:clamp(1.8rem, 1.43vw, 2.0rem);
	margin: 0 auto 50px;
	font-weight: bold;
}
#task h2{
	color: #125f33;
	font-size:clamp(2.0rem, 2.5vw, 3.0rem);
	text-align: center;
	margin: 0 auto 40px;
	font-weight: bold;
}
#task .set{
	width: 32%;
	background-color: #FFFFFF;
	border-radius: 6px;
	padding: 35px 35px 35px;
}
#task h3{
	font-size:clamp(1.8rem, 1.57vw, 2.2rem);
	text-align: center;
	margin: 0 auto 15px;
	font-weight: bold;
}
#task .set img{
	margin-bottom: 15px;
}
#task li{
	text-align: left;
}
/* features */
.features-tit{
	position: relative;
	width: 100%;
	max-width: 640px;
	margin: 0 auto 0;
}
.features-tit::after{
	position: absolute;content: "";
	top:-80px;left: 0;right: 0;
	width:0;
  height:0;
  border-style:solid;
  border-width: 110px 320px 0 320px;
  border-color: #E9F5E6 transparent transparent transparent;
	z-index: 0;
}
.features-tit h2{
	position: absolute;
	top:-65px;left: 0;right: 0;
	color: #125f33;
	font-size:clamp(2.0rem, 2.5vw, 3.0rem);
	text-align: center;
	margin: 0 auto 40px;
	font-weight: bold;
	z-index: 10;
}
#features{
	text-align: center;
	width: 100%;
	background-color: #125f33;
	margin: 0 auto 80px;
	padding: 50px 8px 50px;
}
#features .set{
	width: 32%;
	background-color: #FFFFFF;
	border-radius: 6px;
	padding: 35px 35px 35px;
}
#features h3{
	font-size:clamp(1.8rem, 1.57vw, 2.2rem);
	color: #125f33;
	text-align: center;
	margin: 0 auto 15px;
	font-weight: bold;
}
#features .set img{
	margin-bottom: 15px;
}
#features .set p.text{
  margin-bottom: 15px;
	text-align: left;
}
#features .set p.sub{
	font-size: 1.2rem;
	text-align: left;
	color: #4c4c4c;
}
/* reason */
#reason{
	max-width: 1200px;
	margin: 0 auto 70px;
	padding: 0 8px 0;
}
#reason h2{
	color: #125f33;
	font-size:clamp(2.0rem, 2.5vw, 3.0rem);
	text-align: center;
	margin: 0 auto 40px;
	font-weight: bold;
}
#reason table {
  width: 100%;
	max-width: 900px;
  border-collapse: collapse;
  border-spacing: 0;
  font-size:clamp(1.6rem, 2.22vw, 2.0rem);
  line-height:1.4;
	margin: 0 auto 15px;
}
#reason table th {  
  background: #125f33;
	color: #FFFFFF;
  font-weight: bold;
}
#reason table td {
  text-align:left;
}
#reason table td.hos{
	width: 200px;
}
#reason table td.others{
	width: 200px;
}
#reason th, #reason td {
  border: 2px solid #FFFFFF;
  background-color: #FFFFFF;
  padding: 18px;
}
#reason thead th{
	text-align: center;
}
#reason th.no{
	background-color: #FFFFFF;
}
#reason th.others{
	background-color: #444444;
}
#reason tbody td{
	text-align: center;
}
#reason tbody td.hos{
	background-color: #ceebc5;
	color: #125f33;
	font-weight: bold;
}
#reason tbody tr:nth-of-type(odd) td.hos{
	background-color: #f3faf1;
}
#reason tbody td.others{
	background-color: #dddddd;
	color: #0f0f0f;
	font-weight: bold;
}
#reason tbody tr:nth-of-type(odd) td.others{
	background-color: #eeeeee;
}
/* flow */
#flow{
	max-width: 1200px;
	margin: 0 auto 70px;
	padding: 0 8px 0;
}
#flow h2{
	color: #125f33;
	font-size:clamp(2.0rem, 2.5vw, 3.0rem);
	text-align: center;
	margin: 0 auto 40px;
	font-weight: bold;
}
#flow .step3{
	display: inline-block;
	background-color: #000000;
	color: #FFFFFF;
	font-size:clamp(1.6rem, 2.0vw, 2.4rem);
	margin: 0 auto 20px 0;
	padding: 8px 35px;
}
#flow .column{
	position: relative;
	width: 100%;
	border: 4px solid #a9c2b4;
	border-radius: 8px;
	margin: 0 auto 30px;
	padding: 15px 20px 15px 40px;
	align-items: center;
}
#flow .column.step01::before,#flow .column.step02::before {
  content: '';
  position: absolute;
  bottom: -29px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 75px 0 75px;
  border-color: #A9C2B4 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(0%);
}
#flow .column .title{
	width: 33%;
	font-size:clamp(1.6rem, 1.83vw, 2.2rem);
}
#flow .column .title b{
	color: #125f33;
}
#flow .column .text{
	width: 65%;
	border-left: 1px solid #b6b6b6;
	padding: 15px 0 15px 30px;
}
.contents .list-dot li{
	font-size: 1.4rem;
}
.contents .list-dot li p{
	margin-left: 25px;
}
.contents .list-dot li + li{
	margin-top: 8px;
}
#flow picture{
	display: block;
	max-width: 530px;
	margin: 0 auto 0;
	text-align: center;
}
/* chart */
#chart{
	text-align: center;
	width: 100%;
	background-color: #e9f5e6;
	margin: 0 auto 80px;
	padding: 50px 8px 50px;
}
#chart .inr{
	max-width: 1200px;
	margin: 0 auto 0;
}
#chart h2{
	color: #125f33;
	font-size:clamp(2.0rem, 2.5vw, 3.0rem);
	text-align: center;
	margin: 0 auto 60px;
	font-weight: bold;
}
#chart h2 span{
	font-size: 1.8rem;
	display: block;
}
#chart .case-title{
	max-width: 830px;
	margin: 0 auto 0;
	text-align: left;
}
#chart .case-title dt {
	font-size:clamp(1.6rem, 1.66vw, 2.0rem);
  font-weight: bold;
	margin-bottom: 30px;
}
#chart .case-title .case{
	display: inline-block;
	font-weight: bold;
	background-color: #444444;
	color: #FFFFFF;
	padding: 10px 40px;
}
#chart .case-title .text{
	margin-left: 18px;
	display: inline-block;
}
#chart .case-title dd {
	margin-bottom: 40px;
  padding: 0 0 5px 15px;
	text-align: left;
}
#chart .case-title dd p{
	margin-bottom: 20px;
}
#chart .case-title dd b{
	color: #c17c03;
}
#chart .img{
	max-width: 830px;
	position: relative;
	margin: 0 auto 70px;
}
#chart .bubble {
	max-width: 390px;
  position: absolute;
	top:-30px;
	right: -80px;
  display: inline-block;
  margin-bottom: 32px;
  padding: 27px 30px;
  border-radius: 8px;
  background-color: #5a5a5a;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}
#chart .bubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 35%;
  border-style: solid;
  border-width: 32px 20px 0 0;
  border-color: #5a5a5a transparent transparent;
  translate: -50% 100%;
}
#chart .bubble .title{
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 8px;
}
#chart .bubble .icon{
	margin-bottom: 10px;
}
#chart .ac-menu dt{
	position: relative;
	display: block;
	width: 96%;
	max-width: 980px;
	margin: 0 auto 0;
	padding: 22px 0 22px;
	text-align: center;
	font-size:clamp(1.6rem, 1.83vw, 2.2rem);
	font-weight: bold;
	border: 1px solid #000000;
	border-radius: 8px;
	cursor: pointer;
}
#chart .ac-menu dt::after{
  content: '';
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
	transition: .3s;
}
#chart .ac-menu dt.active::after{
	transform: rotate(315deg);
	transition: .3s;
}
#chart .ac-menu dd{
	padding: 45px 0 0;
}
#chart .ac-menu dd .enterprise{
	color: #b37812;
}
#chart .scroll {
  overflow-x: auto;
}
#chart table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size:1.4rem;
  line-height:1.4;
	margin-bottom: 15px;
	vertical-align: top;
}
#chart table th {  
  background: #7e7e7e;
	color: #FFFFFF;
  font-weight: bold;
}
#chart table td {
  text-align:left;
}
#chart th, #chart td {
  border: 2px solid #e9f5e6;
  background-color: #FFFFFF;
  padding: 8px;
}
/* fee */
#fee{
	max-width: 1100px;
	margin: 0 auto 70px;
	padding: 0 8px 0;
}
#fee h2{
	color: #125f33;
	font-size:clamp(2.0rem, 2.5vw, 3.0rem);
	text-align: center;
	margin: 0 auto 40px;
	font-weight: bold;
}
#fee h2 + p{
	font-size:clamp(1.6rem, 1.81vw, 2.0rem);
	margin: 0 auto 65px;
	text-align: center;
}
#fee .column{
	width: 100%;
}
#fee .set{
	width: 50%;
	background-color: #e9f3ee;
}
#fee .set#enterprise{
	width: calc(50% - 2px);
	background-color: #f7f6f3;
}
#fee .title{
	font-size:clamp(1.6rem, 1.81vw, 2.0rem);
	background-color: #125f33;
	text-align: center;
	padding: 10px 0 10px;
	color: #FFFFFF;
	font-weight: bold;
}
#fee #enterprise .title{
	background-color: #93866a;
}
#fee .set .inr{
	padding: 35px 28px 25px;
}
#fee .set p{
	margin-bottom: 35px;
}
#fee .set h3{
	font-weight: bold;
	margin-bottom: 20px;
}
#fee .set h3 span{
	font-size: 1.2rem;
	font-weight: normal;
}
#fee table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size:1.4rem;
  line-height:1.4;
	margin-bottom: 15px;
}
#fee table th {  
  background: #7e7e7e;
	color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}
#fee table td {
  text-align:right;
}
#fee th, #fee td {
  border: 2px solid #e9f3ee;
  background-color: #FFFFFF;
  padding: 8px;
}
#fee #enterprise th, #fee #enterprise td {
  border: 2px solid #f7f6f3;
}
#fee tr:nth-of-type(odd) td{
	background-color: #edebe6;
}
#fee th span{
	font-size: 1.2rem;
	font-weight: normal;
}
#fee td.tl{
	text-align: left !important;
}
#fee ul{
	margin: 0 0 20px 15px;
}
#fee li{
	font-size: 1.2rem;
}
/* contact-hospital */
#contact-hospital{
	text-align: center;
	width: 100%;
	background: url("/service/hospital/img/bg_contact_pc.jpg") no-repeat center center;
	height: 555px;
	padding: 130px 8px 0;
}
#contact-hospital h2{
	color: #FFFFFF;
	font-size:clamp(2.0rem, 2.5vw, 3.0rem);
	margin: 0 auto 55px;
}
#contact-hospital .btn a{
	position: relative;
	width: 96%;
	max-width: 630px;
	display: block;
	color: #FFFFFF;
	margin: 0 auto 0;
	padding: 25px 0 25px;
	font-size:clamp(1.6rem, 2.0vw, 2.4rem);
	border: 1px solid #FFFFFF;
	background: rgba(255,255,255,0.0);
	border-radius: 8px;
	transition: .3s;
}
#contact-hospital .btn a:hover{
	background: rgba(255,255,255,0.3);
	transition: .3s;
}
#contact-hospital .btn a::after{
  content: '';
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}

@media screen and (max-width:959px) {
.-medicaldoctor .inr{
	margin: 0 0 0 15px;
	padding: 15px 0 0 0;
}
/* task */
.lead{
	margin: 0 auto 40px;
	padding: 0 8px;
	text-align: left;
	line-height: 2.0;
}
#task{
	text-align: center;
	width: 100%;
	background-color: #e9f5e6;
	margin: 0 auto 80px;
	padding: 30px 8px 30px;
}
#task .title{
	margin: 0 auto 30px;
	text-align: left;
}
#task h2{
	color: #125f33;
	font-size:clamp(2.0rem, 2.5vw, 3.0rem);
	text-align: center;
	margin: 0 auto 25px;
	font-weight: bold;
}
#task .set{
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 6px;
	margin-bottom: 15px;
	padding: 15px 20px 15px;
}
/* features */
.features-tit{
	position: relative;
	width: 100%;
	max-width:320px;
	margin: 0 auto 0;
}
.features-tit::after{
	position: absolute;content: "";
	top:-80px;left: 0;right: 0;
	width:0;
  height:0;
  border-style:solid;
  border-width: 110px 160px 0 160px;
  border-color: #E9F5E6 transparent transparent transparent;
	z-index: 0;
}
.features-tit h2{
	position: absolute;
	top:-65px;left: 0;right: 0;
	color: #125f33;
	font-size:clamp(2.0rem, 2.5vw, 3.0rem);
	text-align: center;
	margin: 0 auto 40px;
	font-weight: bold;
	z-index: 10;
}
#features{
	text-align: center;
	width: 100%;
	background-color: #125f33;
	margin: 0 auto 50px;
	padding: 45px 8px 30px;
}
#features .set{
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 6px;
	margin-bottom: 15px;
	padding: 15px 20px 15px;
}
#features h3{
	font-size:clamp(1.8rem, 1.57vw, 2.2rem);
	color: #125f33;
	text-align: center;
	margin: 0 auto 15px;
	font-weight: bold;
}

/* reason */
#reason{
	margin: 0 auto 50px;
}
#reason table td.hos{
	width: auto;
}
#reason table td.others{
	width: auto;
}
#reason th, #reason td {
  padding: 8px;
}

/* flow */
#flow{
	max-width: 1200px;
	margin: 0 auto 70px;
	padding: 0 8px 0;
}
#flow h2{
	color: #125f33;
	font-size:clamp(2.0rem, 2.5vw, 3.0rem);
	text-align: center;
	margin: 0 auto 40px;
	font-weight: bold;
}
#flow .step3{
	display: inline-block;
	background-color: #000000;
	color: #FFFFFF;
	font-size:clamp(1.6rem, 2.0vw, 2.4rem);
	margin: 0 auto 20px 0;
	padding: 8px 35px;
}
#flow .column{
	position: relative;
	width: 100%;
	border: 4px solid #a9c2b4;
	border-radius: 8px;
	margin: 0 auto 30px;
	padding: 15px 20px 15px 15px;
	align-items: center;
}

#flow .column .title{
	width: 100%;
	font-size:clamp(1.6rem, 1.83vw, 2.2rem);
}
#flow .column .text{
	width: 100%;
	border-left: none;
	padding: 15px 0 15px 8px;
}
/* chart */
#chart{
	text-align: center;
	width: 100%;
	background-color: #e9f5e6;
	margin: 0 auto 50px;
	padding: 30px 8px 30px;
}
#chart .case-title .case{
	margin-bottom: 15px;
	padding: 10px 40px;
}
#chart .case-title .text{
	margin-left: 0px;
	display: inline-block;
}
#chart .case-title dd {
	margin-bottom: 20px;
  padding: 0 0 5px 0px;
	text-align: left;
}
#chart .img{
	max-width: 830px;
	position: relative;
	margin: 0 auto 50px;
}
#chart .bubble {
	max-width: 390px;
  position: relative;
	top:15px;
	right: 0;
  display: inline-block;
  margin-bottom: 32px;
  padding: 15px 15px;
  border-radius: 8px;
  background-color: #5a5a5a;
  text-align: left;
  font-size: 14px;
  color: #ffffff;
}
#chart .bubble::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #5a5a5a;
  translate: -50% -100%;
}
#chart .bubble .title{
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 8px;
}
#chart .ac-menu dt{
	width: 98%;
	padding: 15px 0 15px;
	font-size:clamp(1.4rem, 1.83vw, 2.2rem);
}
#chart .ac-menu dd{
	padding: 30px 0 0;
}
#chart table {
  width: 1100px;
  font-size:1.2rem;
}
#chart th, #chart td {
  padding: 6px;
}

/* fee */
#fee{
	margin: 0 auto 50px;
	padding: 0 8px 0;
}
#fee h2 + p{
	margin: 0 auto 40px;
	text-align: left;
}
#fee .set{
	width: 100% !important;
	background-color: #e9f3ee;
}
#fee #enterprise .title{
	background-color: #93866a;
}
#fee .set .inr{
	padding: 20px 10px 15px;
}
#fee .set p{
	margin-bottom: 20px;
}
#fee table {
  font-size:1.3rem;
}
#fee ul{
	margin: 0 0 20px 8px;
}

/* contact-hospital */
#contact-hospital{
	background: url("/service/hospital/img/bg_contact_sp.jpg") no-repeat center center;
	background-size: cover;
	height: auto;
	padding: 130px 8px 130px;
}
#contact-hospital h2{
	color: #FFFFFF;
	font-size:clamp(2.0rem, 2.5vw, 3.0rem);
	margin: 0 auto 40px;
}
#contact-hospital .btn a{
	position: relative;
	width: 96%;
	max-width: 630px;
	display: block;
	color: #FFFFFF;
	margin: 0 auto 0;
	padding: 25px 0 25px;
	font-size:clamp(1.6rem, 2.0vw, 2.4rem);
	border: 1px solid #FFFFFF;
	background: rgba(255,255,255,0.0);
	border-radius: 8px;
	transition: .3s;
}




}