@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------
 __Patient
-----------------------------------------------*/
.SloganBox{
    height: 360px;
    margin: 0 auto 20px;
    overflow: hidden;
   position: relative;
}
.SloganBox .Fig01 .Slogan{
    z-index: 300;
    width: 45%;
    height: 35%;
    font-size: 1px;
    text-indent: -9999px;
    background: url("../refer/slogan_low01.png")no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 40%;
    left: 50px;
}
.SloganBox .Fig02 .Slogan{
    z-index: 300;
    width: 45%;
    height: 35%;
    font-size: 1px;
    text-indent: -9999px;
    background: url("../refer/slogan_low02.png")no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 44%;
    left: 65px;
}
.SloganBox .Fig03 .Slogan{
    z-index: 300;
    width: 45%;
    height: 35%;
    font-size: 1px;
    text-indent: -9999px;
    background: url("../refer/slogan_low03.png")no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 44%;
    left: 65px;
}
.SloganBox .Visual{
	max-width:1400px;
    min-width: 960px;
    margin-left: auto;
    margin-right: auto;
 }
.SloganBox .Visual li.Figure{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.SloganBox .Visual li.Figre img{
    min-width: 960px;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.Article > *{
    font-size: 300%;
}

.PatientTOP{
    padding: 80px 30px 0;
}
.PatientTOP h1{
    font-size: 400%;
    color: #6F1589;
    padding: 0 0 0 90px;
    margin-bottom: 50px;
    border-bottom: 1px solid #BDE0E0;
    background: url("../refer/ic_nav_general.png") no-repeat 0 95%;
    background-size: 84px;
}
.PatientTOP .Select{
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}
.PatientTOP .Select li{
    margin-left: 20px;
    margin-right: 20px;
}
.PatientTOP .Select li a{
    display: block;
    width: 12em;
    text-align: center;
    color: #6F1589;
    text-decoration: none;
    line-height: 110px;
    background: #DCF1DB url("../refer/ic_nav.png") no-repeat 95% 50%;
    background-size: 15px;
    border-radius: 30px;
    transition: .3s;
    transform: scale(1);
    border: 3px solid #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.PatientTOP .Select li a:hover{
    transform: scale(1.1);
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.Patient .AboutFont{
    padding: 0;
}
.Patient .NoteFont{
    padding: 1em 0.5em;
    margin:0 30px 60px;
    border: 1px solid #BDE0E0;
}
.Patient .NoteFont .About{
    text-align: center;
    color: #6F1589;
    margin-bottom: 0;
}
.Patient .CornerName{
    font-size: 350%;
    color: #6F1589;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 2px;
    text-underline-offset: 7px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0.4em;
    margin-bottom: 2em;
    border-bottom: 1px solid #BDE0E0;
    position: relative;
}
.Patient .CornerName .Page{
    font-size: 68%;
    text-decoration: none;
    position: absolute;
    right: 0;
    bottom: 20px;
}
.Patient h1.CornerName{
    margin-top: 0;
    font-weight: normal;
}
.Regenerative h2,
.Patient h1{
    font-size: 350%;
    font-weight: bold;
    color: #6F1589;
    margin-top: 2em;
    margin-bottom: 0.5em;
}
.Patient h2{
    font-size: 320%;
    color: #6F1589;
    margin-top: 2em;
    margin-bottom: 0.5em;
}
.Patient h1 + h2{
    margin-top: 0;
}
.Patient sup{
    font-size: 70%;
    vertical-align: top;
}
.Patient .Figure{
    width: 84%;
    height: auto;
}
.Patient .Figure2{
    width: 48%;
    height: auto;
}
.Patient .SelectTab ul{
    display: flex;
    justify-content: space-around;
}
.Patient .SelectTab ul li{
    width: 24%;
    font-size: 70%;
    text-align: center;
    margin-right: 1px;
    border: 3px solid #6F1589;
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    transition: .3s;
}
.Patient .SelectTab ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #6F1589;
    text-decoration: none;
    padding-bottom: 5px;
    border-radius: 10px;
    transition: .3s;
    background-color: rgba(255,255,255,0);
}
.Patient .SelectTab ul li:hover{
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    transform: scale(1.05);
}
.Patient .SelectTab ul li a:hover{
    background-color: rgba(111,21,137,0.1);
}
.Patient .SelectTab.P01 .Nav01,
.Patient .SelectTab.P02 .Nav02,
.Patient .SelectTab.P03 .Nav03,
.Patient .SelectTab.P04 .Nav04{
    background-color: #6F1589;
    border: 0px solid #6F1589;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    border-radius: 10px;
    transform: scale(1.0);
}
.Patient .SelectTab.P01 .Nav01 a,
.Patient .SelectTab.P02 .Nav02 a,
.Patient .SelectTab.P03 .Nav03 a,
.Patient .SelectTab.P04 .Nav04 a{
    color: #FFF;
    border-radius: 10px;
}
.Patient .SelectTab.P01 .Nav01 a:hover,
.Patient .SelectTab.P02 .Nav02 a:hover,
.Patient .SelectTab.P03 .Nav03 a:hover,
.Patient .SelectTab.P04 .Nav04 a:hover{
    cursor: default;
    background-color: #6F1589;
}

.Patient .References{
    margin-top: 60px;
}
.Patient .References.MgT0{
    margin-top: 0;
}
.Patient .References dt{
    font-size: 0.8em;
}
.Patient .References dd{
    font-size: 0.8em;
    word-wrap: break-word;
}
.Patient .References dd .NumList li{
    padding-left: 1.5em;
    position: relative;
}
.Patient .References dd .NumList li .Num{
    position: absolute;
    left: 0;
    top: 0;
}
.Patient .Shoujou{
    justify-content: flex-start;
}
.Patient .Shoujou li{
    margin-right: 1em;
}
.Patient .FlexImg{
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 1024px) and (orientation:portrait){
.Article > *{
    max-width: inherit !important;
    min-width: inherit !important;
}
.SloganBox {
    width: 94vw;
}
.SloganBox .Visual li.Figre img{
    min-width: inherit;
    width: 94vw;
    padding: 0;
}
.PatientTOP{
}
.PatientTOP .Select li a{
    width: 12em;
}
.Patient .NoteFont{
    margin-left: 3vw;
    margin-right: 3vw;
}
.Patient .CornerName{
    margin-left: 3vw;
    margin-right: 3vw;
}


}
@media only screen and (max-width: 1024px) and (orientation:landscape){
.SloganBox .Visual{
    min-width: 900px;
}
.SloganBox .Visual li.Figre img{
    min-width: 900px; 
}

}

@media only screen and (max-width: 767px) {
body{
    -webkit-text-size-adjust: 100%;
}
.SloganBox{
    width: 94vw;
}
.SloganBox .Fig01 .Slogan{
    z-index: 300;
    width: 58%;
    height: 40%;
    font-size: 1px;
    text-indent: -9999px;
    background: url("../refer/slogan_low01_sp.png")no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 35%;
    left: 20px;
}
.SloganBox .Fig02 .Slogan{
    z-index: 300;
    width: 47%;
    height: 56%;
    font-size: 1px;
    text-indent: -9999px;
    background: url("../refer/slogan_low02_sp.png")no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 30%;
    left: 26px;
}
.SloganBox .Fig03 .Slogan{
    z-index: 300;
    width: 47%;
    height: 56%;
    font-size: 1px;
    text-indent: -9999px;
    background: url("../refer/slogan_low03_sp.png")no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 30%;
    left: 26px;
}
.SloganBox .Visual{
    max-width: inherit;
    min-width: inherit;
}
.SloganBox .Visual li.Figre{
    width: 94vw !important;
}
.SloganBox .Visual li.Figre img{
    min-width: inherit;
    padding: 0;
}

.Article > *{
    font-size: 2.2em;
}
.PatientTOP{
    padding: 20px 0 0;
}
.PatientTOP h1{
    font-size: 300%;
    padding-top: 0.5em;
    margin-bottom: 0.5em;
}
.PatientTOP .Select{
    display: block;
    margin-bottom: 2em;
}
.PatientTOP .Select li a{
    width: 13em;
    line-height: 4em;
    margin: 0 auto 1em;
    background-size: 10px;
}
.PatientTOP .Select li a:hover{
    transform: scale(1);
}
.Patient.ArticleFontN{
    font-size: 80%;
}
.Patient .NoteFont{
    padding: 3vw;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}
.Patient.ArticleFontN .NoteFont{
    font-size: 76%;
}
.Patient .NoteFont .About{
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}
.Patient .NoteFont .BtNomalSize{
    font-size: 80%;
}
.Patient .NoteFont .BtLargeSize{
    font-size: 140%;
}
.Patient .Page{
    display: none;
}
.Patient .CornerName{
    margin-bottom: 20px;
}
.Patient h1.CornerName{
    font-size: 350%;
}
.Patient h1{
    font-size: 3rem;
    margin-top: 1em;
}
.Patient h2{
    font-size: 2.6rem;
}
.Patient .Figure{
    width: 90vw !important;
    height: auto;
}
.Patient .SelectTab ul{
    flex-wrap: wrap;
    border: 0;
}
.Patient .SelectTab ul li{
    width: 44vw;
    font-size: 86%;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 3px solid #6F1589;
    box-shadow: 0 0px 5px rgba(0,0,0,0.5);
    transition: 0s;
}
.Patient .SelectTab ul li:hover{
    transform: scaleX(1.0);
}
.Patient .SelectTab ul li a{
    border-radius: 10px;
    padding: 5px;
    transition: 0s;
}
.Patient .SelectTab.P01 .Nav01, 
.Patient .SelectTab.P02 .Nav02, 
.Patient .SelectTab.P03 .Nav03, 
.Patient .SelectTab.P04 .Nav04 {
    border: 3px solid #6F1589;
}
.Patient .FlexImg{
    display: block;
}
.Patient .FlexImg .Figure2{
    width: 80vw;
    height: auto;
    margin-bottom: 50px;
}
.Patient .FlexImg .Figure2:last-child{
    margin-bottom: 0;
}


}
