@charset "UTF-8";

/* ===== wy[W ===== */
#content-page {
    background: #EDECF2;
	color: #0B2243;
}
#content-wrap {
    padding: 150px 0 80px;
}

section {
	max-width:1100px;
	margin: auto;
}
@media (max-width: 480px) {
	section {
		font-size:0.9em;
	}
}


.page-main-tit {
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
	margin: 0 0 30px;
}
.page-text {
    width: 90%;
    margin: 0 auto 80px;
    line-height: 2;
	font-size: 1.1em;
}
.page-text .right-text {
	text-align:right;
	margin:20px 0 0;
}
.page-text-caution {
    font-size: 0.8em;
	display: inline-block;
    margin: 30px 0 0;
}
.page-border {
    width: 90%;
    margin: 0 auto 60px;
    line-height: 2;
	border:1px solid #0B2243;
	padding:50px;
	text-align:center;
}
.page-bg-wh {
	background:#FFF;
	padding:20px;
	margin:20px auto 40px;
}

@media (max-width: 480px) {
	.page-text {
		margin: 0 auto 50px;
	}
	.page-border {
		padding: 20px;
	}
}

.page-img {
    margin: 0 auto 80px;
}
.page-img img {
    width: 100%;
}
@media (max-width: 480px) {
	.page-img {
		margin: 0 auto 50px;
	}
}

.page-sub-tit {
    width: 90%;
    margin: 0 auto 20px;
    font-size: 1.4em;
    font-weight: 600;
}

.services {
    padding: 0;
}
.vision-detail {
  width: 96%;
  max-width: 1200px;
  margin: auto;
  background: #EDECF2;
  background-image: linear-gradient(179deg, #E1E0E6 10%, #f0eff4);
  box-shadow: inset -10px -10px 30px var(--unnamed-color-ffffff);
  box-shadow: inset -10px -10px 30px #FFFFFF;
  border-radius: 50px;
  padding: 50px 80px;
  margin: 0 auto 80px;
  display:flex;
  align-items: center;
  position:relative;
}
.vision-detail.admission-detail {
  margin: 50px auto 80px;
}
.vision-number {
  font-size:3.5rem;
  font-weight:bold;
  font-family:Arial, Helvetica, sans-serif;
  position:absolute;
  top:-40px;
  left:0;
}
.vision-text {
	width:70%;
}
.vision-text strong {
	font-size: 1.1em;
}
.vision-figure {
    width: 25%;
    margin: 0 5% 0 0;
}
.vision-figure img {
    margin: auto;
	max-width:200px;
}
.vision-detail h4 {
	font-size: 1.6rem;
      font-weight: 500;
}
.vision-detail p {
    margin-top: 1rem;
    line-height: 2;
}
.vision-detail p a {
    color: #fff;
	background:#0B2243;
	text-decoration:none;
	display:block;
	padding:15px;
	border-radius:50px;
	text-align: center;
    max-width: 600px;
    margin: 10px 0 30px;
}
@media (max-width: 768px) {
	.vision-detail {
		padding: 30px;
	}
	.vision-figure img {
		max-width: 150px;
	}
}
@media (max-width: 480px) {
	.vision-detail {
		padding: 30px;
		display: block;
		width:92%;
	}
	.vision-number {
		font-size: 3rem;
		top: -33px;
	}
	.vision-figure {
		width: 100%;
		margin:0;
	}
	.vision-figure img {
		max-width:150px;
		margin:auto;
	}
	.vision-text {
		width: 100%;
	}
	.vision-detail h4 {
		font-size: 1.4rem;
	}
	.vision-detail p {
		font-size: 0.9rem;
	}
}
.hos-title {
	background:#0c2242;
	color:#FFF;
	padding:8px;
	font-size:1em;
	text-align:center;
}
.hos-list {
	margin:20px auto;
	display: flex;
	justify-content: space-between;
    flex-wrap : wrap;
	column-gap: 20px;
}
.hos-list li{
	margin:0 auto 30px;
	width:48%;
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
  background: #EDECF2;
  background-image: linear-gradient(179deg, #E1E0E6 10%, #f0eff4);
  box-shadow: inset -10px -10px 30px var(--unnamed-color-ffffff);
  box-shadow: inset -10px -10px 30px #FFFFFF;
  border-radius: 30px;
  padding: 50px 30px;
}
.hos-list:after {
    content: "";
    display: block;
    width: 49%; 
    height: 0;
}
.hos-img{
	width:35%;
}
.hos-text{
	width:60%;
}
.hos-text h5{
	font-size:1.1em;
}
.hos-text p{
	font-size:0.9em;
	margin:10px 0;
}
.hos-link a {
	color:#3966a5;
	font-size:0.8em;
}
.hos-link a::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url('/img/icon_other_link.png');
    background-position: center;
    background-size: contain;
	background-repeat:no-repeat;
	margin: 0 0 -1px 5px;
}

.inspec {
    padding: 30px 50px;
    border: 3px solid #0B2243;
    border-radius: 30px;
	margin:50px auto;
}
.inspec h5 {
    text-align: center;
    font-size: 1.2em;
	position: relative;
	cursor:pointer;
}	
.inspec-inner {
    /*display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	column-gap: 20px;*/
	margin: 50px 0;
	display: none;
	font-size:1.1em;
}
.inspec-text {
	text-align:center;
	margin-bottom:30px;
}
.inspec-table {
    /*width: 48%;*/
	width:100%;
    margin: 0 auto;
}
.inspec-table table {
    font-size: 0.9em;
	width: 100%;
	border-collapse: collapse;
}
.inspec-table table th {
    background: #cfccdb;
    text-align: left;
    vertical-align: top;
	padding:10px 15px;
	border-right:1px solid #e5e3eb;
	border-bottom:1px solid #e5e3eb;
	font-weight:normal;
}
.inspec-table table td {
    background: #fff;
    vertical-align: top;
	padding:10px 15px;
	border-bottom:1px solid #e5e3eb;
}
.scroll-hint-icon-wrap {
    top: 100px !important;
    height: auto !important;
}
@media (max-width: 480px) {
	.hos-list li {
		width: 94%;
		padding:20px;
	}
	.inspec {
		padding: 0;
		border-top: 3px solid #0B2243;
		border-bottom: 3px solid #0B2243;
		border-right: none;
		border-left: none;
		border-radius: 0;
	}
	.inspec h5 {
		padding: 20px 0;
	}
	.inspec h5::after {
        right: 20px;
        top: 15px;
		font-size: 1.1em;
	}
	.inspec-inner {
		margin: 30px 0;
	}
	.inspec-table table {
		width: auto;
		width: 900px;
	}
}



.koto-img-box {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	column-gap: 1%;
	margin: 0 auto 60px;
}
.koto-img-box li {
	list-style:none;
}
.koto-img-box.three li {
	width:32%;
}
.koto-img-box.four li {
	width:23.5%;
}
.koto-img-box li img {
	width:100%;
}
.koto-img-text {
	font-size:0.9em;
}
@media (max-width: 480px) {
	.koto-img-box {
		width: 90%;
		margin: 0 auto 20px;
	}
	.koto-img-box.three li {
		width: 100%;
		margin: 0 auto 20px;
	}
	.koto-img-box.four li {
		width: 48%;
		margin: 0 auto 2%;
	}
}



.plan-list {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	column-gap: 20px;
	text-align: center;
	margin:50px auto 60px;
}
.plan-list li {
	width:48%;
	list-style:none;
}
.plan-list li a {
	background: #fff;
    border-radius: 50px;
    display: block;
    padding: 15px;
	text-decoration:none;
	color:#0B2243;
	font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
}
.plan-list li a:hover {
	color:#fff;
	background:#0B2243;
}
#plan-one ,
#plan-two {
	padding-top:90px;
	margin-top:-90px;
}
.plan-detail {
  background: #EDECF2;
  background-image: linear-gradient(179deg, #E1E0E6 10%, #f0eff4);
  box-shadow: inset -10px -10px 30px var(--unnamed-color-ffffff);
  box-shadow: inset -10px -10px 30px #FFFFFF;
  border-radius: 30px;
  padding: 50px 80px;
      margin: 0 auto 80px;

}
.plan-detail h4 {
    text-align: center;
    font-size: 2em;
    margin: 0 auto 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.plan-title {
    text-align: center;
    font-size: 2em;
    font-weight: 400;
}
.plan-title strong {
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: -3px;
    display: inline-block;
    margin: 0 5px;
}
.plan-sub {
    text-align: center;
    font-size: 1.6em;
    line-height: 0.5;
}
.plan-sub strong {
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: -3px;
    display: inline-block;
    margin: 0 5px;
}
.plan-table {
    margin: 70px auto 0;
	font-size: 1.1em;
}
.plan-table-list {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	align-items:center;
	border-bottom: 1px solid #fff;
	padding: 5px 0;
}
.plan-table-list.top-pos {
    align-items:flex-start;
	padding: 20px 0;
}

.fee-title {
    width: 15%;
    /*font-size: 1.3em;*/
}
.fee-title.right-col {
    width: 8%;
}
.fee-price {
    font-size: 1.2em;
}
.fee-price strong {
    font-size: 2.5em;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: -3px;
    display: inline-block;
    margin: 0 5px;
}
.fee-price span {
    font-size: 0.8em;
    display: inline-block;
    margin: 0 0 0 10px;
}
.slash {
    width: 5%;
}
.slash hr{
    width: 70px;
    border: 0;
    border-top: 1px solid #0B2243;
    margin: 0;
    padding: 0;
	transform: rotate(-45deg);
}
.fee-tax {
    margin: 11px 0 0;
}
.family-fee-title {
    width: 15%;
    font-size: 1.1em;
}
.family-fee-price {
    font-size: 1.2em;
    width: 66%;
}
.family-fee-price strong {
    font-size: 2.5em;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: -3px;
    display: inline-block;
	margin: 0 5px;
}
.sur-detail , .year-detail{
	width:80%;
	list-style: none;
}
.year-detail li {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	align-items:center;
	border-bottom:1px solid #fff;
	padding: 10px 0;
}
.year-detail li:first-child {
	padding: 0 0 10px;
}
.year-detail li:last-child {
	border-bottom:none;
}

.year-sub {
	width:20%;
}
.year-price {
	width:15%;
}
.year-price strong {
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: -3px;
    display: inline-block;
	margin: 0 5px;
}
.year-caution {
	width:65%;
}

.year-box{
	border:none;
}
@media (max-width: 768px) {
	.plan-detail {
		padding: 30px;
		width: 96%;
	}
	.plan-table {
		font-size: 0.9em;
		margin: 30px auto 0;
	}
	.plan-title {
		font-size: 1.5em;
        line-height: 1.2;
	}
	.plan-sub {
		font-size: 1.3em;
		line-height: 1;
		margin: 10px 0 0;
	}
	.fee-title.right-col {
		width: 10%;
	}
}
@media (max-width: 480px) {
	.plan-list {
		width: 90%;
	}
	.plan-list li {
		width: 46%;
	}
	.plan-detail {
		border-radius: 30px;
		padding: 30px;
		width: 96%;
	}
	.plan-table {
		margin: 20px auto 0;
		font-size: 1em;
	}
	.plan-title {
		font-size: 1.5em;
        line-height: 1.2;
	}
	.plan-sub {
		font-size: 1.3em;
		line-height: 1;
		margin: 10px 0 0;
	}
	.fee-title {
		width: 30%;
		font-size: 1.1em;
	}
	.fee-price strong {
		font-size: 2em;
	}
	.slash {
		display: none;
	}
	.fee-price {
		width: 70%;
	}
	.fee-title.right-col {
		width: 35%;
	}
	.fee-title.right-col + .fee-price{
		width: 30%;
	}
	.fee-tax {
		width: 30%;
	}
	.family-fee-title {
		width: 29%;
		font-size: 1.0em;
	}
	.family-fee-price {
		width: 40%;
	}
	.family-fee-price strong {
		font-size: 2em;
	}
	.family-fee-tax {
		width: 30%;
		margin: 10px 0 0;
	}
	.sur-detail, .year-detail {
		width: 100%;
	}
	.sur-detail {
		padding: 0 0 0 1.3em;
		text-indent: -1.3em;
	}
	.year-caution {
		width: 100%;
	}
	.year-sub {
		width: 40%;
	}
	.year-price {
		width: 60%;
	}
	.year-detail li:nth-of-type(3) .year-price{
		width: 25%;
	}
	.year-detail li:nth-of-type(3) .year-caution{
		width: 35%;
		margin: 3px 0 0;
	}

}



.admission-text {
	width:92%;
	margin: auto;
}


#faq-q1 , #faq-q2 , #faq-q3 , #faq-q4 , #faq-q5 , #faq-q6 , #faq-q7 {
	margin:-100px 0 0;
	padding:100px 0 0;
}

.faq-detail {
  background: #EDECF2;
  background-image: linear-gradient(179deg, #E1E0E6 10%, #f0eff4);
  box-shadow: inset -10px -10px 30px var(--unnamed-color-ffffff);
  box-shadow: inset -10px -10px 30px #FFFFFF;
  border-radius: 30px;
  padding: 50px 80px 30px;
  margin: 0 auto 80px;

}
.faq-q {
    font-size: 1.3em;
    font-weight: 500;
    padding: 0 0 20px 60px;
	position:relative;
}
.faq-a {
    border-top: 1px solid #fff;
    padding: 20px 0 0 60px;
	position:relative;
	line-height: 2;
	display: none;
}
.faq-a ol {
	margin:20px auto;
}
.faq-a ol li {
	list-style:none;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
.faq-q::before , .faq-a::before {
    font-size: 30px;
    font-weight: 600;
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	left:0;
}
.faq-q::before {
	top:-5px;
}
#faq-q1 .faq-q::before {
	content:"Q1";
}
#faq-q2 .faq-q::before {
	content:"Q2";
}
#faq-q3 .faq-q::before {
	content:"Q3";
}
#faq-q4 .faq-q::before {
	content:"Q4";
}
#faq-q5 .faq-q::before {
	content:"Q5";
}
#faq-q6 .faq-q::before {
	content:"Q6";
}
#faq-q7 .faq-q::before {
	content:"Q7";
}

.faq-a::before {
	content:"A";
	top:10px;
}
.faq-table {
	margin:30px 0;
}
.faq-table th {
	text-align:left;
	font-weight:normal;
	padding-right:20px;
}
@media (max-width: 768px) {
	.faq-st {
		font-weight:500;
		display:block;
	}
	.faq-table tr {
		vertical-align:bottom;
	}
    .faq-q {
        padding: 0 50px 20px 50px;
    }
	.faq-q::after {
		right: 0px;
		top: 0;
		font-size: 1.1em;
	}
}
@media (max-width: 480px) {
	.faq-detail {
		padding: 30px;
		padding: 30px 30px 20px;
		width:94%;
	}
	.faq-table {
		margin: 20px 0;
	}
	.faq-q {
		font-size: 1.2em;
		padding: 0 0 20px 50px;
	}
	.faq-a {
		padding: 20px 0 0 50px;
	}
	.faq-q::before, .faq-a::before {
		font-size: 25px;
	}
	.faq-table th {
		padding-right:0;
		display: block;
		width: 100%;
	}
	.faq-table td {
		padding-right:0;
		display: block;
		width: 100%;
		margin: 0 0 10px;
	}

}



.column-number {
	text-align:center;
	margin: 0 0 40px;
}
.column-number span {
	display:inline-block;
	padding:20px 60px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
  background: #EDECF2;
  background-image: linear-gradient(179deg, #E1E0E6 10%, #f0eff4);
  box-shadow: inset -10px -10px 30px var(--unnamed-color-ffffff);
  box-shadow: inset -10px -10px 30px #FFFFFF;
  border-radius: 30px;
}
.column-box {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	column-gap: 20px;
	font-weight: 600;
}
.column-list {
	width:30%;
	background:#fff;
	border-radius: 50px;
}
.column-list a {
	display:block;
	text-decoration:none;
	color:#0B2243;
	padding:40px;
}
.column-list:hover {
	background:#0B2243;
}
.column-list:hover a {
	color:#fff;
}
.column-list p {
	display:none;
}
.column-list-title {
	text-align:center;
	position:relative;
	margin-bottom: 2rem;
}
.column-list-title::before {
  background-color: #0B2243;
  border-radius: 5px;
  bottom: -15px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 30px;
}
.column-list:hover a .column-list-title::before {
  background-color: #fff;
}
.column-list-text {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	text-align: center;
}
.column04-textlist {
	margin:20px 0 0;
	padding-left: 1.2em;
}
.column04-textlist li {
	list-style:none;
	text-indent: -1.2em;

}
.column04-textlist li::before {
	list-style:none;
	width: 14px;
	height: 14px;
	content: '';
	border-radius: 100%;
	background:#0B2243;
	display:inline-block;
	margin: 0 50px 0 0;
}

@media (max-width: 480px) {
	.column-box {
		display: block;
		width: 96%;
		margin: auto;
	}
	.column-list {
		width: 100%;
		background: #fff;
	}
	.column-list-text {
		height: auto;
	}
	.column-list a {
		padding: 20px 30px;
		margin: 0 0 30px;
	}
	.column04-textlist li::before {
		margin: 0 6px 0 0 ;
	}
}

.doctor-title {
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    margin: 0 0 30px;
}
.doctor-wrap {
  padding-top: 90px;
  margin-top: -90px;

}
.doctor-detail {
  background: #EDECF2;
  background-image: linear-gradient(179deg, #E1E0E6 10%, #f0eff4);
  box-shadow: inset -10px -10px 30px var(--unnamed-color-ffffff);
  box-shadow: inset -10px -10px 30px #FFFFFF;
  border-radius: 30px;
  padding: 50px;
  margin: 0 auto 50px;

}
.doctor-inner {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	column-gap: 20px;
}
.doctor-text {
	width:75%;
	position:relative;
}
.doctor-icon-video {
	position: absolute;
    top: 20px;
    right: 5px;
    width: 40px;
}
.doctor-img {
	width:20%;
}
.doctor-img img {
	width:100%;
}
.doctor-text h4 {
	font-size: 1.5em;
}
.doctor-text h4 span {
	font-size: 0.65em;
    display: inline-block;
    margin: 0 0 0 15px;
    font-weight: normal;
}
.doctor-text h5 {
    font-weight: normal;
    margin: 5px 0 15px;
	font-size: 1.1em;
}
.doctor-text h5 span {
    transform: scale(0.7, 1.6);
    display: inline-block;
}
.doctor-text p {
	line-height:2;
	font-size:1.1em;
}
#gan {
	padding-top:90px;
	margin-top:-90px;
}
#shin ,
#nou {
	padding-top:150px;
	margin-top:-90px;
}
.case-list {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	column-gap: 20px;
	margin:20px 0;
	font-size: 1.05em;
}
.case-list li {
    width:30%;
	list-style-type:none;
	border:1px solid #fff;
	border-radius: 30px;
	padding:20px;
}
.case-title {
    font-size: 1.1em;
    text-align: center;
    font-weight: 600;
}
.case-title span {
    font-size: 1.4em;
    margin: 0 5px 0 0;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: -1px;
}
.case-stage {
    text-align: center;
    margin: 0 0 10px;
    font-weight: 600;
}
.case-sub {
	padding-left: 5em;
    text-indent: -3em;
}
.case-text {
    text-align: center;
    border-top: 1px solid #fff;
    padding-top: 10px;
    margin-top: 10px;
}
.okada-text {
	padding: 0 0 0 1em;
}
.okada-text span {
	margin: 0 0 0 -1em;
}
@media (max-width: 480px) {
	.doctor-inner {
		flex-direction:column-reverse;
	}
	.doctor-detail {
		padding: 20px;
		width: 92%;
	}
	.doctor-img {
		width: 100%;
	}
	.doctor-img img {
		width: 50%;
		margin: 0 auto 20px;
	}
	.doctor-text {
		width: 100%;
	}
	.doctor-icon-video {
		top: 10px;
	}
	.case-list li {
		width: 100%;
		margin: 0 0 20px;
	}
}

.video-tag {
    padding-top: 90px;
    margin: -90px auto 0;
	width: 96%;
}
.video-tag h4 {
	font-size:1.3em;
	margin:0 0 10px;
}
.video-tag .video-return {
	text-align:right;
	margin: 0 0 50px;
}
.video-tag .video-return a {
	color:#0B2243;
}
.video-list-box {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 1%;
}
.video-list-box li {
	list-style:none;
	width: 32%;
	margin-bottom:20px;
}
.video-list-box li .video-img {
	background-color: rgba(0, 0, 0, 1.0);
	border-radius: 15px;
	position:relative;
}
.video-list-box li .video-img:after {
	background: url(/img/icon_play_arrow.png) no-repeat;
    content: "";
    width: 50px;
    height: 50px;
    background-size: contain;
    margin: 0 5px 0 0;
    vertical-align: middle;
	position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.video-list-box li img {
	width:100%;
	position:relative;
	opacity:0.7;
	border-radius: 15px;
}
.video-list-box li a {
	text-decoration:none;
	color: #0B2243;
}

.lity-close {
    position: absolute !important;
    top: -40px !important;
}

@media (max-width: 480px) {
	.video-tag {
		width: 90%;
		margin: auto;
		display: block;
	}
	.video-list-box li {
		width: 100%;
	}
}
