@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------
 __Medical
-----------------------------------------------*/
.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;
}

.MedicalTOP{
    padding:0 30px 0;
}
.MedicalTOP h1{
    font-size: 400%;
    color: #6F1589;
    padding: 20px 0 0 90px;
    margin-bottom: 50px;
    border-bottom: 1px solid #BDE0E0;
    background: url("../refer/ic_nav_medical.png") no-repeat 0 95%;
    background-size: 70px;
}
.MedicalTOP .Select{
    display: flex;
    width: 900px;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.MedicalTOP .Select li{
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
}
.MedicalTOP .Select li a{
    display: table-cell;
    width: 380px;
    height: 118px;
    text-align: center;
    color: #6F1589;
    vertical-align: middle;
    text-decoration: none;
    font-size: 2.4rem;
    line-height: 1.3;
    background: #DCF1F1 url("../refer/ic_nav.png") no-repeat 95% 50%;
    background-size: 15px;
    border-radius: 30px;
    border: 3px solid #FFF;
    transition: .3s;
    transform: scale(1);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.MedicalTOP .Select li a .SmallFont{
    font-size: 2.0rem;
}
.MedicalTOP .Select li a:hover{
    transform: scale(1.1);
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.Medical{
    max-width: 800px;
    margin: 0 auto;
}
.Article.Medical > *{
    max-width: inherit;
    min-width: inherit;
    padding-left: 0;
    padding-right: 0;
}

.Article.Medical h1{
    font-size: 3.4rem;
    color: #6F1589;
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 0.5em;
}
.Article.Medical h1.CornerName {
    font-size: 3.5rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 1em;
}
.Medical h1.UnderTab{
    font-size: 2.8rem;
    margin-top: 3rem;
}
.Medical h2{
    font-size: 2.4rem;
    color: #6F1589;
    margin-top: 2em;
    margin-bottom: 0.5em;
}
.Medical h1 + h2{
    margin-top: 0em;
}
.Medical h3{
    font-size: 2rem;
    margin-top: 1em;
    margin-bottom: 0.5em;
}
.Medical h4{
    font-size: 1.8rem;
    margin-top: 1em;
    margin-bottom: 0.5em;
}
.Medical sup{
    font-size: 70%;
    vertical-align: top;
}
.Medical .SelectTab ul{
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
}
.Medical .SelectTab ul li{
    width: 32%;
    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;
}
.Medical .SelectTab.Product ul li{
/*    width: 24%;*/
    width: 32%;
}
.Medical .SelectTab ul li:hover{
    transform: scale(1.05);
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
}
.Medical .SelectTab ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 3em;
    color: #6F1589;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    transition: .3s;
    background-color: rgba(255,255,255,0);
}
.Medical .SelectTab ul li a:hover{
    background-color: rgba(111,21,137,0.1);
}
.Medical .SelectTab.P01 .Nav01,
.Medical .SelectTab.P02 .Nav02,
.Medical .SelectTab.P03 .Nav03,
.Medical .SelectTab.P04 .Nav04{
    background-color: #6F1589;
    border: 0px solid #6F1589;
    border-radius: 10px;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    transform: scale(1.0);
}
.Medical .SelectTab.P01 .Nav01 a,
.Medical .SelectTab.P02 .Nav02 a,
.Medical .SelectTab.P03 .Nav03 a,
.Medical .SelectTab.P04 .Nav04 a{
    color: #FFF;
    border-radius: 10px;
}
.Medical .SelectTab.P01 .Nav01 a:hover,
.Medical .SelectTab.P02 .Nav02 a:hover,
.Medical .SelectTab.P03 .Nav03 a:hover,
.Medical .SelectTab.P04 .Nav04 a:hover{
    cursor: default;
    background-color: #6F1589;
    border-radius: 10px;
}

.Medical .References{
    margin-top: 60px;
}
.Medical .References.MgT0{
    margin-top: 0;
}
.Medical .References dt{
    font-size: 1.4rem;
}
.Medical .References dd{
    font-size: 1.4rem;
    word-wrap: break-word;
}
.Medical .References dd .NumList li{
    padding-left: 1.5em;
    position: relative;
}
.Medical .References dd .NumList li .Num{
    position: absolute;
    left: 0;
    top: 0;
}
.Medical .ProductName{
    height: 122px;
    margin-bottom: 40px;
    background: url("../medical/refer/logo_vyznova.png") no-repeat 0 0;
    background-size: contain;
}
.Medical .ProductName *{
    font-size: 1px;
    text-indent: -9999px;
}
.Medical h2 .Etc{
    color: #000;
    margin-left: 0.3em;
}
.Product h3{
    font-size: 2.2rem;
    color: #6F1589;
    margin-top: 2em;
    margin-bottom: 0.5em 
}
.Product .Saishiyou{
    color: #000;
    font-size: 1.6rem;
    font-weight: normal;
}
.Product .BorderBox{
    padding: 1em 1em 0;
    margin-bottom: 2em;
    border: 1px solid #000;
}
.Product .BorderBox h3{
    color: #000;
    font-size: 1.8rem;
    margin-top: 0;
}
.Product .Keikoku{
    color: #F00;
    padding: 1em 1em 0;
    margin-bottom: 2em;
    border: 1px solid #F00;
}
.Product .Keikoku h3{
    color: #F00;
    font-size: 1.8rem;
    margin-top: 0;
}
.Product .Kinki{
    padding: 1em 1em 0;
    margin-bottom: 2em;
    border: 1px solid #F00;
}
.Product .Kinki h3{
    color: #000;
    font-size: 1.8rem;
    margin-top: 0;
}

.Download .Select{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.Download .Select li{
    width: 18em;
    font-size: 2rem;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.Download .Select li a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #6F1589;
    vertical-align: middle;
    text-decoration: none;
    line-height: 1.3;
    padding-top: 1em;
    padding-bottom: 1em;
    background: #DCF1F1 url("../refer/ic_pdf_purple.png") no-repeat 30px 50%;
    background-size: 30px;
    border: 3px solid #FFF;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    transition: .3s;
    transform: scale(1);
}
.Download .Select li.DL a{
    background: #DCF1F1 url("../refer/ic_dl_purple.png") no-repeat 30px 50%;
    background-size: 30px;
}
.Download .Select li.Guideline a{
    font-size: 1.8rem;
    text-align: left;
    padding-left: 3.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background: #FFE7C7 url("../refer/ic_cloud.png") no-repeat 24px 50%;
    background-size: 30px;
}
.Download .Select li.Guideline a .Blank{
    font-size: 1.2rem;
}
.Download .Select li a .SmallFont{
    font-size: 2.0rem;
}
.Download .Select li a:hover{
    transform: scale(1.05);
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.Seminar .InqPhone{
    padding: 1em;
    border: 5px solid #BDE0E0;
    border-radius: 10px;
}
.Seminar .InqPhone li{
    font-size: 2.0rem;
    text-align: center;
}
.Seminar br.SP{
    display: none;
}
.Lecture .LecList{
    display: flex;
    justify-content: flex-start;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #BDE0E0;
}
.Lecture .LecList:last-child{
    border-bottom: 0;
}
.Lecture .LecList figure{
    width: 200px;
    margin: 0 20px 0;
}
.Lecture .LecList figure .BtPdf{
    display: inline-block;
    margin: 0.5em auto 0;
}
.Lecture .LecList figure .BtPdf a{
    display: block;
    color: #6F1589;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    padding: 0.2em 2em;
    border: 2px solid #FFF;
    border-radius: 6px;
    background:#DCF1F1 url("../refer/ic_pdf_purple.png") no-repeat 10px 50%;
    background-size: 1em;
    transition: .3s;
    transform: scale(1);
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
}
.Lecture .LecList figure .BtPdf a:hover{
    transform: scale(1.1);
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.Lecture .LecList .OutlineBox .Conference{
    margin-bottom: 0;
}
.Lecture .LecList .OutlineBox h2{
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
}
.Lecture .LecList .OutlineBox .Theme{
    color: #6F1589;
}
.Lecture .LecList .Outline li{
    padding-left: 5em;
    margin-bottom: 0.2em;
    position: relative;
}
.Lecture .LecList .Outline li .HD{
    width: 4em;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
}
.Lecture .LecList .Outline.PL07em li{
    padding-left: 7em;
}
.Lecture .LecList .Outline.PL07em li .HD{
    width: 6em;
}
.Lecture .LecList .Presenter li{
    padding-left: 5em;
    margin-bottom: 0.2em;
    position: relative;
}
.Lecture .LecList .Presenter li.Title{
    font-weight: bold;
    padding-left: 2em;
    margin-top: 0.5em;
}
.Lecture .LecList .Presenter li .HD{
    width: 4em;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
}
.Lecture .Kakumaku2026 .Date{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.QandA .Question{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #BDE0E0;
}
.QandA .Question h2{
    padding-left: 40px;
    margin-top: 0;
    position: relative;
}
.QandA .Question h2::before{
    display: inline-block;
    width: 30px;
    height: 30px;
    content: "Q";
    font-size: 1.8rem;
    font-weight: 600;
    color: #6F1589;
    text-align: center;
    line-height: 24px;
    border: 1px solid  #6F1589;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0.2em;
}
.QandA .Ans{
    padding-left: 40px;
    position: relative;
}
.QandA .Ans::before{
    display: inline-block;
    width: 30px;
    height: 30px;
    content: "A";
    font-size: 1.8rem;
    font-weight: 600;
    color: #51B1B1;
    text-align: center;
    line-height: 26px;
    border: 1px solid  #51B1B1;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.QandA .Ans .ListNumIndent3em li{
    padding-left: 3em;
    text-indent: -3em;
}

@media only screen and (max-width: 960px) and (orientation:portrait){
.SloganBox {
    width: 94vw;
}
.SloganBox .Visual li.Figre img{
    min-width: inherit;
    width: 94vw;
    padding: 0;
}
.MedicalTOP .Select{
    display: block;
    width: auto;
}
.MedicalTOP .Select li{
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
}
.MedicalTOP .Select li a{
    width: 50vw;
}
.Medical{
    max-width: 768px;
}
.Medical .NoteFont{
    margin-left: 3vw;
    margin-right: 3vw;
}
.Medical h1{
}
.Download .Select li {
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
}
.Download .Select li a{
    width: 100%;
}
.Download .Select li.Guideline a {
    text-align: center;
    padding-left: 0;
}
}
@media only screen and (max-width: 960px) and (orientation:landscape){
.SloganBox .Visual{
    min-width: 900px;
}
.SloganBox .Visual li.Figre img{
    min-width: 900px; 
}
}

@media only screen and (max-width: 767px) {
.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 > *{
}
.MedicalTOP{
    padding: 0;
}
.MedicalTOP h1{
    font-size: 3rem;
    padding-top: 1em;
    padding-left: 60px;
    margin-bottom: 1em;
    background-size: 50px;
}
.MedicalTOP .Select{
    display: block;
    width: auto;
    margin-bottom: 2em;
}
.MedicalTOP .Select li{
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
}
.MedicalTOP .Select li a{
    width: 94vw;
    height: auto;
    font-size: 2.0rem;
    margin: 0 auto;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-size: 10px;
    border-radius: 10px;
}
.MedicalTOP .Select li a .SmallFont{
    font-size: 1.6rem;
}
.MedicalTOP .Select li a:hover{
    transform: scale(1);
}
.Medical.ArticleFontN{
    font-size: 80%;
}
.Medical .NoteFont{
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}
.Medical.ArticleFontN .NoteFont{
    font-size: 76%;
}
.Medical .NoteFont .About{
    text-align: left;
    margin-bottom: 0;
}
.Medical .NoteFont .BtNomalSize{
    font-size: 80%;
}
.Medical .NoteFont .BtLargeSize{
    font-size: 140%;
}
.Medical .Page{
    display: none;
}
.Article.Medical h1.CornerName {
    font-size: 2.0rem;
    margin-bottom: 1em
}
.Article.Medical h1{
    font-size: 2.0rem;
    margin-bottom: 1em;
}
.Medical .SelectTab + h1{
    margin-top: 1em;
}
.Medical h2{
    font-size: 1.8rem;
    margin-top: 1em;
}
.Medical h3{
    font-size: 1.6rem;
    margin-top: 1em;
}
.Medical h2 + h3{
    margin-top: 0;
}
.Medical .Figure{
    width: 90vw !important;
    height: auto;
}
.Medical .SelectTab ul{
    flex-wrap: wrap;
    justify-content: flex-start;
    border: 0;
}
.Medical .SelectTab ul li,
.Medical .SelectTab.Product ul li{
    min-height: 4em;
    width: 44vw;
    font-size: 86%;
    border-radius: 10px;
    margin:0 1.5vw 10px 1.5vw;
    border: 3px solid #6F1589;
    box-shadow: 0 0px 5px rgba(0,0,0,0.5);
    transition: 0s;
}
.Medical .SelectTab.Product ul li:nth-child(even) {
    margin-right: 0;
}
.Medical .SelectTab ul li:hover{
    transform: scale(1.0);
}

.Medical .SelectTab.P01 .Nav01, 
.Medical .SelectTab.P02 .Nav02, 
.Medical .SelectTab.P03 .Nav03, 
.Medical .SelectTab.P04 .Nav04 {
    border: 3px solid #6F1589;
}
.Medical .SelectTab ul li a{
    border-radius: 10px;
    padding: 5px;
    transition: 0s;
}

.Medical .ProductName{
    display: block;
}
.Medical .ProductName .IfnoPrd{
    flex-wrap: wrap;
}
.Medical .ProductName .IfnoPrd li {
    white-space: nowrap;
}
.Medical .ProductName .IfnoPrd li:first-child {
    margin-right: 1em;
}
.Medical .ProductName .IfnoPrd .BD {
    margin-left: 0;
}
.Medical .ProductName figure{
    display: none;
}
.Download .Select{
    display: block;
}
.Download .Select li{
    width: 90vw;
    margin: 0 auto 3vw;
}
.Download .Select li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    padding: 0.5em;
    transition: 0s;
    background-size: 30px;
}
.Download .Select li.Guideline a {
    padding-left: 40px;
}
.Download .Select li a:hover{
    transform: scale(1.0);
}
.Seminar .InqPhone li{
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 0.5em;
}
.Seminar .InqPhone li .HD{
    display: block;
}
.Seminar br.SP{
    display: block;
}
.Lecture .LecList{
    flex-direction: column-reverse;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.Lecture .LecList .OutlineBox .Theme{
    font-size: 1.8rem;
}
.Lecture .LecList figure{
    width: auto;
}
}
