<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/cferdinandi/smooth-scroll/dist/smooth-scroll.polyfills.min.js"></script>
<style type="text/css">
@import url('https://fonts.googleapis.com/css?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css?family=Vibur&display=swap');
tml,body,ul,ol,li,
h1,h2,h3,h4,h5,h6,
p,form,input,div {
margin: 0;
padding: 0;
}
li {
list-style: none;
}
a:link,
a:visited {
text-decoration: none;
}

a{
    color:inherit;
}

.container{
    overflow: hidden;
    position: relative;
    min-height:100vh;
    background-color:#7fc7f6;
}

.circle{
    position: absolute;
    min-width:600px;
    min-height:600px;
    background-color:#fff;
    border-radius: 50%;
    top:-400px;
    left:-200px;
}

.title{
    position:relative;
    width:80%;
    margin-left:15px;
    margin-top:20px;
    background-color:transparent;
}

.subText{
    position: absolute;
    color:#005ab3;
    font-size:13px;
    font-family: 'Pacifico', 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','メイリオ', Meiryo,sans-serif;
    left:60px;
    top:80px;
}

.titleText{
  font-size:60px;
  margin: 0;
  background-image: linear-gradient(
    -45deg,
    #7fc7f6 15%, #fff 15%,
    #fff 25%, #7fc7f6 25%,
    #7fc7f6 65%, #fff 65%,
    #fff 75%, #7fc7f6 75%,
    #7fc7f6
  );
  background-size: 15px 15px;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-position: center;
  text-shadow: -5px -5px 0 #005ab3;
    font-family: 'Pacifico', cursive;

}

.top{
    width:100%;
}

.menu{
    margin-top:20px;
    text-align:right;
}

.ribon{
    position: relative;
    display:inline-block;
    width:80%;
    height:30px;
    background-color:rgba(0, 90, 179, .8);
    text-align:left;
}

.ribon:after{
    position:absolute;
    left:0;
    content: "";
    height:0;
    width:0;
    border-top:15px solid transparent;
    border-bottom:15px solid transparent;
    border-left:20px solid #fff;
}

.menuList{
    font-family: 'Vibur';
    color:#fff;
    line-height:30px;
    font-size:15px;
    letter-spacing: .1em;
}

.menuList:first-child{
    margin-left:30px;
}

.menuList:nth-child(n+2){
    margin-left:15px;
}


.histry{
    width:90%;
    margin:auto;
}

.rireki{
    height:3em;
    width:200px;
    font-size:13px;
    padding:5px;
    margin-top:10px;
    margin-left:10px;
    border:1px solid #005ab3;
    overflow-y: scroll;
    color:#005ab3;
    background-color:transparent;
    font-weight: bold;
}

.rireki::-webkit-scrollbar{
  width: 12px;
}
.rireki::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #005ab3; 
}
.rireki::-webkit-scrollbar-thumb{
  background: #005ab3;
  border-radius: 10px;
  box-shadow: none;
}

.section{
    width:90%;
    margin:auto;
    margin-bottom:10px;
}

.text{
    position: relative;
    margin-top:50px;
    background-color:rgba(255,255,255,.8);
    margin:55px 0;
    padding:30px 15px;
    width:90%;
    min-height:100px;
}

.sub-title{
    position:absolute;
    font-family: 'Pacifico', cursive;
    font-size:35px;
    margin-top:10px;
  color: transparent;
  color:#eee;
  text-shadow:#005ab3 1px 1px 0px,#005ab3 -1px 1px 0px,#005ab3 1px -1px 0px,#005ab3 -1px -1px 0px,#005ab3 3px 3px 0px;
  top:-48px;
  left:20px;
}

.text p{
    display:inline-block;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','メイリオ', Meiryo,sans-serif;
    font-size:13px;
    letter-spacing: .1em;
    line-height:1.5em;
    word-break: break-all;
    color:#005ab3;
    font-weight:bold;
}

.strong{
    display:inline-block;
    border-bottom:1.5px dashed #005ab3;
    padding:0 3px;
}

.topLink{
    text-align:right;
}

.topRibon{
    position: absolute;
    margin-top:15px;
    display:inline-block;
    width:200px;
    height:30px;
    background-color:rgba(0, 90, 179, .8);
    bottom:-15px;;
    right:-100px;
    text-align: left;
}

.topRibon:after{
    position:absolute;
    left:0;
    content: "";
    height:0;
    width:0;
    border-top:15px solid transparent;
    border-bottom:15px solid transparent;
    border-left:20px solid #7fc7f6;
}

.topRibon:before{
    position:absolute;
    left:0;
    content: "";
    height:0;
    width:0;
    border-top:15px solid transparent;
    border-left:20px solid rgba(255,255,255,.8);
    z-index: 1;
}

.topRibon a{
    display: inline-block;
    font-family: 'Vibur';
    color:#fff;
    line-height:30px;
    font-size:15px;
    letter-spacing: .1em;
    margin-left: 30px;
}

.text form{
    display:inline-block;
    margin-left:10px;
}

.text form input{
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','メイリオ', Meiryo,sans-serif;
    font-size:13px;
    border:1px solid #005ab3;
    height:13px;
    color:#005ab3;
    -webkit-appearance: none;
    appearance: none;
    border-radius:0;
    line-height:17px;
}

.text input[type="text"]{
    width:70px;
    text-indent: .2em;
    padding:2px;
}

.text input[type="submit"]{
    vertical-align: middle;
    background-color:#fff;
    width:30px;
    height:19px;
}

.hr1{
    border:none;
    border-bottom:2px dashed #005ab3;
}

.text p a:hover{
    border-bottom:1px dashed #005ab3;
}


.bottom{
    width:100%;
    background-color:rgba(255,255,255,.8);
    margin-bottom:15px;
    border-top:3px double #005ab3;
    border-bottom:3px double #005ab3;
    text-align:right;
    line-height:20px;
    color:#005ab3;
    font-size:13px;
    font-family: 'Pacifico', 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','メイリオ', Meiryo,sans-serif;
    padding:2px 0;
}

.bottom a{
    display:inline-block;
    margin-right:15px;
}
</style>