@charset "UTF-8";
html{
    font-size: 10px;
}
/*ページ全体の高さ高さ*/
body {
    height: auto;
    background-color: #eaecea;

}

/*数字を変えたら分かる 1～6 上のメニュー文字の色に該当*/
.nav5 {
    color: rgb(0, 140, 255);
}

/*ページの名前*/

.dai{
    margin-right: 0;
    margin-left: -60vw;
    font-size: 3rem;
    padding: 0;
    margin-top: 8rem;
    margin-bottom: 4rem;
    font-weight: 600;
    color: #fff;
}

.osirase{
    height: auto;
    width: auto;
}
.osirase2{
    height: auto;
    width: auto;
}
.osirase3{
    height: auto;
    width: auto;
}

.oya2{
    font-size: 2rem;
    color: rgb(61, 172, 61);
    text-align:left;
    line-height: 1.8;
    width: auto;
}

.ko2 {
    color: black;
    font-size: 1.7rem;
    text-align: left;
    margin-bottom: 1.5rem; /* 15px / 10 */
    padding-left: 4vw;
    width: auto;
    line-height: 1.8;
    text-wrap: balance;
}


/*ページの説明説明*/
.daisyou {
    font-size: 1.6rem;
    top: 17.5rem;
}


/*本文本文*/
.p {
    font-size: 1.7rem;
    text-align: left;
    line-height: 1.7;
    color: rgb(0, 0, 0);
}

.konntena2{
    display: flex;
    flex-wrap: wrap;
    width: 90vw;
    margin: auto;
}

.blok{
    width: 60rem;
    height: auto;
    padding: 4rem 3rem 4rem 3rem;
    border: rgb(255, 187, 0) solid 0.2rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
    border-radius: 2.5rem;
    background-color: #fff;
}

/*見出し 大*/
.midasi {
    text-align: left;
    font-size: 2.5rem;
    margin: 3.5rem 0;
    
    border-bottom: medium grey solid;
}
/*見出し 中*/
.midasi2 {
    text-align: center;
    margin: 0.5rem 0 1rem 0;
    font-size: 3rem;
    font-weight: 600;
    color: rgb(124, 124, 224);
}
/*見出し 小*/
.midasi3 {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
    font-size: 2rem;
    text-align: center;
    font-weight: 550;
    color: rgb(2, 203, 6);
    color: #000;
}

/*見出しと本文をそれぞれ囲む*/
.info {
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
    width: 70vw;
    height: auto;
    background-color: #ffffff;
    border-radius: 2.5rem;
    padding: 4rem;
}
.info2{
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
    width: 70vw;
    height: auto;
    background-color: #ffffff;
    border-radius: 2.5rem;
    padding: 4rem;
}
.info3{
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
    width: 60rem;
    height: auto;
    background-color: #ffffff;
    border-radius: 2.5rem;
    padding: 4rem;
    border: #000 solid 0.2rem;
}

/*青にする*/
.ao {
    color: blue;
    border-bottom: blue solid 0.1rem;
}
.aitemu{
    border-radius: 0.5rem;
    padding: 0.4rem;
    margin: 0.2rem;
    background-color: rgb(153, 249, 217);
    width: auto;
}

.konntena{
    display: flex;
    flex-wrap: wrap;
    width: 40rem;
}



.anda-ba-{
    line-height: 1.8;
}
/*店舗リスト個別*/
.li2 {
    text-align: left;
    line-height: 2;
    list-style-type: disc;
    list-style-position: inside;
    font-size: 1.7rem;
}

/*医療DX リスト*/
.ul2 {
    list-style-type: decimal;
    list-style-position: inside;
}

/*医療DX リスト個別*/
.li3 {
    text-align: left;
    line-height: 1.5;
    font-size: 1.7rem;
}



ul {
    list-style-type: none;
    padding: 0;
}

.oya {
    text-align: left;
    margin-top: 5rem;
    margin-bottom: 10px;
}

.ko {
    text-align: left;
    margin-bottom: 10px;
}

.text{
    border: 1px solid black;
    padding: 0.5rem;
    width: 100%;
    box-sizing: border-box;
    float: left;
    font-size: 1.5rem;
}

.text2{
    border: 1px solid black;
    padding: 0.5rem;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 15rem;
    max-height: 15rem;
    min-height: 15rem;
    box-sizing: border-box;
    float: left;
    font-size: 1.5rem;
}


button {
    display: block;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.5rem;
    padding: 20px 30px;
    background-color: #007BFF;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 1.8rem;
}

button:hover {
    background-color: #0056b3;
}

@media screen and (max-width: 476px){
    html{
        font-size: 5px;
    }
    .oya2 {
        width: 15rem;
    }.info {
        padding: 2rem;
    }
    .ko2 {
        line-height: 2;
    }
}

@media screen and (min-width: 476px) and (max-width: 798px){
    html{
        font-size: 7px;
    }
    .oya2 {
        width: 15rem;
    }
}

@media screen and (max-width: 783px){
    .info {
        width: 90vw;
    }
    .blok{
        width: 90vw;
    }
}

@media screen and (min-width: 798px) and (max-width: 911px){
    html{
        font-size: 7px;
    }
}


@media screen and (min-width: 912px) and (max-width: 1200px){
    html{
        font-size: 8px;
    }
}

@media screen and (max-width: 1203px) and (min-width: 1223px){

}


/*
.mozaiku:active{
    color: black;
}
.mozaiku{
    color: rgba(0, 0, 0, 0);
    position: relative;top: 45px;left: 442px;
    font-size: 100px;
}
*/


/*
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');

.geem {
  width:50%;
  height:50%;
  overflow:hidden;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  background:#000;
  font-family: 'Roboto', sans-serif;
  font-weight:900;
  font-size:12px;
}

#game {
  width:40%;
  height:40%;
  overflow:visible;
}

#up, #down, #left, #right, #replay {
  cursor:pointer;
}

svg {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

*/