         html {
            border: 0;
            color: inherit;
            font: inherit;
            margin: 0;
            padding: 0;
            vertical-align: baseline;
            -webkit-font-smoothing: antialiased;
            font-family: "Google Sans",Roboto,Helvetica,Arial,sans-serif;
            font-size: 16px;
            line-height: 1;
            height: 100%;
            position: static;
         }

         body {
            height: 100%;
            overflow: visible;
            overflow-y: scroll;
         }

         * {
            box-sizing: border-box;
         }

         .logo {
            margin-right:8px;
            height:40px;
            width:40px;
         }

         .main {
            margin: 0 auto;
            width:calc(100% - 48px);
            max-width: 1296px;
            position: relative;
         }

         .appname {
            line-height: 2rem;
            font-size: 1.5rem;
            letter-spacing: 0;
            font-weight: 500;
            color: rgb(32,33,36)
         }

         .provider {
            color: #01875f;
            line-height: 1.5rem;
            font-size: 1rem;
            letter-spacing: .00625em;
            font-weight: 500;
            margin-top: 2px;
         }

         .appicon {
            margin: 7px 24px 0 0;
            width:72px;
            border-radius: 20%;
            box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
         }

         .appicon2 {
            display: none
         }
         .install {
            margin: 6px 0;
            height: 36px;
            width: 100%;
            color: #fff;
            background-color: #01875f;
            border-radius: 8px;
            font-size: .875rem;
            line-height: 1.25rem;
            letter-spacing: .0178571429em;
            font-weight: 500;
            min-height: 36px;
            min-width: 160px;
            padding: 8px 16px;
            justify-content: center;
            align-items: center;
            display: inline-flex;
            border: none;
         }

         .install2 {
            margin: 6px 0;
            height: 36px;
            width: 100%;
            color: #fff;
            background-color: #ff8c00;
            border-radius: 8px;
            font-size: .875rem;
            line-height: 1.25rem;
            letter-spacing: .0178571429em;
            font-weight: 500;
            min-height: 36px;
            min-width: 160px;
            padding: 8px 16px;
            justify-content: center;
            align-items: center;
            display: inline-flex;
            border: none;
         }
         
         .screen {
            display: flex;
            overflow-x: scroll;
            scroll-snap-type: x mandatory;
            margin-top: 60px;
         }

         .screen::-webkit-scrollbar {
            display:none;
         }

         .appimg {
            margin-right: 12px;
            box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
            border-radius: 8px;
            cursor: pointer;
            height: 204px;
            min-width: 92px;
         }

         .lblabout {
            padding:20px 0px;
            font-size:1.125rem;
            color: rgb(32,33,36);
         }

         .explain {
            font-family: Roboto,Helvetica,Arial,sans-serif;
            font-size: .875rem;
            font-weight: 400;
            letter-spacing: .0142857143em;
            line-height: 1.25rem;
            padding-bottom: 24px;
            color: rgb(95,99,104);
         }

         .lbldate {
            color: rgb(32,33,36);
            line-height: 1.25rem;
            font-size: .875rem;
            letter-spacing: .0178571429em;
            font-weight: 500;
            margin-bottom: 8px;
         }

         .lblinfo {
            color: rgb(32,33,36);
            line-height: 1.5rem;
            font-size: 1.125rem;
            letter-spacing: 0;
            font-weight: 500;
            padding-bottom: 20px;
         }
         .head{
            margin:0px 16px; height:56px;
            font-size: 1.375rem;
            align-items: center;
            display: flex;
          }
          .icon{
             margin:30px 0px;
             display: flex;
          }
          .daigakuname{
             font-weight: 500;
             font-size:100%;
             color: rgb(95,99,104);
          }

         @media screen and (min-width: 600px) {
            .main {
               margin: 0 auto;
               width:calc(100% - 96px);
            }

            .appname {
               font-family: "Google Sans Display",Roboto,Arial,sans-serif;
               line-height: 3.25rem;
               font-size: 2.75rem;
               font-weight: 500;
            }

            .install {
               width: unset;
            }
            
            .install2 {
               width: unset;
            }
            
         }

         @media screen and (min-width: 840px) {
            .appname {
               padding: 20px 0;
            }
            .appicon {
               display: none;
            }

            .appicon2 {
               display: inline;
               position: absolute;
               right: 0;
               top: 0px;
               width:180px;
               border-radius: 20%;
               box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
            }
         }

         @media screen and (min-width: 1280px) {
            .main {
               width:calc(100% - 144px);
            }

            .appname {
              width: 800px;
              line-height: 4.75rem;
              font-size: 4rem;
              letter-spacing: 0;
            }

            .install {
              height: 48px;
              min-width: 200px;
              line-height: 1.5rem;
              font-size: 1rem;
              letter-spacing: .00625em;
            }

            .install2 {
              height: 48px;
              min-width: 200px;
              line-height: 1.5rem;
              font-size: 1rem;
              letter-spacing: .00625em;
            }
            
            .appicon2 {
               width:240px;
            }

            .appimg {
               margin-right: 16px;
               height: 296px;
            }

            .lblabout {
               line-height: 1.75rem;
               font-size: 1.375rem;
               letter-spacing: 0;
            }
         }
