@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@500&display=swap');

body {
    font-family: 'Kaisei Decol', serif;
    font-size: 30px;
    text-align: center;
}


.guide {
    color: #668ad8 !important;/*文字色*/
    border: dashed 2px #668ad8;/*破線 太さ 色*/
    background: #f1f8ff; /*背景色*/
    padding: 0.5em;
}

.gl {
    line-height: 1.5;
    color: #668ad8 !important;/*文字色*/
    /* padding: 0.5em 0; */
}

.glc {
    color: #668ad8 !important;/*文字色*/
    text-decoration: none;
}

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

.yamakasu {
    height: 50px;
    width: 50px;
    vertical-align: middle;
}

.inlinetag {
    color: #d2fffb;
}

.new {
    margin-left: 20px;
    color: #fff;
    background-color: rgb(255, 37, 37);
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .new {
        margin-left: 0;
    }
}

small {
    font-size: 15px;
}

a {
    font-size: 20px;
    color: #000;
}

.base li {
    position:relative;
    margin:20px 0px;
    padding: 10px;
    list-style-type: none;
}

.base li:hover {
    background: #ddbbbb;
    border-radius: 20px;
}

.tooltips {
    display: none;
    bottom: -2.5em;
    z-index: 1000;
    padding: 0.5em;
    margin-top: 0.5em;
    color: #FFFFFF;
    background: #cc3333;
    border-radius: 0.5em;
    opacity: 0.9;
    font-size: 20px;
}

.tooltips:hover {
    display: block;
    left: 0.5em;
    z-index: 100;
}

.base li:hover .tooltips {
    display: block;
}

.twitter {
    font-size: 24px;
}

img {
    width: 500px;
    height: auto;
}

h5 {
    padding: 0.5em;/*文字周りの余白*/
    color: #010101;/*文字色*/
    background: #eaf3ff;/*背景色*/
    border-bottom: solid 3px #516ab6;/*下線*/
}

h4 {
    padding: 0.5em;/*文字周りの余白*/
    color: #494949;/*文字色*/
    background: #fffaf4;/*背景色*/
    border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
}

p {
    font-size: 20px;
}

hr {
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 0;
}

.menuh3 {
    text-align: left;
    margin-left: 20%;
}

.menup {
    text-align: left;
    margin-left: 25%;
    margin-right: 25%;
}

#random_result {
    margin-bottom: 5px;
}

.randomtitle {
    padding-top: 5px;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-emergency {
    position: relative;
  
    display: block;
  
    width: 200px;
    height: 130px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  a.btn-emergency:hover .btn-emergency-top {
    top: 10px;
  
    height: 50px;
  }
  
  a.btn-emergency:active .btn-emergency-top {
    top: 20px;
  
    height: 40px;
  }
  
  .btn-emergency-top {
    position: absolute;
    top: 0;
    left: 20px;
  
    width: 160px;
    height: 60px;
    margin-top: 30px;
  
    -webkit-transition: all 0.3s;
  
    transition: all 0.3s;
  
    border-radius: 0 0 50% 50%;
    background: #d62d2d;
  }
  
  .btn-emergency-top:before {
    position: absolute;
    top: -30px;
    left: 0;
  
    width: 160px;
    height: 60px;
  
    content: "";
  
    border-radius: 80px / 30px;
    background: #ed4c4c;
  }
  
  .btn-emergency-top span {
    font-size: 38px;
    font-weight: bold;
  
    position: absolute;
    top: -24px;
    left: 0;
  
    width: 100%;
  
    -webkit-transform: scaleY(0.75);
  
    transform: scaleY(0.75);
    text-align: center;
  
    color: #f6a3a3;
  }
  
  .btn-emergency-bottom {
    position: absolute;
    top: 38px;
    left: 0;
  
    width: 200px;
    height: 80px;
  
    border-radius: 100px / 40px;
    background: #d8e4ea;
    -webkit-box-shadow: 0 8px 0 #c4cacc;
    box-shadow: 0 8px 0 #c4cacc;
  }
  
  